-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jan 04, 2026 at 10:44 AM
-- Server version: 10.11.15-MariaDB
-- PHP Version: 8.4.16

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 */;

--
-- Database: `remarkde_wp967`
--

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

--
-- Table structure for table `wprd_addonlibrary_addons`
--

CREATE TABLE `wprd_addonlibrary_addons` (
  `id` bigint(20) NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `name` varchar(128) DEFAULT NULL,
  `alias` varchar(128) DEFAULT NULL,
  `addontype` varchar(128) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `templates` mediumtext DEFAULT NULL,
  `config` mediumtext DEFAULT NULL,
  `catid` int(11) DEFAULT NULL,
  `is_active` tinyint(4) DEFAULT NULL,
  `test_slot1` text DEFAULT NULL,
  `test_slot2` text DEFAULT NULL,
  `test_slot3` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_addonlibrary_addons`
--

INSERT INTO `wprd_addonlibrary_addons` (`id`, `title`, `name`, `alias`, `addontype`, `description`, `ordering`, `templates`, `config`, `catid`, `is_active`, `test_slot1`, `test_slot2`, `test_slot3`) VALUES
(1, 'Expanding Content Cards', 'expanding_content_cards_elementor', 'expanding_content_cards', 'elementor', 'Display multiple content cards in a vertical accordion with the Expanding Content Cards widget. Just click on the card and it will expand to show the content inside of it.', 1, '{\"html\":\"<div id=\\\"{{uc_id}}\\\" class=\\\"exp-wrapper {{remote_parent.class}} {{uc_filtering_addclass}}\\\" data-selectedItem=\\\"{{first_selected}}\\\" {{remote_parent.attributes|raw}} {{uc_filtering_attributes|raw}}>\\n  <div class=\\\"ue_options uc-items-wrapper\\\">\\n   {{put_items()}}\\n  <\\/div>\\n<\\/div>\",\"html_item\":\"{# twig vars #}{##}\\n{% set graphicElem %}\\n  {% if (show_graphic_element == \\\"true\\\") and (item.graphic_element_source == \\\"icon\\\") %} <div class=\\\"ue_icon graphic_element_icon\\\">{{item.icon_html|raw}}<\\/div>{% endif %}\\n  {% if (show_graphic_element == \\\"true\\\") and (item.graphic_element_source == \\\"image\\\") %} <div class=\\\"ue_icon graphic_element_image\\\"><img src=\\\"{{item.graphic_element_image}}\\\"><\\/div>{% endif %}\\n  {% if (show_graphic_element == \\\"true\\\") and (item.graphic_element_source == \\\"text\\\") %} <div class=\\\"ue_icon graphic_element_text\\\"><span>{{item.graphic_element_text|raw}}<\\/span><\\/div>{% endif %}\\n{% endset %}\\n\\n{% set contentElem %}\\n  {% if item.subtitle_source == \\\"text-area\\\" %} <div class=\\\"ue_sub\\\"> {{item.subtitle_textarea|raw}} <\\/div>{% endif %}\\n  {% if item.subtitle_source == \\\"editor\\\" %} <div class=\\\"ue_sub\\\"> {{item.subtitle_editor|raw}} <\\/div>{% endif %}\\n  {% if item.subtitle_source == \\\"el-template\\\" %} <div class=\\\"ue_sub\\\"> {{putElementorTemplate(item.subtitle_el_template_templateid)}} <\\/div>{% endif %}\\n{% endset %}\\n{# end twig vars #}{##}\\n\\n<div id=\\\"{{item.item_id}}\\\" class=\\\"ue_option {{item.item_repeater_class}} {% if item.item_index == active_item %} active {% endif %}\\\">\\n  {% if background_overlay == \\\"true\\\" %}<div class=\\\"ue_shadow\\\"><\\/div>{% endif %}\\n  <div id=\\\"{{item.title|raw}}\\\" class=\\\"ue_label\\\">\\n         \\n    {% if graphic_element_position == \'above-title\' %}{{graphicElem}}{% endif %}\\n    {% if enable_link == \\\"true\\\" and expand_card_on ==\\\"click_hover\\\" %}<a class=\\\"ue_content_link ue_content_link--hover-mode\\\" href=\\\"{{item.link|raw}}\\\" {{item.link_html_attributes|raw}}><\\/a>{% endif %}        \\n    {% if enable_link == \\\"true\\\" and expand_card_on ==\\\"click\\\" %}<a class=\\\"ue_content_link\\\" href=\\\"{{item.link|raw}}\\\" {{item.link_html_attributes|raw}}>{% endif %}\\n        \\n    <div class=\\\"ue_info\\\">\\n      {% if show_title == \\\"true\\\" %}<div class=\\\"ue_main\\\">{{item.title}}<\\/div>{% endif %}\\n      {% if item.subtitle is not empty %}<div class=\\\"ue_info_additional-title\\\">{{item.subtitle|ucsafe|raw}}<\\/div>{% endif %}\\n      {% if graphic_element_position == \'above-sub-content\' %}{{graphicElem}}{% endif %}\\n      {% if show_subitle == \\\"true\\\" %}{{contentElem}}{% endif %}\\n    <\\/div>\\n        \\n    {% if enable_link == \\\"true\\\" and expand_card_on ==\\\"click\\\" %}<\\/a>{% endif %}        \\n    {% if show_button == \\\"true\\\" %}<a href=\\\"{{item.link|raw}}\\\" {{item.link_html_attributes|raw}} class=\\\"ue_button\\\">{{button_text|raw}}<\\/a>{% endif %}\\n  <\\/div>      \\n<\\/div>\",\"css\":\"#{{uc_id}}.exp-wrapper {\\n  box-sizing: border-box;\\n  display: flex;\\n  flex-direction: row;\\n  justify-content: center;\\n  align-items: center;\\n}\\n\\n#{{uc_id}}.exp-wrapper{\\n  width:100%;\\n}\\n\\n#{{uc_id}}.exp-wrapper .ue_options {\\n  display: flex;\\n  align-items: center;\\n  flex-direction: row;\\n  justify-content: center;\\n  min-width: 200px;\\n  width:100%;\\n}\\n\\n#{{uc_id}}.exp-wrapper .ue_options .ue_option {\\n  box-sizing: border-box;\\n  display: flex;\\n  position: relative;\\n  overflow: hidden;\\n  cursor: pointer;\\n  justify-content: center;\\n  background-repeat: no-repeat;\\n  background-size: cover;\\n}\\n\\n#{{uc_id}}.exp-wrapper .ue_options .ue_option::after{\\n  content: \\\"\\\";\\n  position: absolute;\\n  width: 100%;\\n  height: 100%;\\n  top: 0;\\n  left: 0;\\n  transition: all .3s;\\n}\\n\\n{% if css_filter_active == \\\"none\\\" %}\\n  #{{uc_id}}.exp-wrapper .ue_options .ue_option.active::after{\\n      backdrop-filter: none;\\n      -webkit-backdrop-filter: none;\\n  }\\n{% endif %}\\n\\n#{{uc_id}}.exp-wrapper .ue_options .ue_option.active {\\n  flex-grow: 10000;\\n}\\n\\n#{{uc_id}}.exp-wrapper .ue_options .ue_option:not(.active) {\\n  justify-content: center;\\n}\\n\\n{% if background_overlay == \\\"true\\\" %}\\n  #{{uc_id}}.exp-wrapper .ue_options .ue_option .ue_shadow {\\n    position: absolute;\\n    bottom: 0px;\\n    left: 0px;\\n    right: 0px;\\n    height: 100%;\\n    z-index:1;\\n    transition: {{transition_duration}}ms;\\n  }\\n{% endif %}\\n\\n#{{uc_id}}.exp-wrapper .ue_option:not(.active) .ue_label {\\n  align-items: center;\\n}\\n\\n#{{uc_id}}.exp-wrapper .ue_options .ue_option .ue_label {\\n  display: flex;\\n  z-index:2;\\n  {% if rotation_animation == \\\"true\\\" %}\\n  \\ttransition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);\\n  {% endif %}\\n}\\n\\n#{{uc_id}}.exp-wrapper .ue_options .ue_option.active .ue_label{\\n  animation-name: sub-content-fade;\\n}\\n\\n@keyframes sub-content-fade{\\n  0%   {opacity:0;}\\n  80%  {opacity:0;}\\n  100% {opacity:1;}\\n}\\n\\n{% if enable_link == \\\"true\\\" %}\\n  #{{uc_id}}.exp-wrapper .ue_content_link{\\n     width:100%\\n  }\\n\\n  #{{uc_id}}.exp-wrapper .ue_options .ue_option:not(.active) .ue_content_link{\\n    pointer-events: none;\\n  }\\n\\n  #{{uc_id}}.exp-wrapper .ue_content_link.ue_content_link--hover-mode{\\n    position: absolute;\\n    width: 100%;\\n    height: 100%;\\n  }\\n{% endif %}\\n\\n{% if show_button == \\\"true\\\" %}\\n  #{{uc_id}}.exp-wrapper .ue_option:not(.active) .ue_button {\\n    display:none;\\n    opacity: 0;\\n    text-align:center;\\n  }\\n\\n  #{{uc_id}}.exp-wrapper .ue_options .ue_option.active .ue_button {\\n    opacity: 1;\\n    text-align:center;\\n    flex-shrink: 0;\\n    width: auto;\\n    transition:250ms;\\n    z-index:2;\\n  }\\n{% endif %}\\n\\n{% if (show_title == \\\"true\\\") or (show_subitle == \\\"true\\\") %}\\n  #{{uc_id}}.exp-wrapper .ue_options .ue_option.active .ue_label .ue_info > div {\\n    left: 0px;\\n    width:100%;\\n  }\\n\\n  #{{uc_id}}.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div:not(.ue_icon, .ue_main) {\\n    left: 0px;\\n    opacity: 0;\\n    width: 0px;\\n    height: 0px;\\n    transition: width 0ms;\\n  }\\n\\n  #{{uc_id}}.exp-wrapper .ue_options .ue_option .ue_label .ue_info > div {\\n    position: relative;\\n    {% if rotation_animation == \\\"true\\\" %}\\n      transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;\\n    {% endif %}\\n  }\\n\\n  #{{uc_id}}.exp-wrapper  .ue_options .ue_option .ue_label .ue_info {\\n    display: flex;\\n    align-items: center;\\n    justify-content: center;\\n  }\\n{% endif %}\\n\\n{% if show_vertical_title == \\\"true\\\" %}\\n  #{{uc_id}}.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\\n    margin-left: 0px!important;\\n  }\\n\\n  #{{uc_id}}.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main{\\n    opacity: 1;\\n    width: auto;\\n    height: auto;\\n    writing-mode: vertical-rl;\\n    text-orientation: mixed;\\n    text-decoration: none;\\n  }\\n\\n  #{{uc_id}}.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\\n    height:0;\\n    margin-top: 0px;\\n  }\\n{% endif %}\\n\\n{% if show_graphic_element == \\\"true\\\" %}\\n  #{{uc_id}}.exp-wrapper .ue_options .ue_option .ue_label .ue_icon {\\n    display: flex;\\n    flex-shrink: 0;\\n    flex-direction: row;\\n    justify-content: center;\\n    align-items: center;\\n    overflow: hidden;\\n    transition: 0.5s;\\n  }\\n{% endif %}\\n\\n@media screen and (max-width: {{responsive_breakpoint}}px) {\\n\\n  #{{uc_id}}.exp-wrapper .ue_options .ue_option::after{\\n    backdrop-filter: none;\\n    -webkit-backdrop-filter: none;\\n  }\\n  \\n  #{{uc_id}}.exp-wrapper .ue_options .active.ue_option::after{\\n    backdrop-filter: none;\\n    -webkit-backdrop-filter: none;\\n  }\\n  \\n  #{{uc_id}}.exp-wrapper .ue_options {\\n    display: grid;\\n  }\\n\\n  #{{uc_id}}.exp-wrapper .ue_options .ue_option{\\n      width: 100%;\\n  }\\n\\n  {% if collapsible_on_breakpoint == \\\"false\\\" %}\\n    {% if show_vertical_title == \\\"true\\\" %}\\n      #{{uc_id}}.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\\n        margin-left: 0px!important;\\n      }\\n\\n      #{{uc_id}}.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main {\\n        opacity: 1;\\n        width: auto;\\n        height: auto;\\n        writing-mode: horizontal-tb;\\n        text-orientation: mixed;\\n        text-decoration: none;\\n        transform: rotate(0deg);\\n      }\\n    {% endif %}\\n\\n    {% if enable_link == \\\"true\\\" %}\\n      #{{uc_id}}.exp-wrapper .ue_options .ue_option:not(.active) .ue_content_link{\\n        pointer-events: auto;\\n      } \\n    {% endif %}\\n\\n    {% if show_button == \\\"true\\\" %}\\n      #{{uc_id}}.exp-wrapper .ue_option:not(.active) .ue_button {\\n        text-align:center;\\n        display: inline-block;\\n        opacity: 1;\\n      }\\n    {% endif %}\\n\\n    {% if (show_title == \\\"true\\\") or (show_subitle == \\\"true\\\") %}\\n      #{{uc_id}}.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div {\\n        opacity:1;\\n        width:100%;\\n        height:auto;\\n      }\\n      #{{uc_id}}.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\\n        height:auto;\\n      }\\n    {% endif %} \\n  {% endif %} \\n\\n  {% if collapsible_on_breakpoint == \\\"true\\\" %}\\n    #{{uc_id}} .ue_option.active{\\n      height:{{active_card_height}};\\n    }\\n    #{{uc_id}} .ue_option{\\n      height:{{inactive_card_height}};\\n    }\\n    #{{uc_id}}.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main {\\n      writing-mode: horizontal-tb;\\n    }\\n  {% endif %}   \\n}\",\"css_item\":\"#{{item.item_id}}{\\n  background-image:url({{item.background_image}});\\n}\",\"js\":\"{{ ucfunc(\\\"put_docready_start\\\") }}\\n\\t\\t\\n var objWrapper = jQuery(\'#{{uc_id}}\');\\n  \\n   function startCards(){\\n   \\n     var device_width = Number(jQuery(window).width());\\n     var {{uc_id}}_expanding = function () {\\n\\n         jQuery(\\\"#{{uc_id}} .ue_option\\\").removeClass(\\\"active\\\");\\n         jQuery(this).addClass(\\\"active\\\");\\n     }\\n\\n     {% if expand_card_on == \\\"click\\\" %}\\n       jQuery(\\\"#{{uc_id}} .ue_option\\\").click({{uc_id}}_expanding);\\n     {% elseif expand_card_on == \\\"click_hover\\\"%}\\t\\n       jQuery(\\\"#{{uc_id}} .ue_option\\\").click({{uc_id}}_expanding).hover({{uc_id}}_expanding);\\n     {% endif %}\\n   }\\n            \\n   function startRemote(){\\n\\n        if(objWrapper.hasClass(\\\"uc-remote-parent\\\") == false)\\n            return(false);\\n\\n        var objRemoteOptions = {\\n            class_items:\\\"ue_option\\\",\\n            class_active:\\\"active\\\",\\n            selector_item_trigger:null,\\n            add_set_active_code:false\\n        };\\n\\n          {{ucfunc(\\\"put_remote_parent_js\\\",\\\"objWrapper\\\",\\\"objRemoteOptions\\\")}}\\n\\n   }\\n     \\n   startCards();\\n   startRemote();\\n                       \\n   objWrapper.on(\\\"uc_ajax_refreshed\\\",function(){  \\n        startCards();      \\n   });         \\n    \\t\\n{{ ucfunc(\\\"put_docready_end\\\") }}\"}', '{\"options\":{\"enable_items\":1,\"items_section_title\":\"\",\"items_section_heading\":\"\",\"items_title_field\":\"\",\"path_assets\":\"ax_expanding_content_cards\",\"js_as_module\":false,\"addon_icon\":\"eicon-column\",\"dynamic_addon\":\"false\",\"dynamic_post_enable_customfields\":\"false\",\"dynamic_post_enable_category\":\"false\",\"description\":\"Display multiple content cards in a vertical accordion with the Expanding Content Cards widget. Just click on the card and it will expand to show the content inside of it.\",\"link_resource\":\"https:\\/\\/unlimited-elements.com\\/docs\\/expanding-content-cards-for-elementor\\/\",\"link_preview\":\"https:\\/\\/unlimited-elements.com\\/expanding-content-cards-widget-for-elementor\\/\",\"show_small_icon\":\"true\",\"preview_size\":\"full\",\"preview_custom_width\":\"\",\"preview_bgcol\":\"#ffffff\",\"special\":\"\",\"special_data\":\"\",\"is_free_addon\":true,\"is_new_addon\":false,\"is_trending\":false},\"params\":[{\"type\":\"uc_colorpicker\",\"title\":\"Card Background Color\",\"name\":\"card_background_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"#2c00ff\",\"selector\":\".ue_option\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_so73e2su\"},{\"type\":\"uc_slider\",\"title\":\"Card height\",\"name\":\"card_height\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"400\",\"min\":\"50\",\"max\":\"1000\",\"step\":\"1\",\"units\":\"px_vh_percent\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option, .ue_option.active\",\"selector_value\":\"height: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_so73e2su\"},{\"type\":\"uc_slider\",\"title\":\"Card Gap\",\"name\":\"gap\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"20\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_options\",\"selector_value\":\"gap: {{SIZE}}px;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_so73e2su\"},{\"type\":\"uc_slider\",\"title\":\"Inactive Card Width\",\"name\":\"inactive_card_width\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"60\",\"min\":\"20\",\"max\":\"500\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option\",\"selector_value\":\"width: {{SIZE}}px;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_so73e2su\"},{\"type\":\"uc_slider\",\"title\":\"Content Width\",\"name\":\"content_width_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"500\",\"min\":\"0\",\"max\":\"1500\",\"step\":\"1\",\"units\":\"px_percent\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_label\",\"selector_value\":\"width: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_e9geotkb\"},{\"type\":\"uc_slider\",\"title\":\"Element Gap\",\"name\":\"element_gap\",\"description\":\"(Icon-Content-Button) Gap\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"10\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_label\",\"selector_value\":\"gap: {{SIZE}}px;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_e9geotkb\"},{\"type\":\"uc_dropdown\",\"title\":\"Vertical Align\",\"name\":\"vertical_align_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Top\":\"flex-start\",\"Center\":\"center\",\"Bottom\":\"flex-end\"},\"default_value\":\"center\",\"selector\":\".ue_option.active\",\"selector_value\":\"align-items:  {{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_e9geotkb\"},{\"type\":\"uc_dropdown\",\"title\":\"Text Align\",\"name\":\"text_align\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"show_title\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"show_subitle\",\"condition_operator2\":\"equal\",\"condition_value2\":\"true\",\"label_block\":false,\"tabname\":\"\",\"options\":{\"Left\":\"left\",\"Center\":\"center\",\"Right\":\"right\"},\"default_value\":\"center\",\"selector\":\".ue_main, .ue_sub\",\"selector_value\":\"text-align: {{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_e9geotkb\"},{\"type\":\"uc_dropdown\",\"title\":\"Background Blend Mode\",\"name\":\"bg_blend_mode\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Normal\":\"normal\",\"Multiply\":\"multiply\",\"Screen\":\"screen\",\"Overlay\":\"overlay\",\"Darken\":\"darken\",\"Lighten\":\"lighten\",\"Color Dodge\":\"color-dodge\",\"Saturation\":\"saturation\",\"Color\":\"color\",\"Luminosity\":\"luminosity\",\"Hard Light\":\"hard-light\",\"Difference\":\"difference\"},\"default_value\":\"normal\",\"selector\":\".ue_option\",\"selector_value\":\"background-blend-mode: {{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_el9nbk2o\"},{\"type\":\"uc_dropdown\",\"title\":\"Content Layout\",\"name\":\"content_layout\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"options\":{\"row\":\"row\",\"column\":\"column\",\"row-reverse\":\"row-reverse\",\"column-reverse\":\"column-reverse\"},\"default_value\":\"column\",\"selector\":\".ue_label\",\"selector_value\":\"flex-direction:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_e9geotkb\"},{\"type\":\"uc_dropdown\",\"title\":\"Align Content\",\"name\":\"align_content\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"options\":{\"Start\":\"flex-start\",\"Center\":\"center\",\"End\":\"flex-end\"},\"default_value\":\"center\",\"selector\":\".ue_label, .ue_info > div\",\"selector_value\":\"align-items: {{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_e9geotkb\"},{\"type\":\"uc_dropdown\",\"title\":\"Justify Content\",\"name\":\"justify_content\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"options\":{\"Start\":\"flex-start\",\"Center\":\"center\",\"End\":\"flex-end\",\"Space Between\":\"space-between\",\"Space Around\":\"space-around\",\"Space Evenly\":\"space-evenly\"},\"default_value\":\"center\",\"selector\":\".ue_label, .ue_info > div\",\"selector_value\":\" justify-content:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_e9geotkb\"},{\"type\":\"uc_typography\",\"title\":\"Title Typography\",\"name\":\"title_typography\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"selector1\":\".ue_main\",\"selector2\":\"\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_n0ljgyln\"},{\"type\":\"uc_colorpicker\",\"title\":\"Title Color\",\"name\":\"title_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"#ffffff\",\"selector\":\".ue_main\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_n0ljgyln\"},{\"type\":\"uc_typography\",\"title\":\"Sub Content Typography\",\"name\":\"subtitle_typography\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"selector1\":\".ue_sub\",\"selector2\":\"\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_7nbto3yg\"},{\"type\":\"uc_colorpicker\",\"title\":\"Sub Content Color\",\"name\":\"subtitle_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"#ffffff\",\"selector\":\".ue_sub\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_7nbto3yg\"},{\"type\":\"uc_padding\",\"title\":\"Card Padding\",\"name\":\"card_padding_inactive\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"is_responsive\":true,\"desktop_top\":\"10\",\"desktop_right\":\"10\",\"desktop_bottom\":\"10\",\"desktop_left\":\"10\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue_option:not(.active)\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_so73e2su\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Border Radius\",\"name\":\"border_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"is_responsive\":true,\"desktop_top\":\"30\",\"desktop_right\":\"30\",\"desktop_bottom\":\"30\",\"desktop_left\":\"30\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue_option, .ue_option::after\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_so73e2su\"},{\"type\":\"uc_border\",\"title\":\"Border\",\"name\":\"border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue_option\",\"__attr_catid__\":\"cat_style_so73e2su\"},{\"type\":\"uc_boxshadow\",\"title\":\"Box Shadow\",\"name\":\"shadow\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"selector\":\".ue_option\",\"__attr_catid__\":\"cat_style_so73e2su\"},{\"type\":\"uc_padding\",\"title\":\"Card Padding\",\"name\":\"card_padding_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"is_responsive\":true,\"desktop_top\":\"20\",\"desktop_right\":\"20\",\"desktop_bottom\":\"20\",\"desktop_left\":\"20\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue_option.active\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_so73e2su\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Border Radius\",\"name\":\"border_radius_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"is_responsive\":true,\"desktop_top\":\"30\",\"desktop_right\":\"30\",\"desktop_bottom\":\"30\",\"desktop_left\":\"30\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue_option.active, .active.ue_option::after\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_so73e2su\"},{\"type\":\"uc_border\",\"title\":\"Border\",\"name\":\"border_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue_option.active\",\"__attr_catid__\":\"cat_style_so73e2su\"},{\"type\":\"uc_boxshadow\",\"title\":\"Box Shadow\",\"name\":\"shadow_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"selector\":\".ue_option.active\",\"__attr_catid__\":\"cat_style_so73e2su\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Border Radius\",\"name\":\"border_radius_hoer\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Hover\",\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue_option:hover\",\"add_units\":\".ue_option:hover::after\",\"__attr_catid__\":\"cat_style_so73e2su\"},{\"type\":\"uc_border\",\"title\":\"Border\",\"name\":\"border_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Hover\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue_option:hover\",\"__attr_catid__\":\"cat_style_so73e2su\"},{\"type\":\"uc_boxshadow\",\"title\":\"Box Shadow\",\"name\":\"shadow_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Hover\",\"selector\":\".ue_option:hover\",\"__attr_catid__\":\"cat_style_so73e2su\"},{\"type\":\"uc_dropdown\",\"title\":\"Expand Card on\",\"name\":\"expand_card_on\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Click\":\"click\",\"Hover\":\"click_hover\"},\"default_value\":\"click\",\"pro_options\":[\"click_hover\"],\"is_pro\":true,\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_number\",\"title\":\"Default Active Item\",\"name\":\"active_item\",\"description\":\"0 for all inactive\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"1\",\"unit\":\"\",\"unit_custom\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_number\",\"title\":\"Expanding Transition Duration\",\"name\":\"transition_duration\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"800\",\"unit\":\"ms\",\"unit_custom\":\"ns\",\"min_value\":\"0\",\"max_value\":\"5000\",\"step\":\"50\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option\",\"selector_value\":\"  transition: {{VALUE}}ms cubic-bezier(0.05, 0.61, 0.41, 0.95);\",\"show_more_selectors\":true,\"selector2\":\".ue_shadow\",\"selector2_value\":\"transition:  {{VALUE}}ms;\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_number\",\"title\":\"Content Transition Duration\",\"name\":\"content_transition_duration\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"800\",\"unit\":\"ms\",\"unit_custom\":\"ns\",\"min_value\":\"0\",\"max_value\":\"5000\",\"step\":\"50\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_options .ue_option.active .ue_label\",\"selector_value\":\"animation-duration: {{VALUE}}ms;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_dropdown\",\"title\":\"Columns on Breakpoint\",\"name\":\"columns_on_breakpoint\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"1 column\":\"1fr\",\"2 columns\":\"1fr 1fr\",\"3 columns\":\"1fr 1fr 1fr\",\"4 columns\":\"1fr 1fr 1fr 1fr\"},\"default_value\":\"1fr\",\"selector\":\".ue_options\",\"selector_value\":\"grid-template-columns: {{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Graphic Element\",\"name\":\"show_graphic_element\",\"description\":\"A graphic element like Icon or Image\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_nrcpbdhs\"},{\"type\":\"uc_radioboolean\",\"title\":\"Background Overlay\",\"name\":\"background_overlay\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_nrcpbdhs\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Title\",\"name\":\"show_title\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_nrcpbdhs\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Vertical Title(Inactive Item)\",\"name\":\"show_vertical_title\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"show_title\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_nrcpbdhs\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Sub Content\",\"name\":\"show_subitle\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_nrcpbdhs\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Button\",\"name\":\"show_button\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_nrcpbdhs\"},{\"type\":\"uc_textfield\",\"title\":\"Button Text\",\"name\":\"button_text\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"show_button\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"Visit Link\",\"font_editable\":false,\"placeholder\":\"\",\"disable_dynamic\":false,\"__attr_catid__\":\"cat_content_nrcpbdhs\"},{\"type\":\"uc_radioboolean\",\"title\":\"Enable Link\",\"name\":\"enable_link\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"show_title\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_nrcpbdhs\"},{\"type\":\"uc_dropdown\",\"title\":\"Position\",\"name\":\"graphic_element_position\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Above Title\":\"above-title\",\"Above Sub Content\":\"above-sub-content\"},\"default_value\":\"above-title\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_typography\",\"title\":\"Text Typography\",\"name\":\"text_typography\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"selector1\":\".graphic_element_text\",\"selector2\":\"\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_colorpicker\",\"title\":\"Background Color\",\"name\":\"graphic_bg_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"#ffffff\",\"selector\":\".ue_icon\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_colorpicker\",\"title\":\"Icon Color\",\"name\":\"icon_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"#2502ff\",\"selector\":\".ue_icon\",\"selector_value\":\"color:{{VALUE}}; fill:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_slider\",\"title\":\"Spacing\",\"name\":\"graphic_elem_spacing\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"default_value\":\"0\",\"min\":\"0\",\"max\":\"200\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option.active .ue_label .ue_icon\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_slider\",\"title\":\"Graphic Element Size\",\"name\":\"graaphic_el_size\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"default_value\":\"40\",\"min\":\"20\",\"max\":\"300\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option.active .ue_label .ue_icon\",\"selector_value\":\"width: {{SIZE}}px;height: {{SIZE}}px;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_slider\",\"title\":\"Icon Size\",\"name\":\"icon_size\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"default_value\":\"18\",\"min\":\"5\",\"max\":\"50\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option.active .ue_label .ue_icon i\",\"selector_value\":\"font-size: {{SIZE}}px;\",\"show_more_selectors\":true,\"selector2\":\".ue_option.active .ue_label .ue_icon svg\",\"selector2_value\":\"width: {{SIZE}}px; height: {{SIZE}}px;\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_border\",\"title\":\"Icon Border\",\"name\":\"icon_border_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue_option.active .ue_label .ue_icon \",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Icon Border Radius\",\"name\":\"icon_border_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"is_responsive\":true,\"desktop_top\":\"50\",\"desktop_right\":\"50\",\"desktop_bottom\":\"50\",\"desktop_left\":\"50\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue_option.active .ue_label .ue_icon\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_boxshadow\",\"title\":\"Icon Shadow\",\"name\":\"icon_shadow_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"selector\":\".ue_option.active .ue_label .ue_icon\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_slider\",\"title\":\"Image Width\",\"name\":\"image_width_active\",\"description\":\"For graphic element image only\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"default_value\":\"100\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"percent_px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option.active .graphic_element_image img\",\"selector_value\":\"width: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_slider\",\"title\":\"Image Height\",\"name\":\"image_height_active\",\"description\":\"For graphic element image only\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"default_value\":\"100\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"percent_px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option.active .graphic_element_image img\",\"selector_value\":\"height: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_dropdown\",\"title\":\"Image Fit\",\"name\":\"image_fit_active\",\"description\":\"For graphic element image only\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"options\":{\"cover\":\"cover\",\"contain\":\"contain\"},\"default_value\":\"cover\",\"selector\":\".ue_option.active .graphic_element_image img\",\"selector_value\":\"object-fit: {{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_border\",\"title\":\"Image Border\",\"name\":\"image_border_active\",\"description\":\"For graphic element image only\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue_option.active .graphic_element_image img\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Image Border Radius\",\"name\":\"image_border_radius_active\",\"description\":\"For graphic element image only\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue_option.active .graphic_element_image img\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_slider\",\"title\":\"Spacing\",\"name\":\"graphic_elem_spacing_inactive\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"default_value\":\"0\",\"min\":\"0\",\"max\":\"200\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_icon\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_slider\",\"title\":\"Graphic Element Size\",\"name\":\"graaphic_el_size_inactive\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"default_value\":\"40\",\"min\":\"20\",\"max\":\"300\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_label .ue_icon\",\"selector_value\":\"width: {{SIZE}}px;height: {{SIZE}}px;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_slider\",\"title\":\"Icon Size\",\"name\":\"icon_size_inactive\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"default_value\":\"18\",\"min\":\"5\",\"max\":\"50\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_label .ue_icon i\",\"selector_value\":\"font-size: {{SIZE}}px;\",\"show_more_selectors\":true,\"selector2\":\".ue_label .ue_icon svg\",\"selector2_value\":\"width: {{SIZE}}px; height: {{SIZE}}px;\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_border\",\"title\":\"Icon Border\",\"name\":\"icon_border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue_label .ue_icon \",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Icon Border Radius\",\"name\":\"icon_border_radius_inactive\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"is_responsive\":true,\"desktop_top\":\"50\",\"desktop_right\":\"50\",\"desktop_bottom\":\"50\",\"desktop_left\":\"50\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue_label .ue_icon\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_boxshadow\",\"title\":\"Icon Shadow\",\"name\":\"icon_shadow\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"selector\":\".ue_label .ue_icon\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_slider\",\"title\":\"Image Width\",\"name\":\"image_width\",\"description\":\"For graphic element image only\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"default_value\":\"100\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"percent_px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".graphic_element_image img\",\"selector_value\":\"width: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_slider\",\"title\":\"Image Height\",\"name\":\"image_height\",\"description\":\"For graphic element image only\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"default_value\":\"100\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"percent_px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".graphic_element_image img\",\"selector_value\":\"height: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_typography\",\"title\":\"Button Text Typography\",\"name\":\"button_text_typography\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"selector1\":\".ue_button\",\"selector2\":\"\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_6lwjt35a\"},{\"type\":\"uc_padding\",\"title\":\"Button Padding\",\"name\":\"button_padding\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"is_responsive\":true,\"desktop_top\":\"8\",\"desktop_right\":\"18\",\"desktop_bottom\":\"8\",\"desktop_left\":\"18\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue_button\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_6lwjt35a\"},{\"type\":\"uc_colorpicker\",\"title\":\"Button Text Color\",\"name\":\"button_text_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"default_value\":\"#ffffff\",\"selector\":\".ue_button\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_6lwjt35a\"},{\"type\":\"uc_colorpicker\",\"title\":\"Button Background Color\",\"name\":\"button_background_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"default_value\":\"#222222\",\"selector\":\".ue_button\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_6lwjt35a\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Button Border Radius\",\"name\":\"button_border_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"is_responsive\":true,\"desktop_top\":\"50\",\"desktop_right\":\"50\",\"desktop_bottom\":\"50\",\"desktop_left\":\"50\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue_button\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_6lwjt35a\"},{\"type\":\"uc_border\",\"title\":\"Button Border\",\"name\":\"button_border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue_button\",\"__attr_catid__\":\"cat_style_6lwjt35a\"},{\"type\":\"uc_boxshadow\",\"title\":\"Box Shadow\",\"name\":\"btn_box_shadow\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"selector\":\".ue_button\",\"__attr_catid__\":\"cat_style_6lwjt35a\"},{\"type\":\"uc_colorpicker\",\"title\":\"Button Text Color\",\"name\":\"button_text_color_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Hover\",\"default_value\":\"#ffffff\",\"selector\":\".ue_button:hover\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_6lwjt35a\"},{\"type\":\"uc_colorpicker\",\"title\":\"Button Background Color\",\"name\":\"button_background_color_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Hover\",\"default_value\":\"#7e00ff\",\"selector\":\".ue_button:hover\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_6lwjt35a\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Button Border Radius\",\"name\":\"button_border_radius_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Hover\",\"is_responsive\":true,\"desktop_top\":\"50\",\"desktop_right\":\"50\",\"desktop_bottom\":\"50\",\"desktop_left\":\"50\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue_button:hover\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_6lwjt35a\"},{\"type\":\"uc_border\",\"title\":\"Button Border\",\"name\":\"button_border_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Hover\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue_button:hover\",\"__attr_catid__\":\"cat_style_6lwjt35a\"},{\"type\":\"uc_special\",\"title\":\"Entrance Animation\",\"name\":\"entrence_animation\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"attribute_type\":\"entrance_animation\",\"entrance_animation_item_class\":\"ue_option\",\"__attr_catid__\":\"cat_content_cq53q92d\"},{\"type\":\"uc_dropdown\",\"title\":\"Image Fit\",\"name\":\"image_fit_inactive\",\"description\":\"For graphic element image only\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"options\":{\"cover\":\"cover\",\"contain\":\"contain\"},\"default_value\":\"cover\",\"selector\":\".graphic_element_image img\",\"selector_value\":\"object-fit: {{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_border\",\"title\":\"Image Border\",\"name\":\"image_border\",\"description\":\"For graphic element image only\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".graphic_element_image img\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Image Border Radius\",\"name\":\"image_border_radius_inactive\",\"description\":\"For graphic element image only\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".graphic_element_image img\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_wd62wt96\"},{\"type\":\"uc_boxshadow\",\"title\":\"Box Shadow\",\"name\":\"btn_box_shadow_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Hover\",\"selector\":\".ue_button:hover\",\"__attr_catid__\":\"cat_style_6lwjt35a\"},{\"type\":\"uc_slider\",\"title\":\"Buttont Gap\",\"name\":\"button_gap\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"0\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_button\",\"selector_value\":\"margin-top: {{SIZE}}px;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_6lwjt35a\"},{\"type\":\"uc_slider\",\"title\":\"Title Gap\",\"name\":\"title_gap\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"0\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option.active .ue_main\",\"selector_value\":\"margin-top: {{SIZE}}px;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_n0ljgyln\"},{\"type\":\"uc_typography\",\"title\":\"Typography\",\"name\":\"vertical_title_typography\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"selector1\":\".ue_option:not(.active) .ue_label .ue_main\",\"selector2\":\"\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_d8hj2esh\"},{\"type\":\"uc_slider\",\"title\":\"Vertical Title Gap\",\"name\":\"vertical_title_gap\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"show_vertical_title\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"10\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option:not(.active) .ue_label\",\"selector_value\":\"gap: {{SIZE}}px;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_d8hj2esh\"},{\"type\":\"uc_listing\",\"title\":\"Remote Parent\",\"name\":\"remote_parent\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"use_for\":\"remote\",\"gallery_enable_video\":false,\"enable_pagination\":false,\"enable_ajax\":false,\"multisource_included_attributes\":\"\",\"remote_type\":\"parent\",\"controller_more_parents\":false,\"__attr_catid__\":\"cat_content_4hx5b3me\"},{\"type\":\"uc_dropdown\",\"title\":\"Content Layout\",\"name\":\"content_layout_inactive\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"options\":{\"column\":\"column\",\"column-reverse\":\"column-reverse\",\"row\":\"row\",\"row-reverse\":\"row-reverse\"},\"default_value\":\"column-reverse\",\"selector\":\".ue_option:not(.active) .ue_label\",\"selector_value\":\"flex-direction:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_e9geotkb\"},{\"type\":\"uc_slider\",\"title\":\"Sub Content Gap\",\"name\":\"subtitle_gap\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"0\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_sub\",\"selector_value\":\"margin-top: {{SIZE}}px;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_7nbto3yg\"},{\"type\":\"uc_slider\",\"title\":\"Sub Content Width\",\"name\":\"subcontent_width\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"100\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"percent_px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_content_link\",\"selector_value\":\"width: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_7nbto3yg\"},{\"type\":\"uc_dropdown\",\"title\":\"Sub Content Layout\",\"name\":\"subcontent_layout\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"options\":{\"column\":\"column\",\"column-reverse\":\"column-reverse\",\"row\":\"row\",\"row-reverse\":\"row-reverse\"},\"default_value\":\"column\",\"selector\":\".ue_option.active .ue_info\",\"selector_value\":\"flex-direction:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_7nbto3yg\"},{\"type\":\"uc_dropdown\",\"title\":\"Sub Content Layout\",\"name\":\"subcontent_layout_inactive\",\"description\":\"for tablet and mobile devices\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"options\":{\"column\":\"column\",\"column-reverse\":\"column-reverse\",\"row\":\"row\",\"row-reverse\":\"row-reverse\"},\"default_value\":\"column\",\"selector\":\".ue_option:not(.active) .ue_info\",\"selector_value\":\"flex-direction:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_7nbto3yg\"},{\"type\":\"uc_dropdown\",\"title\":\"Align Content\",\"name\":\"align_content_inactive\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"options\":{\"Start\":\"flex-start\",\"Center\":\"center\",\"End\":\"flex-end\"},\"default_value\":\"flex-end\",\"selector\":\".ue_option:not(.active)\",\"selector_value\":\"align-items: {{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\".ue_option:not(.active) .ue_label\",\"selector2_value\":\"align-items: {{VALUE}};\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_e9geotkb\"},{\"type\":\"uc_dropdown\",\"title\":\"Justify Content\",\"name\":\"justify_content_inactive\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"options\":{\"Start\":\"flex-start\",\"Center\":\"center\",\"End\":\"flex-end\",\"Space Between\":\"space-between\",\"Space Around\":\"space-around\",\"Space Evenly\":\"space-evenly\"},\"default_value\":\"center\",\"selector\":\".ue_option:not(.active) .ue_label, .ue_info > div\",\"selector_value\":\" justify-content:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_e9geotkb\"},{\"type\":\"uc_background\",\"title\":\"Overlay Color\",\"name\":\"overlay_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"background_type\":\"none\",\"solid_color\":\"\",\"solid_bg_image\":\"\",\"solid_bg_image_position\":\"\",\"solid_bg_image_repeat\":\"\",\"solid_bg_image_size\":\"\",\"gradient_color1\":\"\",\"gradient_color2\":\"\",\"selector\":\".ue_shadow\",\"__attr_catid__\":\"cat_style_aywv7ixn\"},{\"type\":\"uc_slider\",\"title\":\"Overlay Opacity\",\"name\":\"overlay_opacity_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"default_value\":\"10\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_shadow\",\"selector_value\":\"opacity: {{SIZE}}%;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_aywv7ixn\"},{\"type\":\"uc_background\",\"title\":\"Overlay Color\",\"name\":\"overlay_color_inactive\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"background_type\":\"none\",\"solid_color\":\"\",\"solid_bg_image\":\"\",\"solid_bg_image_position\":\"\",\"solid_bg_image_repeat\":\"\",\"solid_bg_image_size\":\"\",\"gradient_color1\":\"\",\"gradient_color2\":\"\",\"selector\":\".ue_option:not(.active) .ue_shadow\",\"__attr_catid__\":\"cat_style_aywv7ixn\"},{\"type\":\"uc_slider\",\"title\":\"Overlay Opacity\",\"name\":\"overlay_opacity_inactive\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Inactive\",\"default_value\":\"\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option:not(.active) .ue_shadow\",\"selector_value\":\"opacity: {{SIZE}}%;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_aywv7ixn\"},{\"type\":\"uc_background\",\"title\":\"Overlay Color\",\"name\":\"overlay_color_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Hover\",\"background_type\":\"none\",\"solid_color\":\"\",\"solid_bg_image\":\"\",\"solid_bg_image_position\":\"\",\"solid_bg_image_repeat\":\"\",\"solid_bg_image_size\":\"\",\"gradient_color1\":\"\",\"gradient_color2\":\"\",\"selector\":\".ue_shadow:hover, .ue_option:not(.active) .ue_shadow:hover\",\"__attr_catid__\":\"cat_style_aywv7ixn\"},{\"type\":\"uc_slider\",\"title\":\"Overlay Opacity\",\"name\":\"overlay_opacity_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Hover\",\"default_value\":\"\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_shadow:hover, .ue_option:not(.active) .ue_shadow:hover, .ue_label:hover .ue_shadow\",\"selector_value\":\"opacity: {{SIZE}}%;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_aywv7ixn\"},{\"type\":\"uc_dropdown\",\"title\":\"Flip\",\"name\":\"flip\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Yes\":\"0\",\"No\":\"180\"},\"default_value\":\"0\",\"selector\":\".ue_option:not(.active) .ue_label .ue_info .ue_main\",\"selector_value\":\"transform: rotate({{VALUE}}deg);\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_d8hj2esh\"},{\"type\":\"uc_special\",\"title\":\"Item Image Size\",\"name\":\"item_image_size\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"attribute_type\":\"items_image_size\",\"entrance_animation_item_class\":\"\",\"schema_title_name\":\"\",\"schema_content_name\":\"\",\"image_size_param_name\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_number\",\"title\":\"Responsive Breakpoint\",\"name\":\"responsive_breakpoint\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"520\",\"unit\":\"px\",\"unit_custom\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_listing\",\"title\":\"Source\",\"name\":\"multisource\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"use_for\":\"items\",\"gallery_enable_video\":false,\"enable_pagination\":true,\"enable_ajax\":true,\"multisource_included_attributes\":\"background_image,subtitle_textarea,link\",\"multisource_attributes_defaults\":\"\",\"remote_type\":\"parent\",\"controller_more_parents\":false,\"__attr_catid__\":\"cat_content_d89avb1s\"},{\"type\":\"uc_radioboolean\",\"title\":\"Vertical Collapsible on Breakpoint\",\"name\":\"collapsible_on_breakpoint\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Inactive Card Height\",\"name\":\"inactive_card_height\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"collapsible_on_breakpoint\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"100\",\"min\":\"1\",\"max\":\"1000\",\"step\":\"1\",\"units\":\"px_percent_em\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Active Card Height\",\"name\":\"active_card_height\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"collapsible_on_breakpoint\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"300\",\"min\":\"1\",\"max\":\"1000\",\"step\":\"1\",\"units\":\"px_percent_em\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\"\",\"selector_value\":\"width: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_dropdown\",\"title\":\"Inactive CSS Filter\",\"name\":\"css_filter\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"None\":\"none\",\"Blur\":\"blur\",\"Brightness\":\"brightness\",\"Contrast\":\"contrast\",\"Grayscale\":\"grayscale\",\"Saturate\":\"saturate\",\"Sepia\":\"sepia\"},\"default_value\":\"none\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Blur\",\"name\":\"blur\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"css_filter\",\"condition_operator\":\"equal\",\"condition_value\":[\"blur\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"4\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option::after\",\"selector_value\":\"backdrop-filter: blur({{SIZE}}{{UNIT}});\",\"show_more_selectors\":true,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\".ue_option::after\",\"selector3_value\":\"-webkit-backdrop-filter: blur({{SIZE}}{{UNIT}});\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Brightness\",\"name\":\"brightness\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"css_filter\",\"condition_operator\":\"equal\",\"condition_value\":[\"brightness\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"10\",\"min\":\"0\",\"max\":\"200\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option::after\",\"selector_value\":\"backdrop-filter: brightness({{SIZE}}{{UNIT}});  -webkit-backdrop-filter: brightness({{SIZE}}{{UNIT}});\",\"show_more_selectors\":true,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Contrast\",\"name\":\"contrast\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"css_filter\",\"condition_operator\":\"equal\",\"condition_value\":[\"contrast\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"100\",\"min\":\"0\",\"max\":\"200\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option::after\",\"selector_value\":\"backdrop-filter: contrast({{SIZE}}{{UNIT}});\",\"show_more_selectors\":true,\"selector2\":\".ue_option::after\",\"selector2_value\":\"-webkit-backdrop-filter: contrast({{SIZE}}{{UNIT}});\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Grayscale\",\"name\":\"grayscale\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"css_filter\",\"condition_operator\":\"equal\",\"condition_value\":[\"grayscale\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"100\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option::after\",\"selector_value\":\"backdrop-filter: grayscale({{SIZE}}{{UNIT}});\",\"show_more_selectors\":true,\"selector2\":\".ue_option::after\",\"selector2_value\":\"-webkit-backdrop-filter: grayscale({{SIZE}}{{UNIT}});\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Saturate\",\"name\":\"saturate\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"css_filter\",\"condition_operator\":\"equal\",\"condition_value\":[\"saturate\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"8\",\"min\":\"0\",\"max\":\"10\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option::after\",\"selector_value\":\"backdrop-filter: saturate({{SIZE}});\",\"show_more_selectors\":true,\"selector2\":\".ue_option::after\",\"selector2_value\":\"-webkit-backdrop-filter: saturate({{SIZE}});\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Sepia\",\"name\":\"sepia\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"css_filter\",\"condition_operator\":\"equal\",\"condition_value\":[\"sepia\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"100\",\"min\":\"0\",\"max\":\"200\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option::after\",\"selector_value\":\"backdrop-filter: sepia({{SIZE}}{{UNIT}});\",\"show_more_selectors\":true,\"selector2\":\".ue_option::after\",\"selector2_value\":\"-webkit-backdrop-filter: sepia({{SIZE}}{{UNIT}});\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_dropdown\",\"title\":\"Active CSS Filter\",\"name\":\"css_filter_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"None\":\"none\",\"Blur\":\"blur\",\"Brightness\":\"brightness\",\"Contrast\":\"contrast\",\"Grayscale\":\"grayscale\",\"Saturate\":\"saturate\",\"Sepia\":\"sepia\"},\"default_value\":\"none\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Blur Active\",\"name\":\"blur_active\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"css_filter_active\",\"condition_operator\":\"equal\",\"condition_value\":[\"blur\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"4\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".active.ue_option::after\",\"selector_value\":\"backdrop-filter: blur({{SIZE}}{{UNIT}});\",\"show_more_selectors\":true,\"selector2\":\".active.ue_option::after\",\"selector2_value\":\"-webkit-backdrop-filter: blur({{SIZE}}{{UNIT}});\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Brightness Active\",\"name\":\"brightness_active\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"css_filter_active\",\"condition_operator\":\"equal\",\"condition_value\":[\"brightness\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"10\",\"min\":\"0\",\"max\":\"200\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".active.ue_option::after\",\"selector_value\":\"backdrop-filter: brightness({{SIZE}}{{UNIT}});\",\"show_more_selectors\":true,\"selector2\":\".active.ue_option::after\",\"selector2_value\":\"-webkit-backdrop-filter: brightness({{SIZE}}{{UNIT}});\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Contrast Active\",\"name\":\"contrast_active\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"css_filter_active\",\"condition_operator\":\"equal\",\"condition_value\":[\"contrast\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"100\",\"min\":\"0\",\"max\":\"200\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".active.ue_option::after\",\"selector_value\":\"backdrop-filter: contrast({{SIZE}}{{UNIT}});\",\"show_more_selectors\":true,\"selector2\":\".active.ue_option::after\",\"selector2_value\":\"-webkit-backdrop-filter: contrast({{SIZE}}{{UNIT}});\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Grayscale Active\",\"name\":\"grayscale_active\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"css_filter_active\",\"condition_operator\":\"equal\",\"condition_value\":[\"grayscale\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"100\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".active.ue_option::after\",\"selector_value\":\"backdrop-filter: grayscale({{SIZE}}{{UNIT}});\",\"show_more_selectors\":true,\"selector2\":\".active.ue_option::after\",\"selector2_value\":\"-webkit-backdrop-filter: grayscale({{SIZE}}{{UNIT}});\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Saturate Active\",\"name\":\"saturate_active\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"css_filter_active\",\"condition_operator\":\"equal\",\"condition_value\":[\"saturate\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"8\",\"min\":\"0\",\"max\":\"10\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".active.ue_option::after\",\"selector_value\":\"backdrop-filter: saturate({{SIZE}});\",\"show_more_selectors\":true,\"selector2\":\".active.ue_option::after\",\"selector2_value\":\"-webkit-backdrop-filter: saturate({{SIZE}});\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Sepia Active\",\"name\":\"sepia_active\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"css_filter_active\",\"condition_operator\":\"equal\",\"condition_value\":[\"sepia\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"100\",\"min\":\"0\",\"max\":\"200\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".active.ue_option::after\",\"selector_value\":\"backdrop-filter: sepia({{SIZE}}{{UNIT}});\",\"show_more_selectors\":true,\"selector2\":\".active.ue_option::after\",\"selector2_value\":\"-webkit-backdrop-filter: sepia({{SIZE}}{{UNIT}});\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Rotation Animation\",\"name\":\"rotation_animation\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"flip\",\"condition_operator\":\"equal\",\"condition_value\":[\"180\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_style_d8hj2esh\"},{\"type\":\"uc_dropdown\",\"title\":\"Background Image Align\",\"name\":\"background_image_align\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Top\":\"top\",\"Center\":\"center\",\"Bottom\":\"bottom\"},\"default_value\":\"center\",\"selector\":\".ue_option\",\"selector_value\":\"background-position: {{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_el9nbk2o\"},{\"type\":\"uc_typography\",\"title\":\"Sub Title Typography\",\"name\":\"additional_title_typography\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"selector1\":\".ue_info_additional-title\",\"selector2\":\"\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_e91ydegf\"},{\"type\":\"uc_colorpicker\",\"title\":\"Sub Title Color\",\"name\":\"additional_title_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"#ffffff\",\"selector\":\".ue_info_additional-title\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_e91ydegf\"},{\"type\":\"uc_slider\",\"title\":\"Sub Title Gap\",\"name\":\"additional_title_gap\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"0\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_option.active .ue_info_additional-title\",\"selector_value\":\"margin-top: {{SIZE}}px;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_e91ydegf\"},{\"type\":\"uc_dropdown\",\"title\":\"Sub Title Text Align\",\"name\":\"sub_title_text_align\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Inherit\":\"inherit\",\"Left\":\"left\",\"Center\":\"center\",\"Right\":\"right\"},\"default_value\":\"inherit\",\"selector\":\".ue_info_additional-title\",\"selector_value\":\"text-align: {{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_e91ydegf\"}],\"params_items\":[{\"type\":\"uc_textfield\",\"title\":\"Title\",\"name\":\"title\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"Item Title\",\"font_editable\":false,\"placeholder\":\"\",\"disable_dynamic\":false},{\"type\":\"uc_textfield\",\"title\":\"Sub Title\",\"name\":\"subtitle\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"font_editable\":false,\"placeholder\":\"\",\"disable_dynamic\":false},{\"type\":\"uc_image\",\"title\":\"Background Image\",\"name\":\"background_image\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"media_type\":\"image\",\"default_value\":\"[url_assets]\\/ax_bg1.webp\",\"add_image_sizes\":true,\"default_value_json\":\"\"},{\"type\":\"uc_dropdown\",\"title\":\"Sub Content Source\",\"name\":\"subtitle_source\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Text Area\":\"text-area\",\"Editor\":\"editor\",\"Template\":\"el-template\"},\"default_value\":\"text-area\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\"},{\"type\":\"uc_textarea\",\"title\":\"Sub Content\",\"name\":\"subtitle_textarea\",\"description\":\" Source: Text Area\",\"enable_condition\":true,\"condition_attribute\":\"subtitle_source\",\"condition_operator\":\"equal\",\"condition_value\":[\"text-area\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"Item Subtitle\",\"font_editable\":false},{\"type\":\"uc_editor\",\"title\":\"Sub Content\",\"name\":\"subtitle_editor\",\"description\":\" Source: Editor\",\"enable_condition\":true,\"condition_attribute\":\"subtitle_source\",\"condition_operator\":\"equal\",\"condition_value\":[\"editor\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\"},{\"type\":\"uc_template\",\"title\":\"Sub Content\",\"name\":\"subtitle_el_template\",\"description\":\" Source: Elementor Template\",\"enable_condition\":true,\"condition_attribute\":\"subtitle_source\",\"condition_operator\":\"equal\",\"condition_value\":[\"el-template\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\"},{\"type\":\"uc_dropdown\",\"title\":\"Graphic Element Source\",\"name\":\"graphic_element_source\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Icon\":\"icon\",\"Image\":\"image\",\"Text\":\"text\"},\"default_value\":\"icon\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\"},{\"type\":\"uc_icon_library\",\"title\":\"Icon\",\"name\":\"icon\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"graphic_element_source\",\"condition_operator\":\"equal\",\"condition_value\":[\"icon\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"fas fa-sun\",\"enable_svg\":true,\"put_svg_as\":\"svg\"},{\"type\":\"uc_image\",\"title\":\"Image\",\"name\":\"graphic_element_image\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"graphic_element_source\",\"condition_operator\":\"equal\",\"condition_value\":[\"image\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"media_type\":\"image\",\"default_value\":\"[url_assets]\\/ax_bg1.jpg\",\"add_image_sizes\":true,\"default_value_json\":\"\"},{\"type\":\"uc_textfield\",\"title\":\"Graphic Element Text\",\"name\":\"graphic_element_text\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"graphic_element_source\",\"condition_operator\":\"equal\",\"condition_value\":[\"text\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"01\",\"font_editable\":false,\"placeholder\":\"\",\"disable_dynamic\":false},{\"type\":\"uc_link\",\"title\":\"Link\",\"name\":\"link\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\"},{\"type\":\"uc_colorpicker\",\"title\":\"Icon Color\",\"name\":\"icon_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"selector\":\"{{CURRENT_ITEM}} .ue_icon\",\"selector_value\":\"color:{{VALUE}}; fill:{{VALUE}}!important;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\"},{\"type\":\"uc_colorpicker\",\"title\":\"Graphic Background Color\",\"name\":\"graphic_background_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"selector\":\"{{CURRENT_ITEM}} .ue_icon\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\"},{\"type\":\"uc_colorpicker\",\"title\":\"Card Background Color\",\"name\":\"card_background_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"selector\":\"{{CURRENT_ITEM}}\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\"}],\"includes\":{\"js\":[],\"jslib\":[\"font-awsome\"],\"css\":[]},\"variables_item\":[],\"variables_main\":[],\"params_cats\":[{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_content_d89avb1s\",\"title\":\"Source\",\"tab\":\"content\"},{\"id\":\"cat_general_general\",\"title\":\"General\",\"tab\":\"content\"},{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_content_nrcpbdhs\",\"title\":\"Layout\",\"tab\":\"content\"},{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_content_cq53q92d\",\"title\":\"Sequence Entrance Animation\",\"tab\":\"content\"},{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_content_4hx5b3me\",\"title\":\"Connected Widgets Settings\",\"tab\":\"content\"},{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_e9geotkb\",\"title\":\"General\",\"tab\":\"style\"},{\"enable_condition\":false,\"condition_attribute\":null,\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":null,\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_so73e2su\",\"title\":\"Cards\",\"tab\":\"style\"},{\"enable_condition\":true,\"condition_attribute\":\"show_graphic_element\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_wd62wt96\",\"title\":\"Graphic Element\",\"tab\":\"style\"},{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_n0ljgyln\",\"title\":\"Title\",\"tab\":\"style\"},{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_e91ydegf\",\"title\":\"Subitle\",\"tab\":\"style\"},{\"enable_condition\":true,\"condition_attribute\":\"show_vertical_title\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_d8hj2esh\",\"title\":\"Vertical Title\",\"tab\":\"style\"},{\"enable_condition\":true,\"condition_attribute\":\"show_subitle\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_7nbto3yg\",\"title\":\"Sub Content\",\"tab\":\"style\"},{\"enable_condition\":true,\"condition_attribute\":\"show_button\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_6lwjt35a\",\"title\":\"Button\",\"tab\":\"style\"},{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_el9nbk2o\",\"title\":\"Background Image\",\"tab\":\"style\"},{\"enable_condition\":true,\"condition_attribute\":\"background_overlay\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_aywv7ixn\",\"title\":\"Overlay\",\"tab\":\"style\"}]}', 1, 1, NULL, '{\"config\":{\"multisource_source_unite_selected_text\":\"Items\",\"multisource_source\":\"items\",\"expand_card_on_unite_selected_text\":\"Click\",\"expand_card_on\":\"click\",\"active_item\":\"1\",\"transition_duration\":\"800\",\"transition_duration_tablet\":\"\",\"transition_duration_mobile\":\"\",\"responsive_breakpoint\":\"520\",\"columns_on_breakpoint_unite_selected_text\":\"1 column\",\"columns_on_breakpoint\":\"1fr\",\"item_image_size_size_unite_selected_text\":\"Medium Large (max width 768)\",\"item_image_size_size\":\"medium_large\",\"show_graphic_element\":\"true\",\"background_overlay\":\"true\",\"show_title\":\"true\",\"show_vertical_title\":\"false\",\"show_subitle\":\"true\",\"show_button\":\"true\",\"button_text\":\"Visit Link\",\"enable_link\":\"true\",\"entrence_animation_type_unite_selected_text\":\"None\",\"entrence_animation_type\":\"none\",\"entrence_animation_distance_unite_selected_text\":\"Short\",\"entrence_animation_distance\":\"short\",\"entrence_animation_duration\":\"0.6\",\"entrence_animation_step\":\"0.3\",\"entrence_animation_order_unite_selected_text\":\"First To Last\",\"entrence_animation_order\":\"down\",\"entrence_animation_blur_unite_selected_text\":\"Medium\",\"entrence_animation_blur\":\"medium\",\"remote_parent_enable\":\"false\",\"remote_parent_name_unite_selected_text\":\"Auto Detectable\",\"remote_parent_name\":\"auto\",\"remote_parent_custom_name\":\"\",\"remote_parent_sync\":\"false\",\"remote_parent_sync_name_unite_selected_text\":\"Sync Group 1\",\"remote_parent_sync_name\":\"group1\",\"remote_parent_debug\":\"false\",\"content_width_active\":\"500\",\"content_width_active_tablet\":\"\",\"content_width_active_mobile\":\"\",\"element_gap\":\"10\",\"vertical_align_active_unite_selected_text\":\"Center\",\"vertical_align_active\":\"center\",\"text_align_unite_selected_text\":\"Center\",\"text_align\":\"center\",\"content_layout_unite_selected_text\":\"column\",\"content_layout\":\"column\",\"align_content_unite_selected_text\":\"Center\",\"align_content\":\"center\",\"justify_content_unite_selected_text\":\"Center\",\"justify_content\":\"center\",\"content_layout_inactive_unite_selected_text\":\"column-reverse\",\"content_layout_inactive\":\"column-reverse\",\"align_content_inactive_unite_selected_text\":\"End\",\"align_content_inactive\":\"flex-end\",\"justify_content_inactive_unite_selected_text\":\"Center\",\"justify_content_inactive\":\"center\",\"card_background_color\":\"#2c00ff\",\"card_height\":\"400\",\"card_height_tablet\":\"\",\"card_height_mobile\":\"\",\"gap\":\"20\",\"gap_tablet\":\"\",\"gap_mobile\":\"\",\"inactive_card_width\":\"60\",\"inactive_card_width_tablet\":\"\",\"inactive_card_width_mobile\":\"\",\"card_padding_inactive\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"border_radius\":{\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"card_padding_active\":{\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"border_radius_active\":{\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"border_radius_hoer\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"graphic_bg_color\":\"#ffffff\",\"icon_color\":\"#2502ff\",\"graaphic_el_size\":\"40\",\"graaphic_el_size_tablet\":\"\",\"graaphic_el_size_mobile\":\"\",\"icon_size\":\"18\",\"icon_size_tablet\":\"\",\"icon_size_mobile\":\"\",\"icon_border_radius\":{\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"graaphic_el_size_inactive\":\"40\",\"graaphic_el_size_inactive_tablet\":\"\",\"graaphic_el_size_inactive_mobile\":\"\",\"icon_size_inactive\":\"18\",\"icon_size_inactive_tablet\":\"\",\"icon_size_inactive_mobile\":\"\",\"icon_border_radius_inactive\":{\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"image_width\":\"100\",\"image_height\":\"100\",\"image_height_tablet\":\"\",\"image_height_mobile\":\"\",\"image_fit_unite_selected_text\":\"cover\",\"image_fit\":\"cover\",\"title_color\":\"#ffffff\",\"title_gap\":\"0\",\"title_gap_tablet\":\"\",\"title_gap_mobile\":\"\",\"vertical_title_gap\":\"10\",\"vertical_title_gap_tablet\":\"\",\"vertical_title_gap_mobile\":\"\",\"flip_unite_selected_text\":\"Yes\",\"flip\":\"0\",\"subtitle_color\":\"#ffffff\",\"subtitle_gap\":\"0\",\"subtitle_gap_tablet\":\"\",\"subtitle_gap_mobile\":\"\",\"subcontent_width\":\"100\",\"subcontent_width_tablet\":\"\",\"subcontent_width_mobile\":\"\",\"subcontent_layout_unite_selected_text\":\"column\",\"subcontent_layout\":\"column\",\"subcontent_layout_inactive_unite_selected_text\":\"column\",\"subcontent_layout_inactive\":\"column\",\"button_padding\":{\"top\":\"8\",\"right\":\"18\",\"bottom\":\"8\",\"left\":\"18\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"button_text_color\":\"#ffffff\",\"button_background_color\":\"#222222\",\"button_border_radius\":{\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"button_text_color_hover\":\"#ffffff\",\"button_background_color_hover\":\"#7e00ff\",\"button_border_radius_hover\":{\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"button_gap\":\"0\",\"bg_blend_mode_unite_selected_text\":\"Normal\",\"bg_blend_mode\":\"normal\",\"overlay_color_type\":\"none\",\"overlay_color_color_solid\":\"\",\"overlay_color_color_gradient1\":\"\",\"overlay_color_color_gradient2\":\"\",\"overlay_opacity_active\":\"10\",\"overlay_opacity_active_tablet\":\"\",\"overlay_opacity_active_mobile\":\"\",\"overlay_color_inactive_type\":\"none\",\"overlay_color_inactive_color_solid\":\"\",\"overlay_color_inactive_color_gradient1\":\"\",\"overlay_color_inactive_color_gradient2\":\"\",\"overlay_opacity_inactive\":\"\",\"overlay_opacity_inactive_tablet\":\"\",\"overlay_opacity_inactive_mobile\":\"\",\"overlay_color_hover_type\":\"none\",\"overlay_color_hover_color_solid\":\"\",\"overlay_color_hover_color_gradient1\":\"\",\"overlay_color_hover_color_gradient2\":\"\",\"overlay_opacity_hover\":\"\",\"overlay_opacity_hover_tablet\":\"\",\"overlay_opacity_hover_mobile\":\"\"},\"items\":[{\"title\":\"Item Title 1\",\"background_image\":\"[url_assets]\\/ax_bg1.jpg\",\"subtitle_source_unite_selected_text\":\"Text Area\",\"subtitle_source\":\"text-area\",\"subtitle_textarea\":\"Item Subtitle\",\"subtitle_editor\":\"\",\"subtitle_el_template_templateid_unite_selected_text\":\"[No Template Selected]\",\"subtitle_el_template_templateid\":\"__none__\",\"subtitle_el_template_templateid_button\":\"\",\"graphic_element_source_unite_selected_text\":\"Icon\",\"graphic_element_source\":\"icon\",\"icon\":\"fas fa-sun\",\"graphic_element_image\":\"[url_assets]\\/ax_bg1.jpg\",\"graphic_element_text\":\"01\",\"link\":\"\",\"icon_color\":\"\",\"graphic_background_color\":\"\",\"card_background_color\":\"\"},{\"title\":\"Item Title 2\",\"background_image\":\"[url_assets]\\/ax_bg2.jpg\",\"subtitle_source_unite_selected_text\":\"Text Area\",\"subtitle_source\":\"text-area\",\"subtitle_textarea\":\"Item Subtitle\",\"subtitle_editor\":\"\",\"subtitle_el_template_templateid_unite_selected_text\":\"[No Template Selected]\",\"subtitle_el_template_templateid\":\"__none__\",\"subtitle_el_template_templateid_button\":\"\",\"graphic_element_source_unite_selected_text\":\"Icon\",\"graphic_element_source\":\"icon\",\"icon\":\"fas fa-sun\",\"graphic_element_image\":\"[url_assets]\\/ax_bg1.jpg\",\"graphic_element_text\":\"01\",\"link\":\"\",\"icon_color\":\"\",\"graphic_background_color\":\"\",\"card_background_color\":\"\"},{\"title\":\"Item Title 3\",\"background_image\":\"[url_assets]\\/ax_bg3.jpg\",\"subtitle_source_unite_selected_text\":\"Text Area\",\"subtitle_source\":\"text-area\",\"subtitle_textarea\":\"Item Subtitle\",\"subtitle_editor\":\"\",\"subtitle_el_template_templateid_unite_selected_text\":\"[No Template Selected]\",\"subtitle_el_template_templateid\":\"__none__\",\"subtitle_el_template_templateid_button\":\"\",\"graphic_element_source_unite_selected_text\":\"Icon\",\"graphic_element_source\":\"icon\",\"icon\":\"fas fa-sun\",\"graphic_element_image\":\"[url_assets]\\/ax_bg1.jpg\",\"graphic_element_text\":\"01\",\"link\":\"\",\"icon_color\":\"\",\"graphic_background_color\":\"\",\"card_background_color\":\"\"},{\"title\":\"Item Title 4\",\"background_image\":\"[url_assets]\\/ax_bg4.jpg\",\"subtitle_source_unite_selected_text\":\"Text Area\",\"subtitle_source\":\"text-area\",\"subtitle_textarea\":\"Item Subtitle\",\"subtitle_editor\":\"\",\"subtitle_el_template_templateid_unite_selected_text\":\"[No Template Selected]\",\"subtitle_el_template_templateid\":\"__none__\",\"subtitle_el_template_templateid_button\":\"\",\"graphic_element_source_unite_selected_text\":\"Icon\",\"graphic_element_source\":\"icon\",\"icon\":\"fas fa-sun\",\"graphic_element_image\":\"[url_assets]\\/ax_bg1.jpg\",\"graphic_element_text\":\"01\",\"link\":\"\",\"icon_color\":\"\",\"graphic_background_color\":\"\",\"card_background_color\":\"\"},{\"title\":\"Item Title 5\",\"background_image\":\"[url_assets]\\/ax_bg5.jpg\",\"subtitle_source_unite_selected_text\":\"Text Area\",\"subtitle_source\":\"text-area\",\"subtitle_textarea\":\"Item Subtitle\",\"subtitle_editor\":\"\",\"subtitle_el_template_templateid_unite_selected_text\":\"[No Template Selected]\",\"subtitle_el_template_templateid\":\"__none__\",\"subtitle_el_template_templateid_button\":\"\",\"graphic_element_source_unite_selected_text\":\"Icon\",\"graphic_element_source\":\"icon\",\"icon\":\"fas fa-sun\",\"graphic_element_image\":\"[url_assets]\\/ax_bg1.jpg\",\"graphic_element_text\":\"01\",\"link\":\"\",\"icon_color\":\"\",\"graphic_background_color\":\"\",\"card_background_color\":\"\"}]}', NULL);
INSERT INTO `wprd_addonlibrary_addons` (`id`, `title`, `name`, `alias`, `addontype`, `description`, `ordering`, `templates`, `config`, `catid`, `is_active`, `test_slot1`, `test_slot2`, `test_slot3`) VALUES
(2, 'Content Slider', 'content_slider_new_elementor', 'content_slider_new', 'elementor', 'Content Slider is the most extensive and user-friendly widget for building amazing sliders. Create stunning animated sliders inside of your web designs in seconds.', 2, '{\"html\":\"<div id=\\\"{{uc_id}}-wrapper\\\">\\n<div class=\\\"uc_fixed_box_postslider\\\" id=\\\"{{uc_id}}\\\" style=\\\"direction:{% if rtl == \\\"true\\\" %}rtl{% else %}ltr{% endif %};\\\">\\n        <div class=\\\"uc_fbps_container\\\">\\n            <div id=\\\"slider-{{uc_id}}\\\" class=\\\"owl-carousel uc-items-wrapper {{remote_parent.class}} {{uc_filtering_addclass}}\\\" {{remote_parent.attributes|raw}} {{uc_filtering_attributes|raw}} data-lightbox=\\\"{{open_image_in_lightbox}}\\\">\\n            \\t{{put_items()}}\\n            <\\/div>\\n        <\\/div>\\n<\\/div>\\n<\\/div>\",\"html_item\":\"<div class=\\\"uc_fbps_slide {{item.item_repeater_class}}\\\" >\\n  <div style=\\\"background-image:url({{item.image}});\\\" class=\\\"ue-item-image\\\"><\\/div>\\n  \\n  {% if link_whole_item == \\\"true\\\" %}<a class=\\\"uc_fbps_slide-link\\\" href=\\\"{{item.link|raw}}\\\" {{item.link_html_attributes|raw}}><\\/a>{% endif %}\\n  \\n  {% if open_image_in_lightbox == \\\"true\\\" %}\\n  \\t<a class=\\\"ue-item-overlay\\\" href=\\\"{{item.image}}\\\" data-e-disable-page-transition=\\\"true\\\"><\\/a>\\n  {% else %}\\n  \\t<div class=\\\"ue-item-overlay\\\"><\\/div>\\n  {% endif %}\\n    \\n    {% if item.source == \\\"content\\\" %}\\n    <div class=\\\"uc_fbps_content \\\">\\n        {% if (show_image == \\\"true\\\") %}\\n            {% if item.content_icon_image == \\\"image\\\" %}\\n               <div class=\\\"uc_fbps_container_image\\\"><img src=\\\"{{item.content_image}}\\\" {{item.content_image_attributes|raw}}><\\/div>\\n            {% endif %}\\n      \\n      \\t\\t{% if item.content_icon_image == \\\"icon\\\" %}\\n               <div class=\\\"ue-item-icon\\\">{{item.content_icon_html|raw}}<\\/div>\\n            {% endif %}\\n        {% endif %}\\n\\n        {% if (show_title == \\\"true\\\") %}\\n        <{{title_html_tag}} {% if title_html_tag ==\\\"a\\\" %}href=\\\"{{item.link}}\\\" {{item.link_html_attributes|ucsafe|raw}}{% endif %} class=\\\"uc_fbps_container_title\\\">{{item.title|raw}}<\\/{{title_html_tag}}>\\n        {% endif %}\\n\\n        {% if (show_intro_text == \\\"true\\\") %}\\n        <div class=\\\"uc_fbps_container_desc\\\">{{item.content|raw}}<\\/div>\\n        {% endif %}\\n\\n        {% if (show_button == \\\"true\\\") %}\\n          {% if item.button_text|raw is empty %}\\n              <div class=\\\"ue-btn-wrap\\\"><a href=\\\"{{item.link|raw}}\\\" {{item.link_html_attributes|ucsafe|raw}} class=\\\"uc_fbps_cta ue-btn {{button_hover_animation}}\\\">{{button_text|raw}}<\\/a><\\/div>  \\n          {% else %} \\n              <div class=\\\"ue-btn-wrap\\\"><a href=\\\"{{item.link|raw}}\\\" {{item.link_html_attributes|ucsafe|raw}} class=\\\"uc_fbps_cta ue-btn {{button_hover_animation}}\\\">{{item.button_text|raw}}<\\/a><\\/div>\\n          {% endif %}\\t\\n        {% endif %}\\n      <\\/div>\\n    {% endif %}\\n    \\n    \\n    {% if item.source == \\\"template\\\" %}\\n      <div class=\\\"uc_fbps_content\\\">\\n        {{putElementorTemplate(item.template_templateid)}}\\n       <\\/div>\\n    {% endif %}\\n    \\n    \\n    \\n \\n<\\/div>\",\"css\":\"#{{uc_id}}-wrapper{\\n  min-height:1px;\\n}\\n\\n#{{uc_id}} .uc_fbps_slide{\\n  position:relative;\\n  overflow:hidden;\\n  display:flex;  \\n}\\n\\n#{{uc_id}} .owl-carousel .animated   {\\n  -webkit-animation-duration: {{animation_duration_ue}}ms;\\n  animation-duration: {{animation_duration_ue}}ms;\\n}\\n\\n#{{uc_id}} .uc_fbps_container_image img{\\n  display:inline-block;\\n}\\n\\n#{{uc_id}} .uc_fbps_content{\\n  position:relative;\\n}\\n\\n.uc_fbps_container_title{\\n  font-size:21px;\\n}\\n\\n#{{uc_id}} .ue-btn {\\n\\ttext-decoration:none;\\n\\ttransition: all 0.5s ease;\\n    text-align:center;\\n    position: relative;\\n    z-index: 2;\\n}\\n\\n#{{uc_id}} .ue-item-overlay{\\n  position:absolute;\\n  top:0px;\\n  left:0px;\\n  right:0px;\\n  bottom:0px;\\n}\\n\\n#{{uc_id}} .uc_fbps_slide-link{\\n  position:absolute;\\n  top:0px;\\n  left:0px;\\n  right:0px;\\n  bottom:0px;\\n  z-index: 1;\\n}\\n\\n#{{uc_id}} .ue-item-image{\\n  background-repeat:no-repeat;\\n  position:absolute;\\n  top:0px;\\n  left:0px;\\n  right:0px;\\n  bottom:0px;\\n}\\n\\n#{{uc_id}} .owl-dots {\\n  overflow:hidden;\\n  text-align:{{dot_alignment}};\\n  position:relative;\\n  z-index:2;\\n}\\n\\n#{{uc_id}} .owl-dot {\\n  border-radius:50%;\\n  display:inline-block;\\n}\\n\\n#{{uc_id}} .owl-dots button{\\n  padding: 0;\\n}\\n\\n#{{uc_id}} .owl-nav .owl-prev, #{{uc_id}} .owl-nav .owl-next{\\n    position:absolute;\\n    display:flex;\\n    align-items: center;\\n    justify-content: center;\\n    text-align:center;\\n    padding: 0;\\n    margin:0;\\n}\\n#{{uc_id}} .owl-nav svg{\\n    width:1em;\\n    height:1em;\\n}\\n\\n#{{uc_id}} .owl-nav .disabled{\\n    display: none;  \\n}\\n\\n#{{uc_id}} .ue-item-icon{\\n  line-height:1em;\\n  display:inline-flex;\\n  justify-content:center;\\n  align-items:center;\\n  \\n}\\n\\n#{{uc_id}} .ue-item-icon svg{\\n  height:1em;\\n  width:1em;\\n}\\n\\n\\t\\n{% if ken_burns_effect == \\\"true\\\" %}\\n\\n  #{{uc_id}} .uc-active-item .ue-item-image{\\n    animation: ue-kenburns {{slide_duration}}ms ease;\\n    animation-fill-mode: forwards;\\n  }\\n\\n  @-webkit-keyframes ue-kenburns {\\n    0% {\\n      transform-origin: center center;\\n      transform: scale(1.0);  \\n    }\\n    100% {\\n      transform: scale(1.2);\\n    }\\n  }\\n\\n{% endif %}\\n\\n{% if animate_content != \\\"none\\\" %}\\t\\n\\n  #{{uc_id}} .uc-active-item .uc_fbps_content{\\n    animation: {{animate_content}} {{animate_content_duration}}s ease;\\n    animation-fill-mode: forwards;\\n    animation-delay: {{animate_content_delay}}s;\\n    opacity:0;\\n  }\\n\\n  @keyframes fade-in-left {\\n    0% {\\n      -webkit-transform: translateX(-50px);\\n              transform: translateX(-50px);\\n      opacity: 0;\\n    }\\n    100% {\\n      -webkit-transform: translateX(0);\\n              transform: translateX(0);\\n      opacity: 1;\\n    }\\n  }\\n\\n  @keyframes fade-in-right {\\n    0% {\\n      -webkit-transform: translateX(50px);\\n              transform: translateX(50px);\\n      opacity: 0;\\n    }\\n    100% {\\n      -webkit-transform: translateX(0);\\n              transform: translateX(0);\\n      opacity: 1;\\n    }\\n  }\\n\\n  @keyframes fade-in-bottom {\\n    0% {\\n      -webkit-transform: translateY(50px);\\n              transform: translateY(50px);\\n      opacity: 0;\\n    }\\n    100% {\\n      -webkit-transform: translateY(0);\\n              transform: translateY(0);\\n      opacity: 1;\\n    }\\n  }\\n\\n  @keyframes fade-in-top {\\n    0% {\\n      -webkit-transform: translateY(-50px);\\n              transform: translateY(-50px);\\n      opacity: 0;\\n    }\\n    100% {\\n      -webkit-transform: translateY(0);\\n              transform: translateY(0);\\n      opacity: 1;\\n    }\\n  }\\n\\n{% endif %}\\n\\n#{{uc_id}} .bounce {\\n  -webkit-animation-name: bounce;\\n  animation-name: bounce;\\n  -webkit-transform-origin: center bottom;\\n  transform-origin: center bottom;\\n}\\n\\n#{{uc_id}} .flash {\\n  -webkit-animation-name: flash;\\n  animation-name: flash;\\n}\\n\\n#{{uc_id}} .pulse {\\n  -webkit-animation-name: pulse;\\n  animation-name: pulse;\\n}\\n\\n#{{uc_id}} .rubberBand {\\n  -webkit-animation-name: rubberBand;\\n  animation-name: rubberBand;\\n}\\n\\n#{{uc_id}} .shake {\\n  -webkit-animation-name: shake;\\n  animation-name: shake;\\n}\\n\\n#{{uc_id}} .headShake {\\n  -webkit-animation-timing-function: ease-in-out;\\n  animation-timing-function: ease-in-out;\\n  -webkit-animation-name: headShake;\\n  animation-name: headShake;\\n}\\n\\n#{{uc_id}} .swing {\\n  -webkit-transform-origin: top center;\\n  transform-origin: top center;\\n  -webkit-animation-name: swing;\\n  animation-name: swing;\\n}\\n\\n#{{uc_id}} .tada {\\n  -webkit-animation-name: tada;\\n  animation-name: tada;\\n}\\n\\n#{{uc_id}} .wobble {\\n  -webkit-animation-name: wobble;\\n  animation-name: wobble;\\n}\\n\\n#{{uc_id}} .jello {\\n  -webkit-animation-name: jello;\\n  animation-name: jello;\\n  -webkit-transform-origin: center;\\n  transform-origin: center;\\n}\\n\\n#{{uc_id}} .heartBeat {\\n  -webkit-animation-name: heartBeat;\\n  animation-name: heartBeat;\\n  -webkit-animation-duration: 1.3s;\\n  animation-duration: 1.3s;\\n  -webkit-animation-timing-function: ease-in-out;\\n  animation-timing-function: ease-in-out;\\n}\\n\\n#{{uc_id}} .bounceIn {\\n  -webkit-animation-duration: 0.75s;\\n  animation-duration: 0.75s;\\n  -webkit-animation-name: bounceIn;\\n  animation-name: bounceIn;\\n}\\n\\n#{{uc_id}} .bounceInDown {\\n  -webkit-animation-name: bounceInDown;\\n  animation-name: bounceInDown;\\n}\\n\\n#{{uc_id}} .bounceInLeft {\\n  -webkit-animation-name: bounceInLeft;\\n  animation-name: bounceInLeft;\\n}\\n\\n#{{uc_id}} .bounceInRight {\\n  -webkit-animation-name: bounceInRight;\\n  animation-name: bounceInRight;\\n}\\n\\n#{{uc_id}} .bounceInUp {\\n  -webkit-animation-name: bounceInUp;\\n  animation-name: bounceInUp;\\n}\\n\\n#{{uc_id}} .bounceOutDown {\\n  -webkit-animation-name: bounceOutDown;\\n  animation-name: bounceOutDown;\\n}\\n\\n#{{uc_id}} .bounceOutLeft {\\n  -webkit-animation-name: bounceOutLeft;\\n  animation-name: bounceOutLeft;\\n}\\n\\n#{{uc_id}} .bounceOutRight {\\n  -webkit-animation-name: bounceOutRight;\\n  animation-name: bounceOutRight;\\n}\\n\\n#{{uc_id}} .bounceOutUp {\\n  -webkit-animation-name: bounceOutUp;\\n  animation-name: bounceOutUp;\\n}\\n\\n#{{uc_id}} .fadeIn {\\n  -webkit-animation-name: fadeIn;\\n  animation-name: fadeIn;\\n}\\n#{{uc_id}} .fadeInDown {\\n  -webkit-animation-name: fadeInDown;\\n  animation-name: fadeInDown;\\n}\\n#{{uc_id}} .fadeInDownBig {\\n  -webkit-animation-name: fadeInDownBig;\\n  animation-name: fadeInDownBig;\\n}\\n#{{uc_id}} .fadeInLeft {\\n  -webkit-animation-name: fadeInLeft;\\n  animation-name: fadeInLeft;\\n}\\n#{{uc_id}} .fadeInLeftBig {\\n  -webkit-animation-name: fadeInLeftBig;\\n  animation-name: fadeInLeftBig;\\n}\\n#{{uc_id}} .fadeInRight {\\n  -webkit-animation-name: fadeInRight;\\n  animation-name: fadeInRight;\\n}\\n#{{uc_id}} .fadeInRightBig {\\n  -webkit-animation-name: fadeInRightBig;\\n  animation-name: fadeInRightBig;\\n}\\n#{{uc_id}} .fadeInUp {\\n  -webkit-animation-name: fadeInUp;\\n  animation-name: fadeInUp;\\n}\\n#{{uc_id}} .fadeInUpBig {\\n  -webkit-animation-name: fadeInUpBig;\\n  animation-name: fadeInUpBig;\\n}\\n#{{uc_id}} .fadeOut {\\n  -webkit-animation-name: fadeOut;\\n  animation-name: fadeOut;\\n}\\n#{{uc_id}} .fadeOutDown {\\n  -webkit-animation-name: fadeOutDown;\\n  animation-name: fadeOutDown;\\n}\\n#{{uc_id}} .fadeOutDownBig {\\n  -webkit-animation-name: fadeOutDownBig;\\n  animation-name: fadeOutDownBig;\\n}\\n#{{uc_id}} .fadeOutLeft {\\n  -webkit-animation-name: fadeOutLeft;\\n  animation-name: fadeOutLeft;\\n}\\n#{{uc_id}} .fadeOutLeftBig {\\n  -webkit-animation-name: fadeOutLeftBig;\\n  animation-name: fadeOutLeftBig;\\n}\\n#{{uc_id}} .fadeOutRight {\\n  -webkit-animation-name: fadeOutRight;\\n  animation-name: fadeOutRight;\\n}\\n#{{uc_id}} .fadeOutRightBig {\\n  -webkit-animation-name: fadeOutRightBig;\\n  animation-name: fadeOutRightBig;\\n}\\n#{{uc_id}} .fadeOutUp {\\n  -webkit-animation-name: fadeOutUp;\\n  animation-name: fadeOutUp;\\n}\\n#{{uc_id}} .fadeOutUpBig {\\n  -webkit-animation-name: fadeOutUpBig;\\n  animation-name: fadeOutUpBig;\\n}\\n#{{uc_id}} .animated.flip {\\n  -webkit-backface-visibility: visible;\\n  backface-visibility: visible;\\n  -webkit-animation-name: flip;\\n  animation-name: flip;\\n}\\n#{{uc_id}} .flipInX {\\n  -webkit-backface-visibility: visible !important;\\n  backface-visibility: visible !important;\\n  -webkit-animation-name: flipInX;\\n  animation-name: flipInX;\\n}\\n#{{uc_id}} .flipInY {\\n  -webkit-backface-visibility: visible !important;\\n  backface-visibility: visible !important;\\n  -webkit-animation-name: flipInY;\\n  animation-name: flipInY;\\n}\\n#{{uc_id}} .flipOutX {\\n  -webkit-animation-duration: 0.75s;\\n  animation-duration: 0.75s;\\n  -webkit-animation-name: flipOutX;\\n  animation-name: flipOutX;\\n  -webkit-backface-visibility: visible !important;\\n  backface-visibility: visible !important;\\n}\\n#{{uc_id}} .flipOutY {\\n  -webkit-animation-duration: 0.75s;\\n  animation-duration: 0.75s;\\n  -webkit-backface-visibility: visible !important;\\n  backface-visibility: visible !important;\\n  -webkit-animation-name: flipOutY;\\n  animation-name: flipOutY;\\n}\\n#{{uc_id}} .lightSpeedIn {\\n  -webkit-animation-name: lightSpeedIn;\\n  animation-name: lightSpeedIn;\\n  -webkit-animation-timing-function: ease-out;\\n  animation-timing-function: ease-out;\\n}\\n#{{uc_id}} .rotateIn {\\n  -webkit-animation-name: rotateIn;\\n  animation-name: rotateIn;\\n}\\n#{{uc_id}} .rotateInDownLeft {\\n  -webkit-animation-name: rotateInDownLeft;\\n  animation-name: rotateInDownLeft;\\n}\\n#{{uc_id}} .rotateInDownRight {\\n  -webkit-animation-name: rotateInDownRight;\\n  animation-name: rotateInDownRight;\\n}\\n#{{uc_id}} .rotateInUpLeft {\\n  -webkit-animation-name: rotateInUpLeft;\\n  animation-name: rotateInUpLeft;\\n}\\n#{{uc_id}} .rotateInUpRight {\\n  -webkit-animation-name: rotateInUpRight;\\n  animation-name: rotateInUpRight;\\n}\\n#{{uc_id}} .rotateOut {\\n  -webkit-animation-name: rotateOut;\\n  animation-name: rotateOut;\\n}\\n#{{uc_id}} .rotateOutDownLeft {\\n  -webkit-animation-name: rotateOutDownLeft;\\n  animation-name: rotateOutDownLeft;\\n}\\n#{{uc_id}} .rotateOutDownRight {\\n  -webkit-animation-name: rotateOutDownRight;\\n  animation-name: rotateOutDownRight;\\n}\\n#{{uc_id}} .rotateOutUpLeft {\\n  -webkit-animation-name: rotateOutUpLeft;\\n  animation-name: rotateOutUpLeft;\\n}\\n#{{uc_id}} .rotateOutUpRight {\\n  -webkit-animation-name: rotateOutUpRight;\\n  animation-name: rotateOutUpRight;\\n}\\n#{{uc_id}} .hinge {\\n  -webkit-animation-duration: 2s;\\n  animation-duration: 2s;\\n  -webkit-animation-name: hinge;\\n  animation-name: hinge;\\n}\\n#{{uc_id}} .jackInTheBox {\\n  -webkit-animation-name: jackInTheBox;\\n  animation-name: jackInTheBox;\\n}\\n#{{uc_id}} .rollIn {\\n  -webkit-animation-name: rollIn;\\n  animation-name: rollIn;\\n}\\n#{{uc_id}} .rollOut {\\n  -webkit-animation-name: rollOut;\\n  animation-name: rollOut;\\n}\\n#{{uc_id}} .zoomIn {\\n  -webkit-animation-name: zoomIn;\\n  animation-name: zoomIn;\\n}\\n#{{uc_id}} .zoomInDown {\\n  -webkit-animation-name: zoomInDown;\\n  animation-name: zoomInDown;\\n}\\n#{{uc_id}} .zoomInLeft {\\n  -webkit-animation-name: zoomInLeft;\\n  animation-name: zoomInLeft;\\n}\\n#{{uc_id}} .zoomInRight {\\n  -webkit-animation-name: zoomInRight;\\n  animation-name: zoomInRight;\\n}\\n#{{uc_id}} .zoomInUp {\\n  -webkit-animation-name: zoomInUp;\\n  animation-name: zoomInUp;\\n}\\n#{{uc_id}} .zoomOut {\\n  -webkit-animation-name: zoomOut;\\n  animation-name: zoomOut;\\n}\\n#{{uc_id}} .zoomOutDown {\\n  -webkit-animation-name: zoomOutDown;\\n  animation-name: zoomOutDown;\\n}\\n#{{uc_id}} .zoomOutLeft {\\n  -webkit-animation-name: zoomOutLeft;\\n  animation-name: zoomOutLeft;\\n}\\n#{{uc_id}} .zoomOutRight {\\n  -webkit-animation-name: zoomOutRight;\\n  animation-name: zoomOutRight;\\n}\\n#{{uc_id}} .zoomOutUp {\\n  -webkit-animation-name: zoomOutUp;\\n  animation-name: zoomOutUp;\\n}\\n#{{uc_id}} .slideInDown {\\n  -webkit-animation-name: slideInDown;\\n  animation-name: slideInDown;\\n}\\n#{{uc_id}} .slideInLeft {\\n  -webkit-animation-name: slideInLeft;\\n  animation-name: slideInLeft;\\n}\\n#{{uc_id}} .slideInRight {\\n  -webkit-animation-name: slideInRight;\\n  animation-name: slideInRight;\\n}\\n#{{uc_id}} .slideInUp {\\n  -webkit-animation-name: slideInUp;\\n  animation-name: slideInUp;\\n}\\n#{{uc_id}} .slideOutDown {\\n  -webkit-animation-name: slideOutDown;\\n  animation-name: slideOutDown;\\n}\\n#{{uc_id}} .slideOutLeft {\\n  -webkit-animation-name: slideOutLeft;\\n  animation-name: slideOutLeft;\\n}\\n#{{uc_id}} .slideOutRight {\\n  -webkit-animation-name: slideOutRight;\\n  animation-name: slideOutRight;\\n}\\n#{{uc_id}} .slideOutUp {\\n  -webkit-animation-name: slideOutUp;\\n  animation-name: slideOutUp;\\n}\\n\\n#{{uc_id}} .animated {\\n  -webkit-animation-duration: 1s;\\n  animation-duration: 1s;\\n  -webkit-animation-fill-mode: both;\\n  animation-fill-mode: both;\\n}\\n\\n#{{uc_id}} .animated.infinite {\\n  -webkit-animation-iteration-count: infinite;\\n  animation-iteration-count: infinite;\\n}\\n\\n#{{uc_id}} .animated.delay-1s {\\n  -webkit-animation-delay: 1s;\\n  animation-delay: 1s;\\n}\\n\\n#{{uc_id}} .animated.delay-2s {\\n  -webkit-animation-delay: 2s;\\n  animation-delay: 2s;\\n}\\n\\n#{{uc_id}} .animated.delay-3s {\\n  -webkit-animation-delay: 3s;\\n  animation-delay: 3s;\\n}\\n\\n#{{uc_id}} .animated.delay-4s {\\n  -webkit-animation-delay: 4s;\\n  animation-delay: 4s;\\n}\\n\\n#{{uc_id}} .animated.delay-5s {\\n  -webkit-animation-delay: 5s;\\n  animation-delay: 5s;\\n}\\n\\n#{{uc_id}} .animated.fast {\\n  -webkit-animation-duration: 800ms;\\n  animation-duration: 800ms;\\n}\\n\\n#{{uc_id}} .animated.faster {\\n  -webkit-animation-duration: 500ms;\\n  animation-duration: 500ms;\\n}\\n\\n#{{uc_id}} .animated.slow {\\n  -webkit-animation-duration: 2s;\\n  animation-duration: 2s;\\n}\\n\\n#{{uc_id}} .animated.slower {\\n  -webkit-animation-duration: 3s;\\n  animation-duration: 3s;\\n}\",\"css_item\":\"{% if item.source == \\\"template\\\" %}\\n#{{uc_id}} .{{item.item_repeater_class}}{\\n  display: block;\\n}\\n{% endif %}\",\"js\":\"{{ ucfunc(\\\"put_docready_start\\\") }}\\n\\n  var objSlider = jQuery(\'#slider-{{uc_id}}\');\\n  var objClonedItems;\\n  var objAEToggleLinks = jQuery(\\\".toggle-collapse-link\\\");\\n\\n  function initaeSliderProtection(){\\n    var objLink = jQuery(this);\\n    var dataTarget = objLink.data(\\\"target\\\");\\n    var objAeSliders = objSlider.parents(\\\".has_ae_slider \\\");\\n    \\n    if(!objAeSliders || objAeSliders.length == 0)\\n      return(true);\\n    \\n    var objAeSliderId;\\n    \\n    objAeSliders.each(function(){\\n      var objSlider = jQuery(this);\\n      var attrId = objSlider.attr(\\\"id\\\");\\n      \\n      if(!attrId || attrId == undefined)\\n        return(true);\\n      \\n      objAeSliderId = attrId;\\n    });\\n    \\n    if(objAeSliderId != dataTarget)\\n      return(true);    \\n    \\n    setTimeout(function(){\\n      window.dispatchEvent(new Event(\'resize\'));  \\n    },300);   \\n  }\\n\\n  \\/\\/init protection\\n  objAEToggleLinks.on(\\\"click\\\", initaeSliderProtection);\\n\\n  function initCarousel(){    \\n    \\/\\/cloned items fancybox fix\\n    var objItems = objSlider.find(\'.uc_fbps_slide\');\\n    var itemsNum = objItems.length;\\n    \\n    \\/\\/set data index for each origin item\\n    for(let i=0; i<itemsNum; i++){      \\n      var objItem = objItems.eq(i);\\n      \\n      objItem.attr(\'data-fancy-index\', i);\\n    }\\n    \\n    objSlider.owlCarousel({\\n      startPosition:{{start_item_index}},\\n      loop:{{loop}},\\n      {% if rtl == \\\"true\\\" %}rtl: {{rtl}},{% endif %}\\n      {% if offset_slider == \\\"full\\\" %}\\n      animateIn: \'{{animate_in}}\',\\n      animateOut: \'{{animate_out}}\',\\n      {% endif %}\\t           \\n      autoplayHoverPause:{{autoplayhoverpause}},\\n      mouseDrag:{{mouse_drag}},\\n      touchDrag:{{touch_drag}},\\n      nav:{{show_arrows}},\\n      items:1,\\n      dots:{{show_dots}},                       \\n      smartSpeed: {{animation_duration_ue}},\\n      autoplay : {{autoplay}},\\n      autoplayTimeout : {{slide_duration}},\\n      \\/\\/ navText: [\'<i class=\\\"{{left_arrow}}\\\" aria-hidden=\\\"true\\\"><\\/i>\',\'<i class=\\\"{{right_arrow}}\\\" aria-hidden=\\\"true\\\"><\\/i>\'],\\n      navText: [`{{left_arrow_html|ucsafe|raw}}`,`{{right_arrow_html|ucsafe|raw}}`],\\n      responsive: {\\n        0: {\\n          {% if slide_margin_mobile is not empty %} margin: {{slide_margin_mobile}},{% endif %}\\n          {% if offset_slider == \\\"offset\\\" and stage_padding_mobile is not empty %}                      \\n            stagePadding:{{stage_padding_mobile}},\\n          {% endif %}\\n        },\\n        768: {\\n          {% if slide_margin_tablet is not empty %} margin: {{slide_margin_tablet}},{% endif %}\\n          {% if offset_slider == \\\"offset\\\" and stage_padding_tablet is not empty %}                      \\n            stagePadding:{{stage_padding_tablet}},\\n          {% endif %}\\n        },\\n        1024: {\\n          {% if slide_margin is not empty %} margin: {{slide_margin}},{% endif %}\\n          {% if offset_slider == \\\"offset\\\" and stage_padding is not empty %}                      \\n            stagePadding:{{stage_padding}},\\n          {% endif %}\\n        }\\n      }\\n    });\\n    \\n    \\/\\/wait while carousel init\\n    setTimeout(function(){      \\n      var useFancybox = objSlider.data(\\\"lightbox\\\");\\n      \\n      if(useFancybox == false)\\n        return(false);\\n      \\n      \\/\\/init fancybox only on non cloned items\\n      var fancyLink = objSlider.find(\\\".owl-item:not(.cloned) .ue-item-overlay\\\");\\n      \\n      fancyLink.attr(\\\"data-fancybox\\\", \\\"gallery\\\")\\n      \\n      fancyLink.fancybox({\\n        loop: true,\\n        arrows : true,\\n        backfocus: false\\n      });\\n      \\n      \\/\\/for cloned items find origin items and trigger it\\n      objClonedItems = objSlider.find(\\\".owl-item.cloned\\\");\\n      \\n      objClonedItems.on(\'click\', function() {        \\n        var objClonedItem = jQuery(this);\\n        var objClonedItemChild = objClonedItem.find(\'.uc_fbps_slide\');\\n        var clickedDataFancyIndex = objClonedItemChild.data(\'fancy-index\');\\n        var objOriginItem = objSlider.find(\'.owl-item:not(.cloned) [data-fancy-index=\'+clickedDataFancyIndex+\'] .ue-item-overlay\');\\n        \\n        objOriginItem.trigger(\'click\');\\n        \\n        \\/\\/do nothing with clicked cloned item https:\\/\\/obu.edu\\/_resources\\/ldp\\/galleries\\/fancybox\\/\\n        return(false);        \\n      });      \\n    },400);    \\n  }  \\n\\n  \\/\\/pause synced widget\\n  {% if autoplayhoverpause == \\\"true\\\" %}\\n  \\n  if(typeof UERemoteConnection != \\\"undefined\\\"){\\n    \\/\\/init remote api\\n    var objRemoteConnectionApi = new UERemoteConnection();\\n\\n    \\/\\/check if autoplay is true and trigger event \\n    function doAction(actionName){\\n\\n      var syncedParents = objRemoteConnectionApi.getSyncedElements(objSlider);\\n\\n      if(!syncedParents)\\n        return(false); \\n\\n      var parentsNum = syncedParents.length;\\n\\n      if(!parentsNum)\\n        return(false);  \\n\\n      jQuery.each(syncedParents, function(index, value){      \\n        var objParent = jQuery(syncedParents[index]);\\n        var parentSettings = objParent.data(\\\"owl.carousel\\\");\\n\\n        if(!parentSettings)\\n          return(true);  \\n\\n        var isPlaying = parentSettings.settings.autoplay;\\n\\n        if(isPlaying == false)\\n          return(true);  \\n\\n        objParent.trigger(actionName);      \\n      });    \\n    }\\n\\n    function onPyramidMouseOver(){    \\t\\n      doAction(\\\"stop.owl.autoplay\\\");\\n    }\\n\\n    function onPyramidMouseOut(){    \\t\\n      doAction(\\\"play.owl.autoplay\\\");  \\t\\t\\n    }\\n\\n    objSlider.on(\\\"mouseover\\\", onPyramidMouseOver);\\n    objSlider.on(\\\"mouseout\\\", onPyramidMouseOut);\\n  }\\n\\n      \\n\\n  {% endif %}\\/\\/end pause synced widget\\n\\n  initCarousel();\\n  setTimeout(function(){window.dispatchEvent(new Event(\'resize\'));},50);\\n   \\n  objSlider.on(\\\"uc_ajax_refreshed\\\",function(){      \\n    objSlider.trigger(\'destroy.owl.carousel\');      \\n    initCarousel();      \\n  });\\n\\n  {{ucfunc(\\\"put_remote_parent_js\\\",\\\"objSlider\\\")}}\\n\\n{{ ucfunc(\\\"put_docready_end\\\") }}\"}', '{\"options\":{\"enable_items\":1,\"items_section_title\":\"\",\"items_section_heading\":\"\",\"items_title_field\":\"\",\"path_assets\":\"uc_content_slider_new\",\"js_as_module\":false,\"addon_icon\":\"fas fa-sliders\",\"dynamic_addon\":\"false\",\"dynamic_post_enable_customfields\":\"false\",\"dynamic_post_enable_category\":\"false\",\"description\":\"Content Slider is the most extensive and user-friendly widget for building amazing sliders. Create stunning animated sliders inside of your web designs in seconds.\",\"link_resource\":\"https:\\/\\/unlimited-elements.com\\/content-slider-widget-for-elementor\\/\",\"link_preview\":\"https:\\/\\/unlimited-elements.com\\/content-slider-widget-for-elementor\",\"show_small_icon\":\"true\",\"preview_size\":\"full\",\"preview_custom_width\":\"\",\"preview_bgcol\":\"#ffffff\",\"special\":\"\",\"special_data\":\"\",\"is_free_addon\":true,\"is_new_addon\":false,\"is_trending\":false},\"params\":[{\"type\":\"uc_radioboolean\",\"title\":\"Autoplay\",\"name\":\"autoplay\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_number\",\"title\":\"Slide Duration\",\"name\":\"slide_duration\",\"description\":\"\",\"admin_label\":\"false\",\"default_value\":\"5000\",\"unit\":\"\",\"unit_custom\":\"\",\"value\":\"5000\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_colorpicker\",\"title\":\"Content Background\",\"name\":\"ue_bg_overlay_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"rgba(0, 0, 0, 0.50)\",\"selector\":\".uc_fbps_content\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_2c2exhef\"},{\"type\":\"uc_slider\",\"title\":\"Content Max Width\",\"name\":\"content_width\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"400\",\"min\":\"0\",\"max\":\"1000\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_fbps_content\",\"selector_value\":\"max-width: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_2c2exhef\"},{\"type\":\"uc_slider\",\"title\":\"Height\",\"name\":\"height\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"50\",\"min\":\"0\",\"max\":\"1000\",\"step\":\"1\",\"units\":\"vh_px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_fbps_slide\",\"selector_value\":\"height: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_78nxy02y\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Image \\/ Icon\",\"name\":\"show_image\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_skbelo68\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Title\",\"name\":\"show_title\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_skbelo68\"},{\"type\":\"uc_dropdown\",\"title\":\"Title HTML Tag\",\"name\":\"title_html_tag\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"show_title\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"div\":\"div\",\"H1\":\"h1\",\"H2\":\"h2\",\"H3\":\"h3\",\"H4\":\"h4\",\"H5\":\"h5\",\"H6\":\"h6\",\"span\":\"span\",\"p\":\"p\",\"a (link)\":\"a\"},\"default_value\":\"div\",\"pro_options\":[\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"span\",\"p\",\"a\"],\"is_pro\":true,\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_content_skbelo68\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Text\",\"name\":\"show_intro_text\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_skbelo68\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Button\",\"name\":\"show_button\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_skbelo68\"},{\"type\":\"uc_textfield\",\"title\":\"Button Text\",\"name\":\"button_text\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"show_button\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"Learn More\",\"font_editable\":false,\"placeholder\":\"\",\"disable_dynamic\":false,\"__attr_catid__\":\"cat_content_skbelo68\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Dots\",\"name\":\"show_dots\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_skbelo68\"},{\"type\":\"uc_icon_library\",\"title\":\"Left Arrow\",\"name\":\"left_arrow\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"fas fa-chevron-left\",\"enable_svg\":true,\"put_svg_as\":\"svg\",\"__attr_catid__\":\"cat_content_afbzpvpo\"},{\"type\":\"uc_icon_library\",\"title\":\"Right Arrow\",\"name\":\"right_arrow\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"fas fa-chevron-right\",\"enable_svg\":true,\"put_svg_as\":\"svg\",\"__attr_catid__\":\"cat_content_afbzpvpo\"},{\"type\":\"uc_slider\",\"title\":\"Nav Arrow Spacing\",\"name\":\"nav_arrow_spacing\",\"description\":\"Horizontal Spacing\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"20\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-nav .owl-prev\",\"selector_value\":\"left: {{SIZE}}{{UNIT}}; right: auto;\",\"show_more_selectors\":true,\"selector2\":\".owl-nav .owl-next\",\"selector2_value\":\"right: {{SIZE}}{{UNIT}}; left: auto;\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_anvfh96i\"},{\"type\":\"uc_slider\",\"title\":\"Nav Arrow Position\",\"name\":\"nav_arrow_position\",\"description\":\"Vertical Spacing\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"224\",\"min\":\"0\",\"max\":\"1000\",\"step\":\"1\",\"units\":\"px_percent\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev\",\"selector_value\":\"top: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_anvfh96i\"},{\"type\":\"uc_slider\",\"title\":\"Nav Arrow Radius\",\"name\":\"nav_arrow_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"0\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev\",\"selector_value\":\"border-radius: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_anvfh96i\"},{\"type\":\"uc_slider\",\"title\":\"Nav Arrow Background Size\",\"name\":\"nav_arrow_background_size\",\"description\":\"\",\"default_value\":\"62\",\"min\":\"20\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev\",\"selector_value\":\"width: {{SIZE}}{{UNIT}}; height: {{SIZE}}{{UNIT}}; line-height: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_anvfh96i\",\"value\":\"42\",\"value_tablet\":\"\",\"value_mobile\":\"\"},{\"type\":\"uc_slider\",\"title\":\"Nav Arrow Icon Size\",\"name\":\"nav_arrow_icon_size\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"24\",\"min\":\"15\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev\",\"selector_value\":\"font-size: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_anvfh96i\"},{\"type\":\"uc_colorpicker\",\"title\":\"Nav Arrow Background\",\"name\":\"nav_arrow_background\",\"description\":\"\",\"default_value\":\"#ffffff\",\"selector\":\".owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev\",\"selector_value\":\"background-color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_anvfh96i\",\"value\":\"#ffffff\"},{\"type\":\"uc_colorpicker\",\"title\":\"Nav Arrow Background Hover\",\"name\":\"nav_arrow_background_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"\",\"selector\":\".owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_anvfh96i\"},{\"type\":\"uc_colorpicker\",\"title\":\"Nav Arrow Icon Color\",\"name\":\"nav_arrow_icon_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"#000000\",\"selector\":\".owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":true,\"selector2\":\".owl-carousel .owl-nav svg\",\"selector2_value\":\"fill:{{VALUE}}!important;\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_anvfh96i\"},{\"type\":\"uc_colorpicker\",\"title\":\"Nav Arrow Icon Color Hover\",\"name\":\"nav_arrow_icon_color_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"selector\":\".owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":true,\"selector2\":\".owl-carousel .owl-nav .owl-next:hover svg, .owl-carousel .owl-nav .owl-prev:hover svg\",\"selector2_value\":\"fill:{{VALUE}}!important;\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_anvfh96i\"},{\"type\":\"uc_background\",\"title\":\"Overlay\",\"name\":\"overlay\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"background_type\":\"none\",\"solid_color\":\"rgba(0, 0, 0, 0.50)\",\"solid_bg_image\":\"\",\"solid_bg_image_position\":\"\",\"solid_bg_image_repeat\":\"\",\"solid_bg_image_size\":\"\",\"gradient_color1\":\"\",\"gradient_color2\":\"\",\"selector\":\".ue-item-overlay\",\"__attr_catid__\":\"cat_style_s0aymbuk\"},{\"type\":\"uc_background\",\"title\":\"Overlay Hover\",\"name\":\"overlay_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"background_type\":\"none\",\"solid_color\":\"rgba(0, 0, 0, 0.50)\",\"solid_bg_image\":\"\",\"solid_bg_image_size\":\"\",\"solid_bg_image_position\":\"\",\"solid_bg_image_repeat\":\"\",\"gradient_color1\":\"\",\"gradient_color2\":\"\",\"selector\":\".uc_fbps_slide:hover .ue-item-overlay\",\"__attr_catid__\":\"cat_style_s0aymbuk\"},{\"type\":\"uc_border\",\"title\":\"Content Border\",\"name\":\"content_border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".uc_fbps_content\",\"__attr_catid__\":\"cat_style_2c2exhef\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Content Radius\",\"name\":\"content_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".uc_fbps_content\",\"__attr_catid__\":\"cat_style_2c2exhef\"},{\"type\":\"uc_dropdown\",\"title\":\"Vertical Alignment\",\"name\":\"vertical_alignment\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"options\":{\"Start\":\"flex-start\",\"Center\":\"center\",\"End\":\"flex-end\"},\"default_value\":\"center\",\"selector\":\".uc_fbps_slide\",\"selector_value\":\"align-items:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_style_78nxy02y\"},{\"type\":\"uc_dropdown\",\"title\":\"Horizontal Alignment\",\"name\":\"horizontal_alignment\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"options\":{\"Start\":\"flex-start\",\"Center\":\"center\",\"End\":\"flex-end\"},\"default_value\":\"center\",\"selector\":\".uc_fbps_slide\",\"selector_value\":\"justify-content:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_style_78nxy02y\"},{\"type\":\"uc_boxshadow\",\"title\":\"Content Shadow\",\"name\":\"content_shadow\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"selector\":\".uc_fbps_content\",\"__attr_catid__\":\"cat_style_2c2exhef\"},{\"type\":\"uc_dropdown\",\"title\":\"Content Alignment\",\"name\":\"content_alignment\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"options\":{\"Left\":\"left\",\"Center\":\"center\",\"Right\":\"right\"},\"default_value\":\"center\",\"selector\":\".uc_fbps_content\",\"selector_value\":\"text-align:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_style_2c2exhef\"},{\"type\":\"uc_slider\",\"title\":\"Nav Dots Size\",\"name\":\"nav_dots_size\",\"description\":\"\",\"default_value\":\"8\",\"min\":\"4\",\"max\":\"20\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":\"false\",\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-dot\",\"selector_value\":\"width: {{SIZE}}{{UNIT}}; height: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_9theey0a\",\"value\":\"8\"},{\"type\":\"uc_colorpicker\",\"title\":\"Dot Color\",\"name\":\"dot_color\",\"description\":\"\",\"default_value\":\"#c6c6c6\",\"selector\":\".owl-dot\",\"selector_value\":\"background-color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_9theey0a\",\"value\":\"#c6c6c6\"},{\"type\":\"uc_colorpicker\",\"title\":\"Dot Active Color\",\"name\":\"dot_active_color\",\"description\":\"\",\"default_value\":\"#000000\",\"selector\":\".owl-dot.active\",\"selector_value\":\"background-color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_9theey0a\",\"value\":\"#000000\"},{\"type\":\"uc_slider\",\"title\":\"Dot Spacing\",\"name\":\"dot_spacing\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"20\",\"min\":\"-100\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-dots\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_9theey0a\"},{\"type\":\"uc_slider\",\"title\":\"Dot Space Between\",\"name\":\"dot_space_between\",\"description\":\"\",\"default_value\":\"5\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":\"false\",\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-dot\",\"selector_value\":\"margin:0px {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_9theey0a\",\"value\":\"5\"},{\"type\":\"uc_dropdown\",\"title\":\"Dot Alignment\",\"name\":\"dot_alignment\",\"description\":\"\",\"options\":{\"Center\":\"center\",\"Left\":\"left\",\"Right\":\"right\"},\"default_value\":\"center\",\"__attr_catid__\":\"cat_style_9theey0a\",\"value\":\"center\"},{\"type\":\"uc_dropdown\",\"title\":\"Button Align\",\"name\":\"button_align\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Inherit\":\"inherit\",\"Left\":\"left\",\"Center\":\"center\",\"Right\":\"right\"},\"default_value\":\"inherit\",\"selector\":\".ue-btn-wrap\",\"selector_value\":\"text-align:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_style_kdsx40d8\"},{\"type\":\"uc_typography\",\"title\":\"Button Typography\",\"name\":\"button_typography\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"selector1\":\".ue-btn\",\"selector2\":\"\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_kdsx40d8\"},{\"type\":\"uc_dropdown\",\"title\":\"Button Style\",\"name\":\"button_style\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"options\":{\"Auto Width\":\"inline-block\",\"Full Width\":\"block\"},\"default_value\":\"inline-block\",\"selector\":\".ue-btn\",\"selector_value\":\"display:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_style_kdsx40d8\"},{\"type\":\"uc_hover_animations\",\"title\":\"Button Hover Animation\",\"name\":\"button_hover_animation\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"default_value\":\"\",\"__attr_catid__\":\"cat_style_kdsx40d8\"},{\"type\":\"uc_padding\",\"title\":\"Button Padding\",\"name\":\"button_padding\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"is_responsive\":true,\"desktop_top\":\"10\",\"desktop_right\":\"20\",\"desktop_bottom\":\"10\",\"desktop_left\":\"20\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue-btn\",\"__attr_catid__\":\"cat_style_kdsx40d8\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Button Radius\",\"name\":\"button_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue-btn\",\"__attr_catid__\":\"cat_style_kdsx40d8\"},{\"type\":\"uc_colorpicker\",\"title\":\"Button Background Color\",\"name\":\"button_bg_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"#8c8c8c\",\"selector\":\".ue-btn\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_kdsx40d8\"},{\"type\":\"uc_colorpicker\",\"title\":\"Button Background Color Hover\",\"name\":\"button_background_color_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"\",\"selector\":\".ue-btn:hover\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_kdsx40d8\"},{\"type\":\"uc_colorpicker\",\"title\":\"Button Text Color\",\"name\":\"btn_txt_clr\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"#ffffff\",\"selector\":\".ue-btn\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_kdsx40d8\"},{\"type\":\"uc_colorpicker\",\"title\":\"Button Text Color Hover\",\"name\":\"btn_txt_clr_hvr\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"\",\"selector\":\".ue-btn:hover\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_kdsx40d8\"},{\"type\":\"uc_slider\",\"title\":\"Button Spacing\",\"name\":\"button_spacing\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"20\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-btn\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_kdsx40d8\"},{\"type\":\"uc_border\",\"title\":\"Button Border\",\"name\":\"button_border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue-btn\",\"__attr_catid__\":\"cat_style_kdsx40d8\"},{\"type\":\"uc_border\",\"title\":\"Button Border Hover\",\"name\":\"button_border_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue-btn:hover\",\"__attr_catid__\":\"cat_style_kdsx40d8\"},{\"type\":\"uc_padding\",\"title\":\"Content Padding\",\"name\":\"content_padding\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"is_responsive\":true,\"desktop_top\":\"30\",\"desktop_right\":\"30\",\"desktop_bottom\":\"30\",\"desktop_left\":\"30\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".uc_fbps_content\",\"__attr_catid__\":\"cat_style_2c2exhef\"},{\"type\":\"uc_padding\",\"title\":\"Content Margin\",\"name\":\"content_margin\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".uc_fbps_content\",\"__attr_catid__\":\"cat_style_2c2exhef\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Arrows\",\"name\":\"show_arrows\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"__attr_catid__\":\"cat_content_skbelo68\"},{\"type\":\"uc_slider\",\"title\":\"Title Spacing\",\"name\":\"title_spacing\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"0\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_fbps_container_title\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_nli8bue2\"},{\"type\":\"uc_colorpicker\",\"title\":\"Title Color\",\"name\":\"title_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"#ffffff\",\"selector\":\".uc_fbps_container_title\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_nli8bue2\"},{\"type\":\"uc_typography\",\"title\":\"Title Typography\",\"name\":\"title_typography\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"selector1\":\".uc_fbps_container_title\",\"selector2\":\"\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_nli8bue2\"},{\"type\":\"uc_slider\",\"title\":\"Text Spacing\",\"name\":\"text_spacing\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"10\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_fbps_container_desc\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_bi2v8b1u\"},{\"type\":\"uc_colorpicker\",\"title\":\"Text Color\",\"name\":\"text_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"#ffffff\",\"selector\":\".uc_fbps_container_desc\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_bi2v8b1u\"},{\"type\":\"uc_typography\",\"title\":\"Text Typography\",\"name\":\"text_typography\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"selector1\":\".uc_fbps_container_desc\",\"selector2\":\"\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_bi2v8b1u\"},{\"type\":\"uc_radioboolean\",\"title\":\"Loop\",\"name\":\"loop\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"RTL\",\"name\":\"rtl\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":false,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Autoplay Hover Pause\",\"name\":\"autoplayhoverpause\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Content Image Width\",\"name\":\"content_image\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"120\",\"min\":\"0\",\"max\":\"1000\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_fbps_container_image img\",\"selector_value\":\"width: {{SIZE}}{{UNIT}} !important;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_qg7ifykk\"},{\"type\":\"uc_margins\",\"title\":\"Content Image Margin\",\"name\":\"content_image_margin\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".uc_fbps_container_image img\",\"__attr_catid__\":\"cat_style_qg7ifykk\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Content Image Radius\",\"name\":\"content_image_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".uc_fbps_container_image img\",\"__attr_catid__\":\"cat_style_qg7ifykk\"},{\"type\":\"uc_slider\",\"title\":\"Icon Size Outer \",\"name\":\"icon_size_outer\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"60\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-item-icon\",\"selector_value\":\"width: {{SIZE}}{{UNIT}}; height: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_ywt12d5i\"},{\"type\":\"uc_slider\",\"title\":\"Icon Size\",\"name\":\"icon_size\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"20\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-item-icon\",\"selector_value\":\"font-size: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_ywt12d5i\"},{\"type\":\"uc_colorpicker\",\"title\":\"Icon Color\",\"name\":\"icon_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"#ffffff\",\"selector\":\".ue-item-icon\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":true,\"selector2\":\".ue-item-icon svg\",\"selector2_value\":\"fill:{{VALUE}};\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_ywt12d5i\"},{\"type\":\"uc_colorpicker\",\"title\":\"Icon Background\",\"name\":\"icon_background\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"#6e6e6e\",\"selector\":\".ue-item-icon\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_ywt12d5i\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Icon Radius\",\"name\":\"icon_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"is_responsive\":true,\"desktop_top\":\"100\",\"desktop_right\":\"100\",\"desktop_bottom\":\"100\",\"desktop_left\":\"100\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue-item-icon\",\"__attr_catid__\":\"cat_style_ywt12d5i\"},{\"type\":\"uc_boxshadow\",\"title\":\"Icon Shadow\",\"name\":\"icon_shadow\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"selector\":\".ue-item-icon\",\"__attr_catid__\":\"cat_style_ywt12d5i\"},{\"type\":\"uc_border\",\"title\":\"Icon Border\",\"name\":\"icon_border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue-item-icon\",\"__attr_catid__\":\"cat_style_ywt12d5i\"},{\"type\":\"uc_slider\",\"title\":\"Icon Spacing\",\"name\":\"icon_spacing\",\"description\":\"Margin Top\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"0\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-item-icon\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_ywt12d5i\"},{\"type\":\"uc_listing\",\"title\":\"Remote Parent\",\"name\":\"remote_parent\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"use_for\":\"remote\",\"gallery_enable_video\":false,\"enable_pagination\":false,\"remote_type\":\"parent\",\"remote_widget_name\":\"Content Slider\",\"__attr_catid__\":\"cat_content_f7pv1ltw\"},{\"type\":\"uc_dropdown\",\"title\":\"Slider Type\",\"name\":\"offset_slider\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Full\":\"full\",\"Offset\":\"offset\"},\"default_value\":\"full\",\"pro_options\":[\"offset\"],\"is_pro\":true,\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_number\",\"title\":\"Slide Margin\",\"name\":\"slide_margin\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"offset_slider\",\"condition_operator\":\"equal\",\"condition_value\":[\"offset\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"20\",\"unit\":\"\",\"unit_custom\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_number\",\"title\":\"Stage Padding\",\"name\":\"stage_padding\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"offset_slider\",\"condition_operator\":\"equal\",\"condition_value\":[\"offset\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"80\",\"unit\":\"\",\"unit_custom\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_dropdown\",\"title\":\"Animate In\",\"name\":\"animate_in\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"offset_slider\",\"condition_operator\":\"equal\",\"condition_value\":[\"full\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"None\":\"none\",\"FadeIn\":\"fadeIn\",\"FadeInLeft\":\"fadeInLeft\",\"FadeInLeftBig\":\"fadeInLeftBig\",\"FadeInRight\":\"fadeInRight\",\"FadeInRightBig\":\"fadeInRightBig\",\"FadeInUp\":\"fadeInUp\",\"FadeInUpBig\":\"fadeInUpBig\",\"FadeInDown\":\"fadeInDown\",\"FadeInDownBig\":\"fadeInDownBig\",\"SlideInLeft\":\"slideInLeft\",\"SlideInRight\":\"slideInRight\",\"SlideInUp\":\"slideInUp\",\"SlideInDown\":\"slideInDown\",\"BounceIn\":\"bounceIn\",\"BounceInDown\":\"bounceInDown\",\"BounceInLeft\":\"bounceInLeft\",\"BounceInRight\":\"bounceInRight\",\"BounceInUp\":\"bounceInUp\",\"RotateIn\":\"rotateIn\",\"RotateInDownLeft\":\"rotateInDownLeft\",\"RotateInDownRight\":\"rotateInDownRight\",\"RotateInUpLeft\":\"rotateInUpLeft\",\"RotateInUpRight\":\"rotateInUpRight\",\"ZoomIn\":\"zoomIn\",\"ZoomInDown\":\"zoomInDown\",\"ZoomInLeft\":\"zoomInLeft\",\"ZoomInRight\":\"zoomInRight\",\"ZoomInUp\":\"zoomInUp\",\"zoomOut\":\"zoomOut\",\"zoomOutDown\":\"zoomOutDown\",\"zoomOutLeft\":\"zoomOutLeft\",\"zoomOutRight\":\"zoomOutRight\",\"zoomOutUp\":\"zoomOutUp\"},\"default_value\":\"fadeIn\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_dropdown\",\"title\":\"Animate Content\",\"name\":\"animate_content\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"none\":\"none\",\"fade-in-left\":\"fade-in-left\",\"fade-in-right\":\"fade-in-right\",\"fade-in-bottom\":\"fade-in-bottom\",\"fade-in-top\":\"fade-in-top\"},\"default_value\":\"none\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_zn8gqdh2\"},{\"type\":\"uc_dropdown\",\"title\":\"Animate Out\",\"name\":\"animate_out\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"offset_slider\",\"condition_operator\":\"equal\",\"condition_value\":[\"full\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"None\":\"none\",\"FadeOut\":\"fadeOut\",\"FadeOutLeft\":\"fadeOutLeft\",\"FadeOutLeftBig\":\"fadeOutLeftBig\",\"FadeOutRight\":\"fadeOutRight\",\"FadeOutRightBig\":\"fadeOutRightBig\",\"FadeOutUp\":\"fadeOutUp\",\"FadeOutUpBig\":\"fadeOutUpBig\",\"FadeOutDown\":\"fadeOutDown\",\"FadeOutDownBig\":\"fadeOutDownBig\",\"SlideOutLeft\":\"slideOutLeft\",\"SlideOutRight\":\"slideOutRight\",\"SlideOutUp\":\"slideOutUp\",\"SlideOutDown\":\"slideOutDown\",\"BounceOut\":\"bounceOut\",\"BounceOutDown\":\"bounceOutDown\",\"BounceOutLeft\":\"bounceOutLeft\",\"BounceOutRight\":\"bounceOutRight\",\"BounceOutUp\":\"bounceOutUp\",\"RotateOut\":\"rotateOut\",\"RotateOutDownLeft\":\"rotateOutDownLeft\",\"RotateOutDownRight\":\"rotateOutDownRight\",\"RotateOutUpLeft\":\"rotateOutUpLeft\",\"RotateOutUpRight\":\"rotateOutUpRight\",\"ZoomOut\":\"zoomOut\",\"ZoomOutDown\":\"zoomOutDown\",\"ZoomOutLeft\":\"zoomOutLeft\",\"ZoomOutRight\":\"zoomOutRight\",\"ZoomOutUp\":\"zoomOutUp\",\"zoomOut\":\"zoomOut\",\"zoomOutDown\":\"zoomOutDown\",\"zoomOutLeft\":\"zoomOutLeft\",\"zoomOutRight\":\"zoomOutRight\",\"zoomOutUp\":\"zoomOutUp\"},\"default_value\":\"fadeOut\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Slider Radius\",\"name\":\"slider_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"0\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_fbps_slide\",\"selector_value\":\"border-radius: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_78nxy02y\"},{\"type\":\"uc_dropdown\",\"title\":\"Image Fit\",\"name\":\"image_fit\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Cover\":\"cover\",\"Contain\":\"contain\"},\"default_value\":\"cover\",\"selector\":\".uc_fbps_slide .ue-item-image\",\"selector_value\":\"background-size:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_78nxy02y\"},{\"type\":\"uc_radioboolean\",\"title\":\"Ken Burns Effect\",\"name\":\"ken_burns_effect\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"offset_slider\",\"condition_operator\":\"equal\",\"condition_value\":[\"full\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_number\",\"title\":\"Animate Content Duration\",\"name\":\"animate_content_duration\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"1\",\"unit\":\"\",\"unit_custom\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_content_zn8gqdh2\"},{\"type\":\"uc_number\",\"title\":\"Animate Content Delay\",\"name\":\"animate_content_delay\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"1\",\"unit\":\"\",\"unit_custom\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_content_zn8gqdh2\"},{\"type\":\"uc_number\",\"title\":\"Animation Duration\",\"name\":\"animation_duration_ue\",\"description\":\"In milliseconds \",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"1000\",\"unit\":\"ms\",\"unit_custom\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Mouse Drag\",\"name\":\"mouse_drag\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Touch Drag\",\"name\":\"touch_drag\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Open Image In Lightbox\",\"name\":\"open_image_in_lightbox\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_special\",\"title\":\"Item Image Size\",\"name\":\"item_image_size\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"attribute_type\":\"items_image_size\",\"entrance_animation_item_class\":\"\",\"schema_title_name\":\"\",\"schema_content_name\":\"\",\"image_size_param_name\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_listing\",\"title\":\"Source\",\"name\":\"multisource\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"use_for\":\"items\",\"gallery_enable_video\":false,\"enable_pagination\":true,\"enable_ajax\":true,\"multisource_included_attributes\":\"image,content,link\",\"multisource_attributes_defaults\":\"\",\"remote_type\":\"parent\",\"controller_more_parents\":false,\"__attr_catid__\":\"cat_content_uhqd2u0l\"},{\"type\":\"uc_radioboolean\",\"title\":\"Link Whole Item\",\"name\":\"link_whole_item\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"open_image_in_lightbox\",\"condition_operator\":\"equal\",\"condition_value\":[\"\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_skbelo68\"},{\"type\":\"uc_textfield\",\"title\":\"Start Item Index\",\"name\":\"start_item_index\",\"description\":\"0 is first.\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"0\",\"font_editable\":false,\"placeholder\":\"\",\"disable_dynamic\":false,\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_border\",\"title\":\"Border\",\"name\":\"slide_border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".uc_fbps_slide\",\"__attr_catid__\":\"cat_style_78nxy02y\"},{\"type\":\"uc_number\",\"title\":\"Overlay Hover Transition Duration\",\"name\":\"overlay_transition_duration\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"400\",\"unit\":\"ms\",\"unit_custom\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-item-overlay\",\"selector_value\":\"transition-duration:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_s0aymbuk\"}],\"params_items\":[{\"type\":\"uc_textfield\",\"title\":\"Title\",\"name\":\"title\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"Slide Title\",\"font_editable\":false},{\"type\":\"uc_image\",\"title\":\"Background Image\",\"name\":\"image\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"media_type\":\"image\",\"default_value\":\"[url_assets]\\/1.jpg\",\"add_image_sizes\":false,\"default_value_json\":\"\"},{\"type\":\"uc_dropdown\",\"title\":\"Background Position\",\"name\":\"image_background_position\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":true,\"tabname\":\"\",\"options\":{\"left top\":\"left top\",\"left center\":\"left center\",\"left bottom\":\"left bottom\",\"right top\":\"right top\",\"right center\":\"right center\",\"right bottom\":\"right bottom\",\"center top\":\"center top\",\"center center\":\"center center\",\"center bottom\":\"center bottom\"},\"default_value\":\"center center\",\"selector\":\"{{CURRENT_ITEM}}  .ue-item-image\",\"selector_value\":\"background-position: {{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\"},{\"type\":\"uc_dropdown\",\"title\":\"Content Source\",\"name\":\"source\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Content\":\"content\",\"Template\":\"template\",\"None\":\"\"},\"default_value\":\"content\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\"},{\"type\":\"uc_template\",\"title\":\"Template\",\"name\":\"template\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"source\",\"condition_operator\":\"equal\",\"condition_value\":[\"template\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\"},{\"type\":\"uc_textarea\",\"title\":\"Content\",\"name\":\"content\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"source\",\"condition_operator\":\"equal\",\"condition_value\":[\"content\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"This content is an example of an content area for a slide.\",\"font_editable\":false},{\"type\":\"uc_textfield\",\"title\":\"Button Text Override\",\"name\":\"button_text\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"source\",\"condition_operator\":\"equal\",\"condition_value\":[\"content\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"font_editable\":false,\"placeholder\":\"\",\"disable_dynamic\":false},{\"type\":\"uc_link\",\"title\":\"Link\",\"name\":\"link\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"source\",\"condition_operator\":\"equal\",\"condition_value\":[\"content\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"#\"},{\"type\":\"uc_dropdown\",\"title\":\"Graphic Element\",\"name\":\"content_icon_image\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"source\",\"condition_operator\":\"equal\",\"condition_value\":[\"content\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"None\":\"none\",\"Image\":\"image\",\"Icon\":\"icon\"},\"default_value\":\"none\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\"},{\"type\":\"uc_image\",\"title\":\"Content Image\",\"name\":\"content_image\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"source\",\"condition_operator\":\"equal\",\"condition_value\":[\"content\"],\"condition_attribute2\":\"content_icon_image\",\"condition_operator2\":\"equal\",\"condition_value2\":\"image\",\"label_block\":false,\"tabname\":\"\",\"media_type\":\"image\",\"default_value\":\"[url_assets]\\/ue-logo.png\",\"add_image_sizes\":false,\"default_value_json\":\"\"},{\"type\":\"uc_icon_library\",\"title\":\"Content Icon\",\"name\":\"content_icon\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"source\",\"condition_operator\":\"equal\",\"condition_value\":[\"content\"],\"condition_attribute2\":\"content_icon_image\",\"condition_operator2\":\"equal\",\"condition_value2\":\"icon\",\"label_block\":false,\"tabname\":\"\",\"default_value\":\"fas fa-rocket\",\"enable_svg\":true,\"put_svg_as\":\"svg\"},{\"type\":\"uc_radioboolean\",\"title\":\"Override Content Position\",\"name\":\"override_content_position\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\"},{\"type\":\"uc_dropdown\",\"title\":\"Content Vertical Alignment\",\"name\":\"content_vertical_alignment\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"override_content_position\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Start\":\"flex-start\",\"Center\":\"center\",\"End\":\"flex-end\"},\"default_value\":\"center\",\"selector\":\"{{CURRENT_ITEM}}.uc_fbps_slide\",\"selector_value\":\"align-items:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\"},{\"type\":\"uc_dropdown\",\"title\":\"Content Horizontal Alignment\",\"name\":\"content_horizontal_alignment\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"override_content_position\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Start\":\"flex-start\",\"Center\":\"center\",\"End\":\"flex-end\"},\"default_value\":\"center\",\"selector\":\"{{CURRENT_ITEM}}.uc_fbps_slide\",\"selector_value\":\"justify-content:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\"},{\"type\":\"uc_margins\",\"title\":\"Content Margin\",\"name\":\"content_margin\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"override_content_position\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\"{{CURRENT_ITEM}}.uc_fbps_slide .uc_fbps_content\"}],\"includes\":{\"js\":[],\"jslib\":[\"jquery\",\"font-awsome\",\"owl-carousel-new\",\"fancybox\"],\"css\":[{\"url\":\"uc_content_slider_new\\/animate.css\",\"condition\":null,\"params\":null}]},\"variables_item\":[],\"variables_main\":[],\"params_cats\":[{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_content_uhqd2u0l\",\"title\":\"Source\",\"tab\":\"content\"},{\"id\":\"cat_general_general\",\"title\":\"General\",\"tab\":\"content\"},{\"id\":\"cat_content_skbelo68\",\"title\":\"Layout\",\"tab\":\"content\"},{\"id\":\"cat_content_afbzpvpo\",\"title\":\"Arrows\",\"tab\":\"content\"},{\"id\":\"cat_content_f7pv1ltw\",\"title\":\"Connected Widgets Settings\",\"tab\":\"content\"},{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_content_zn8gqdh2\",\"title\":\"Animate Content\",\"tab\":\"content\"},{\"id\":\"cat_style_78nxy02y\",\"title\":\"General\",\"tab\":\"style\"},{\"id\":\"cat_style_s0aymbuk\",\"title\":\"Overlay\",\"tab\":\"style\"},{\"id\":\"cat_style_2c2exhef\",\"title\":\"Content\",\"tab\":\"style\"},{\"id\":\"cat_style_nli8bue2\",\"title\":\"Title\",\"tab\":\"style\"},{\"id\":\"cat_style_bi2v8b1u\",\"title\":\"Text\",\"tab\":\"style\"},{\"id\":\"cat_style_kdsx40d8\",\"title\":\"Button\",\"tab\":\"style\"},{\"id\":\"cat_style_anvfh96i\",\"title\":\"Nav Arrows\",\"tab\":\"style\"},{\"id\":\"cat_style_9theey0a\",\"title\":\"Nav Bullets\",\"tab\":\"style\"},{\"id\":\"cat_style_qg7ifykk\",\"title\":\"Content Image\",\"tab\":\"style\"},{\"id\":\"cat_style_ywt12d5i\",\"title\":\"Content Icon\",\"tab\":\"style\"}]}', 1, 1, NULL, '{\"config\":{\"autoplay\":\"true\",\"slide_duration\":\"5000\",\"ue_bg_overlay_color\":\"rgba(0, 0, 0, 0.50)\",\"content_width\":\"400\",\"content_width_tablet\":\"\",\"content_width_mobile\":\"\",\"height\":\"50\",\"height_tablet\":\"\",\"height_mobile\":\"\",\"show_image\":\"true\",\"show_title\":\"true\",\"show_intro_text\":\"true\",\"show_button\":\"true\",\"show_dots\":\"true\",\"left_arrow\":\"fas fa-chevron-left\",\"right_arrow\":\"fas fa-chevron-right\",\"nav_arrow_spacing\":\"20\",\"nav_arrow_spacing_tablet\":\"\",\"nav_arrow_spacing_mobile\":\"\",\"nav_arrow_position\":\"224\",\"nav_arrow_position_tablet\":\"\",\"nav_arrow_position_mobile\":\"\",\"nav_arrow_radius\":\"0\",\"nav_arrow_background_size\":\"42\",\"nav_arrow_background_size_tablet\":\"\",\"nav_arrow_background_size_mobile\":\"\",\"nav_arrow_icon_size\":\"24\",\"nav_arrow_icon_size_tablet\":\"\",\"nav_arrow_icon_size_mobile\":\"\",\"nav_arrow_background\":\"#ffffff\",\"nav_arrow_background_hover\":\"\",\"nav_arrow_icon_color\":\"#000000\",\"nav_arrow_icon_color_hover\":\"\",\"overlay_type\":\"none\",\"overlay_color_solid\":\"rgba(0, 0, 0, 0.50)\",\"overlay_color_gradient1\":\"\",\"overlay_color_gradient2\":\"\",\"content_radius\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"vertical_alignment_unite_selected_text\":\"Center\",\"vertical_alignment\":\"center\",\"horizontal_alignment_unite_selected_text\":\"Center\",\"horizontal_alignment\":\"center\",\"content_alignment_unite_selected_text\":\"Center\",\"content_alignment\":\"center\",\"nav_dots_size\":\"8\",\"dot_color\":\"#c6c6c6\",\"dot_active_color\":\"#000000\",\"dot_spacing\":\"20\",\"dot_space_between\":\"5\",\"dot_alignment_unite_selected_text\":\"Center\",\"dot_alignment\":\"center\",\"button_padding\":{\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"button_radius\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"button_bg_color\":\"#8c8c8c\",\"button_background_color_hover\":\"\",\"btn_txt_clr\":\"#ffffff\",\"btn_txt_clr_hvr\":\"\",\"button_spacing\":\"20\",\"button_spacing_tablet\":\"\",\"button_spacing_mobile\":\"\",\"content_padding\":{\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"content_margin\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"show_arrows\":\"true\",\"title_spacing\":\"0\",\"title_spacing_tablet\":\"\",\"title_spacing_mobile\":\"\",\"title_color\":\"#ffffff\",\"button_style_unite_selected_text\":\"Auto Width\",\"button_style\":\"inline-block\",\"text_spacing\":\"10\",\"text_spacing_tablet\":\"\",\"text_spacing_mobile\":\"\",\"text_color\":\"#ffffff\",\"loop\":\"true\",\"autoplayhoverpause\":\"true\",\"content_image\":\"120\",\"content_image_tablet\":\"\",\"content_image_mobile\":\"\",\"content_image_margin\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"content_image_radius\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"icon_size_outer\":\"60\",\"icon_size_outer_tablet\":\"\",\"icon_size_outer_mobile\":\"\",\"icon_size\":\"20\",\"icon_size_tablet\":\"\",\"icon_size_mobile\":\"\",\"icon_color\":\"#ffffff\",\"icon_background\":\"#6e6e6e\",\"icon_radius\":{\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"icon_spacing\":\"0\",\"icon_spacing_tablet\":\"\",\"icon_spacing_mobile\":\"\",\"remote_parent_enable\":\"false\",\"remote_parent_name_unite_selected_text\":\"Auto Detectable\",\"remote_parent_name\":\"auto\",\"remote_parent_custom_name\":\"\",\"remote_parent_sync\":\"false\",\"remote_parent_sync_name_unite_selected_text\":\"Sync Group 1\",\"remote_parent_sync_name\":\"group1\",\"remote_parent_debug\":\"false\",\"offset_slider_unite_selected_text\":\"Full\",\"offset_slider\":\"full\",\"slide_margin\":\"20\",\"stage_padding\":\"80\",\"animate_in_unite_selected_text\":\"FadeIn\",\"animate_in\":\"fadeIn\",\"animate_out_unite_selected_text\":\"FadeOut\",\"animate_out\":\"fadeOut\",\"slider_radius\":\"0\",\"slider_radius_tablet\":\"\",\"slider_radius_mobile\":\"\",\"image_fit_unite_selected_text\":\"cover\",\"image_fit\":\"cover\"},\"items\":[{\"title\":\"All-in-One Solution\",\"image\":\"[url_assets]\\/interior-1.jpg\",\"image_background_position_unite_selected_text\":\"center center\",\"image_background_position\":\"center center\",\"source_unite_selected_text\":\"Content\",\"source\":\"content\",\"content\":\"Find all the tools you\\u2019ll need to create advanced websites in one place. Stop waisting time searching for solutions.\",\"button_text\":\"Read More\",\"link\":\"#\",\"content_icon_image_unite_selected_text\":\"None\",\"content_icon_image\":\"none\",\"content_image\":\"[url_assets]\\/ue-logo.png\",\"content_icon\":\"fas fa-rocket\",\"template_templateid\":\"\",\"content_vertical_alignment_unite_selected_text\":\"No override\",\"content_vertical_alignment\":\"\",\"content_horizontal_alignment_unite_selected_text\":\"No override\",\"content_horizontal_alignment\":\"\"},{\"title\":\"Nonstop Updates\",\"image\":\"[url_assets]\\/interior-2.jpg\",\"image_background_position_unite_selected_text\":\"center center\",\"image_background_position\":\"center center\",\"source_unite_selected_text\":\"Content\",\"source\":\"content\",\"content\":\"We strive to innovate when it comes to functionality. Our mission is to be the best, come and join the ride.\",\"button_text\":\"Read More\",\"link\":\"#\",\"content_icon_image_unite_selected_text\":\"None\",\"content_icon_image\":\"none\",\"content_image\":\"[url_assets]\\/ue-logo.png\",\"content_icon\":\"fas fa-rocket\",\"template_templateid\":\"\",\"content_vertical_alignment_unite_selected_text\":\"No override\",\"content_vertical_alignment\":\"\",\"content_horizontal_alignment_unite_selected_text\":\"No override\",\"content_horizontal_alignment\":\"\"},{\"title\":\"Advanced Tools\",\"image\":\"[url_assets]\\/interior-3.jpg\",\"image_background_position_unite_selected_text\":\"center center\",\"image_background_position\":\"center center\",\"source_unite_selected_text\":\"Content\",\"source\":\"content\",\"content\":\"Add more power to Elementor using our creative elements and make your projects look prettier than ever before.\",\"button_text\":\"Read More\",\"link\":\"#\",\"content_icon_image_unite_selected_text\":\"None\",\"content_icon_image\":\"none\",\"content_image\":\"[url_assets]\\/ue-logo.png\",\"content_icon\":\"fas fa-rocket\",\"template_templateid\":\"\",\"content_vertical_alignment_unite_selected_text\":\"No override\",\"content_vertical_alignment\":\"\",\"content_horizontal_alignment_unite_selected_text\":\"No override\",\"content_horizontal_alignment\":\"\"},{\"title\":\"24\\/7 Dedicated Support\",\"image\":\"[url_assets]\\/interior-4.jpg\",\"image_background_position_unite_selected_text\":\"center center\",\"image_background_position\":\"center center\",\"source_unite_selected_text\":\"Content\",\"source\":\"content\",\"content\":\"Each and every one of our customers receives personalised assistance from our dedicated support team.\",\"button_text\":\"Read More\",\"link\":\"#\",\"content_icon_image_unite_selected_text\":\"None\",\"content_icon_image\":\"none\",\"content_image\":\"[url_assets]\\/ue-logo.png\",\"content_icon\":\"fas fa-rocket\",\"template_templateid\":\"\",\"content_vertical_alignment_unite_selected_text\":\"No override\",\"content_vertical_alignment\":\"\",\"content_horizontal_alignment_unite_selected_text\":\"No override\",\"content_horizontal_alignment\":\"\"}]}', NULL);
INSERT INTO `wprd_addonlibrary_addons` (`id`, `title`, `name`, `alias`, `addontype`, `description`, `ordering`, `templates`, `config`, `catid`, `is_active`, `test_slot1`, `test_slot2`, `test_slot3`) VALUES
(3, 'Shape Social Icons', 'shape_social_icons_elementor', 'shape_social_icons', 'elementor', 'The Shape Social Icons widget for Elementor lets you easily add social media icons, cropping them into geometric shapes using a CSS mask for a unique and stylish appearance.', 1, '{\"html\":\"<div id=\\\"{{uc_id}}\\\">\\n  {{put_items()}}\\n<\\/div>\",\"html_item\":\"<a class=\\\"social_icon {{item.item_repeater_class}}\\\" href=\\\"{{item.link|raw}}\\\" {{item.link_html_attributes|raw}}>\\n  <div class=\\\"social_icon_inner\\\">\\n  <i class=\\\"{{item.icon}}\\\"><\\/i>\\n  <\\/div>\\n<\\/a>\",\"css\":\"#{{uc_id}} *\\n{\\n  box-sizing:border-box;\\n}\\n#{{uc_id}}\\n{\\n  text-align:{{align}};\\n}\\n\\n#{{uc_id}} a.social_icon\\n{\\n  clip-path: {{shape}};\\n  text-decoration:none;\\n  transition:0.5s;\\n  display:inline-block;\\n}\\n\\n#{{uc_id}} a.social_icon .social_icon_inner\\n{\\n  display:flex;\\n  align-items:center;\\n  justify-content:center;\\n}\"}', '{\"options\":{\"enable_items\":1,\"items_section_title\":\"\",\"items_section_heading\":\"\",\"items_title_field\":\"\",\"path_assets\":\"shape_social_icons\",\"js_as_module\":false,\"addon_icon\":\"fab fa-facebook-f\",\"dynamic_addon\":\"false\",\"dynamic_post_enable_customfields\":\"false\",\"dynamic_post_enable_category\":\"false\",\"description\":\"The Shape Social Icons widget for Elementor lets you easily add social media icons, cropping them into geometric shapes using a CSS mask for a unique and stylish appearance.\",\"link_resource\":\"\",\"link_preview\":\"https:\\/\\/unlimited-elements.com\\/shape-social-icons-widget-for-elementor\\/\",\"show_small_icon\":\"true\",\"preview_size\":\"full\",\"preview_custom_width\":\"\",\"preview_bgcol\":\"#ffffff\",\"special\":\"\",\"special_data\":\"\",\"is_free_addon\":false,\"is_new_addon\":false,\"is_trending\":false},\"params\":[{\"type\":\"uc_dropdown\",\"title\":\"Shape\",\"name\":\"shape\",\"description\":\"\",\"options\":{\"Triangle\":\"polygon(50% 0%, 0% 100%, 100% 100%)\",\"Trapezoid\":\"polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%)\",\"Parallelogram\":\"polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%)\",\"Rhombus\":\"polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)\",\"Pentagon\":\"polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%)\",\"Hexagon\":\"polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)\",\"Heptagon\":\"polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%)\",\"Octagon\":\"polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%)\",\"Nonagon\":\"polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%)\",\"Decagon\":\"polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%)\",\"Bevel\":\"polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%)\",\"Rabbet\":\"polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%)\",\"Left Arrow\":\"polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%)\",\"Right Arrow\":\"polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%)\",\"Left Point\":\"polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%)\",\"Right Point\":\"polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%)\",\"Left Chevron\":\"polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%)\",\"Right Chevron\":\"polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%)\",\"Triangle Upside Down\":\"polygon(50% 100%, 0 0, 100% 0);\"},\"default_value\":\"polygon(50% 0%, 0% 100%, 100% 100%)\",\"value\":\"polygon(50% 0%, 0% 100%, 100% 100%)\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_dropdown\",\"title\":\"Align\",\"name\":\"align\",\"description\":\"\",\"options\":{\"Center\":\"center\",\"Left\":\"left\",\"Right\":\"right\"},\"default_value\":\"center\",\"value\":\"center\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_padding\",\"title\":\"Icon Padding\",\"name\":\"icon_padding\",\"description\":\"\",\"is_responsive\":true,\"desktop_top\":\"10\",\"desktop_right\":\"10\",\"desktop_bottom\":\"10\",\"desktop_left\":\"10\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".social_icon_inner\",\"value\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"unit\":\"px\"},\"__attr_catid__\":\"cat_style_etbuk99s\"},{\"type\":\"uc_margins\",\"title\":\"Icon Margin\",\"name\":\"icon_margin\",\"description\":\"\",\"is_responsive\":true,\"desktop_top\":\"10\",\"desktop_right\":\"10\",\"desktop_bottom\":\"10\",\"desktop_left\":\"10\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".social_icon\",\"value\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"unit\":\"px\"},\"__attr_catid__\":\"cat_style_etbuk99s\"},{\"type\":\"uc_slider\",\"title\":\"Icon Outer Size\",\"name\":\"icon_outer_size\",\"description\":\"\",\"default_value\":\"48\",\"min\":\"32\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".social_icon_inner\",\"selector_value\":\"width: {{SIZE}}{{UNIT}}; height: {{SIZE}}{{UNIT}};\",\"value\":\"48\",\"__attr_catid__\":\"cat_style_etbuk99s\"},{\"type\":\"uc_slider\",\"title\":\"Inner Icon Size\",\"name\":\"inner_icon_size\",\"description\":\"\",\"default_value\":\"16\",\"min\":\"5\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".social_icon_inner\",\"selector_value\":\"font-size: {{SIZE}}{{UNIT}};\",\"value\":\"16\",\"__attr_catid__\":\"cat_style_etbuk99s\"},{\"type\":\"uc_colorpicker\",\"title\":\"Icon Background Color\",\"name\":\"icon_background_color\",\"description\":\"\",\"default_value\":\"#000000\",\"selector\":\"a.social_icon\",\"selector_value\":\"background-color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_etbuk99s\"},{\"type\":\"uc_colorpicker\",\"title\":\"Icon Background Color Hover\",\"name\":\"icon_background_color_hover\",\"description\":\"\",\"default_value\":\"#5e5e5e\",\"selector\":\"a.social_icon:hover\",\"selector_value\":\"background-color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_etbuk99s\"},{\"type\":\"uc_colorpicker\",\"title\":\"Inner Icon Color\",\"name\":\"inner_icon_color\",\"description\":\"\",\"default_value\":\"#ffffff\",\"selector\":\"a.social_icon\",\"selector_value\":\"color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_etbuk99s\"},{\"type\":\"uc_colorpicker\",\"title\":\"Inner Icon Color Hover\",\"name\":\"inner_icon_color_hover\",\"description\":\"\",\"default_value\":\"#ffffff\",\"selector\":\"a.social_icon:hover\",\"selector_value\":\"color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_etbuk99s\"}],\"params_items\":[{\"type\":\"uc_textfield\",\"title\":\"Title\",\"name\":\"title\",\"description\":\"\",\"default_value\":\"Title\",\"font_editable\":\"false\"},{\"type\":\"uc_link\",\"title\":\"Link\",\"name\":\"link\",\"description\":\"\",\"default_value\":\"#\"},{\"type\":\"uc_icon_library\",\"title\":\"Icon\",\"name\":\"icon\",\"description\":\"\",\"default_value\":\"fab fa-facebook-f\",\"enable_svg\":\"false\"},{\"type\":\"uc_colorpicker\",\"title\":\"Override Background Color\",\"name\":\"override_background_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":null,\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":null,\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"selector\":\"{{CURRENT_ITEM}}.social_icon\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\"}],\"includes\":{\"js\":[],\"jslib\":[\"font-awsome\"],\"css\":[]},\"variables_item\":[],\"variables_main\":[],\"params_cats\":[{\"id\":\"cat_general_general\",\"title\":\"General\",\"tab\":\"content\"},{\"id\":\"cat_style_etbuk99s\",\"title\":\"Icon\",\"tab\":\"style\"}]}', 2, 1, NULL, '{\"config\":{\"shape_unite_selected_text\":\"Triangle\",\"shape\":\"polygon(50% 0%, 0% 100%, 100% 100%)\",\"align_unite_selected_text\":\"Center\",\"align\":\"center\",\"icon_padding\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"unit\":\"px\"},\"icon_margin\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"unit\":\"px\"},\"icon_outer_size\":\"48\",\"inner_icon_size\":\"16\",\"icon_background_color\":\"#0086e9\",\"icon_background_color_hover\":\"#006cbb\",\"inner_icon_color\":\"#ffffff\",\"inner_icon_color_hover\":\"#ffffff\"},\"items\":[{\"title\":\"Facebook\",\"link\":\"#\",\"icon\":\"fab fa-facebook-f\",\"icon_html\":\"<i class=\'fab fa-facebook-f\'><\\/i>\",\"item_repeater_class\":\"elementor-repeater-item-\"},{\"title\":\"Twitter\",\"link\":\"#\",\"icon\":\"fab fa-twitter\",\"icon_html\":\"<i class=\'fab fa-twitter\'><\\/i>\",\"item_repeater_class\":\"elementor-repeater-item-\"},{\"title\":\"Instagram\",\"link\":\"#\",\"icon\":\"fab fa-instagram\",\"icon_html\":\"<i class=\'fab fa-instagram\'><\\/i>\",\"item_repeater_class\":\"elementor-repeater-item-\"}]}', NULL);
INSERT INTO `wprd_addonlibrary_addons` (`id`, `title`, `name`, `alias`, `addontype`, `description`, `ordering`, `templates`, `config`, `catid`, `is_active`, `test_slot1`, `test_slot2`, `test_slot3`) VALUES
(4, 'Icon Bullets', 'uc_material_bullets_elementor', 'uc_material_bullets', 'elementor', 'An Icon Bullets widget helps you list your features or services using attractive bullet points, making it easier for users to read and focus on the important information.', 1, '{\"html\":\"<div id=\\\"{{uc_id}}\\\" class=\\\"uc_material_bullets {{remote_parent.class}} {{uc_filtering_addclass}}\\\" {{remote_parent.attributes|raw}} {{uc_filtering_attributes|raw}}>   \\t\\n  <div class=\\\"ue-bullets uc-items-wrapper\\\" role=\\\"list\\\">\\n    {{put_items()}}\\n  <\\/div>\\n<\\/div>\",\"html_item\":\"<div class=\\\"uc_material_bullets_row {{item.item_repeater_class}}\\\" role=\\\"listitem\\\">\\n  <div class=\\\"ue-icon-wrapper\\\" {% if item.graphic_element == \\\"icon\\\" %}role=\\\"img\\\" aria-label=\\\"{{item.title|ucsafe|raw}}\\\"{% endif %}>\\n    <div class=\\\"ue-icon\\\">\\n      {% if item.graphic_element == \\\"icon\\\" %} {{item.icon_html|raw}} {% endif %}\\n      {% if item.graphic_element == \\\"text\\\" %} <span class=\\\"ue-icon-text\\\">{{item.icon_text|raw}}<\\/span> {% endif %}\\t          \\n    <\\/div>\\n  <\\/div>\\n  \\n  <div class=\\\"uc_content_box uc_ceal\\\">\\n    <{{title_html_tag}} class=\\\"ue-title\\\">{{item.title|raw}}<\\/{{title_html_tag}}>\\n    \\n    {% if show_separator == \\\"true\\\" %}\\n      <div class=\\\"ue-seperator\\\">\\n        <div class=\\\"ue-seperator-line\\\"> <\\/div>\\n      <\\/div>\\n    {% endif %}\\t\\n    \\n    <div class=\\\"ue-text\\\">{{item.content|raw}}<\\/div>\\t\\n  <\\/div>\\n  {% if item.link is not empty %}\\n    <a href=\\\"{{item.link|raw}}\\\" class=\\\"ue-item-link\\\" {{item.link_html_attributes|raw}} aria-label=\\\"{{item.title|ucsafe|raw}}\\\"><\\/a>\\n  {% endif %}\\t\\n<\\/div>\",\"css\":\"#{{uc_id}} *{\\n\\t-webkit-box-sizing: border-box;\\n\\t-moz-box-sizing: border-box;\\n\\tbox-sizing: border-box;\\n}\\n\\n#{{uc_id}} .ue-icon-wrapper{\\n\\tdisplay: flex;\\n}\\n\\n#{{uc_id}} .ue-icon{\\n  display:flex;\\n  align-items:center;\\n  justify-content:center;\\n  flex-grow:0;\\n  flex-shrink:0;\\n  line-height:1em;\\n  transition:0.3s;\\n}\\n\\n#{{uc_id}} .ue-icon svg{\\n  height:1em;\\n  width:1em;\\n}\\n\\n#{{uc_id}} .uc_material_bullets_row{\\n\\tfont-weight:400;\\n\\toverflow:hidden;\\n\\tdisplay:flex;\\n\\tposition:relative;\\n\\ttext-align:left;\\n\\twidth:100%;   \\n    transition:0.3s;\\n}\\n\\n#{{uc_id}} .uc_material_bullets_row a.ue-item-link{\\n  position:absolute;\\n  display:block;\\n  top:0;\\n  right:0;\\n  left:0;\\n  bottom:0;\\n}\\n\\n#{{uc_id}} .uc_material_bullets_row:last-child{\\n\\tmargin-bottom:0px !important;\\n}\\n\\n\\n#{{uc_id}} .uc_material_bullets_row {\\n\\tposition:relative;\\n\\tvertical-align:middle;\\n}\\n\\n#{{uc_id}} .uc_material_bullets_row .uc_content_box{\\n\\tdisplay:flex;\\n    flex-direction:column;\\n    align-items: flex-start;\\n    flex-grow:1;\\n}\\n\\n#{{uc_id}} .ue-bullets{\\n  display:grid;\\n}\\n\\n#{{uc_id}} .ue-text, \\n#{{uc_id}} .ue-title, \\n#{{uc_id}} .ue-seperator{\\n  width:100%;\\n}\\n\\n#{{uc_id}} .ue-seperator-line{\\n  display:inline-block;\\n  font-size:0px;\\n}\\n\\n#{{uc_id}} .ue-seperator{\\n  font-size:0px;\\n}\\n\\n#{{uc_id}}.uc-remote-parent .uc_material_bullets_row{\\n  cursor:pointer;\\n}\\n\\n.ue-title{\\n  font-size:21px;\\n  margin:0;\\n}\\n\\n#{{uc_id}} .uc_content_box > *{\\n  transition: all .3s;\\n}\",\"js\":\"{{ ucfunc(\\\"put_docready_start\\\") }}\\n\\t\\t\\n    var objBullets = jQuery(\'#{{uc_id}}\');\\n\\tvar linkItems = objBullets.find(\'.ue-item-link\');\\n\\n    linkItems.on(\'click\', function(){\\n\\n      var linkPathName = this.pathname;\\n      var windowPathName = window.location.pathname;\\n\\n      if(linkPathName != windowPathName)\\n      return(true);\\n\\n      var objLink = jQuery(this);\\n      var megaMenuList = objLink.parents(\'.uc-mega_menu_list\');\\n\\n      megaMenuList.trigger(\'close_mega_menu\');\\n\\n    });\\n\\n\\tif(objBullets.hasClass(\\\"uc-remote-parent\\\") == false)\\n      \\treturn(false);\\n    \\n\\tvar objRemoteOptions = {\\n    \\tclass_items:\\\"uc_material_bullets_row\\\",\\n    \\tclass_active:\\\"uc-bullet-active\\\",\\n    \\tselector_item_trigger:null,\\n      \\tadd_set_active_code:true\\n    };\\n    \\n  \\t{{ucfunc(\\\"put_remote_parent_js\\\",\\\"objBullets\\\",\\\"objRemoteOptions\\\")}}      \\t\\n    \\t\\n{{ ucfunc(\\\"put_docready_end\\\") }}\"}', '{\"options\":{\"enable_items\":1,\"items_section_title\":\"\",\"items_section_heading\":\"\",\"items_title_field\":\"\",\"path_assets\":\"uc_material_bullets\",\"js_as_module\":false,\"addon_icon\":\"\",\"dynamic_addon\":\"false\",\"dynamic_post_enable_customfields\":\"false\",\"dynamic_post_enable_category\":\"false\",\"description\":\"An Icon Bullets widget helps you list your features or services using attractive bullet points, making it easier for users to read and focus on the important information.\",\"link_resource\":\"https:\\/\\/unlimited-elements.com\\/docs\\/icon-bullets-for-elementor\\/\",\"link_preview\":\"https:\\/\\/unlimited-elements.com\\/icon-bullets-widget-for-elementor\\/\",\"show_small_icon\":\"true\",\"preview_size\":\"custom\",\"preview_custom_width\":\"500\",\"preview_bgcol\":\"#ffffff\",\"special\":\"\",\"special_data\":\"\",\"is_free_addon\":true,\"is_new_addon\":false,\"is_trending\":false},\"params\":[{\"type\":\"uc_dropdown\",\"title\":\"Direction\",\"name\":\"direction\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Row\":\"row\",\"Row Reverse\":\"row-reverse\",\"Column\":\"column\",\"Column Reverse\":\"column-reverse\"},\"default_value\":\"row\",\"selector\":\".uc_material_bullets_row\",\"selector_value\":\" flex-direction:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_dropdown\",\"title\":\"Item Justify Content\",\"name\":\"item_justify_content\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Center\":\"center\",\"Start\":\"start\",\"End\":\"end\"},\"default_value\":\"center\",\"selector\":\".uc_content_box\",\"selector_value\":\"justify-content: {{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_49blegv0\"},{\"type\":\"uc_dropdown\",\"title\":\"Item Alignment\",\"name\":\"item_alignment\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"options\":{\"Inherit\":\"inherit\",\"Left\":\"left\",\"Center\":\"center\",\"Right\":\"right\"},\"default_value\":\"inherit\",\"selector\":\".uc_content_box\",\"selector_value\":\"text-align:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_style_49blegv0\"},{\"type\":\"uc_padding\",\"title\":\"Item Padding\",\"name\":\"content_padding\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"is_responsive\":true,\"desktop_top\":\"20\",\"desktop_right\":\"20\",\"desktop_bottom\":\"20\",\"desktop_left\":\"20\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".uc_content_box\",\"__attr_catid__\":\"cat_style_49blegv0\"},{\"type\":\"uc_slider\",\"title\":\"Icon Size\",\"name\":\"icon_size\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"default_value\":\"24\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-icon\",\"selector_value\":\"font-size: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_jrzb76mg\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Item Radius\",\"name\":\"border_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".uc_material_bullets_row\",\"__attr_catid__\":\"cat_style_49blegv0\"},{\"type\":\"uc_border\",\"title\":\"Item Border\",\"name\":\"item_border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".uc_material_bullets_row\",\"__attr_catid__\":\"cat_style_49blegv0\"},{\"type\":\"uc_boxshadow\",\"title\":\"Item Shadow\",\"name\":\"item_shadow\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"selector\":\".uc_material_bullets_row\",\"__attr_catid__\":\"cat_style_49blegv0\"},{\"type\":\"uc_border\",\"title\":\"Item Border Hover\",\"name\":\"item_border_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Hover\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".uc_material_bullets_row:hover\",\"__attr_catid__\":\"cat_style_49blegv0\"},{\"type\":\"uc_boxshadow\",\"title\":\"Item Shadow Hover\",\"name\":\"item_shadow_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Hover\",\"selector\":\".uc_material_bullets_row:hover\",\"__attr_catid__\":\"cat_style_49blegv0\"},{\"type\":\"uc_border\",\"title\":\"Item Border Active\",\"name\":\"item_border_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".uc_material_bullets_row.uc-bullet-active\",\"__attr_catid__\":\"cat_style_49blegv0\"},{\"type\":\"uc_boxshadow\",\"title\":\"Item Shadow Active\",\"name\":\"item_shadow_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"selector\":\".uc_material_bullets_row.uc-bullet-active\",\"__attr_catid__\":\"cat_style_49blegv0\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Item Radius Active\",\"name\":\"item_radius_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".uc_material_bullets_row.uc-bullet-active\",\"__attr_catid__\":\"cat_style_49blegv0\"},{\"type\":\"uc_colorpicker\",\"title\":\"Icon Background\",\"name\":\"icon_background\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"default_value\":\"#545454\",\"selector\":\".ue-icon\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_jrzb76mg\"},{\"type\":\"uc_background\",\"title\":\"Item Background\",\"name\":\"item_background\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"background_type\":\"solid\",\"solid_color\":\"#4d4d4d\",\"solid_bg_image\":\"\",\"solid_bg_image_position\":\"\",\"solid_bg_image_repeat\":\"\",\"solid_bg_image_size\":\"\",\"gradient_color1\":\"\",\"gradient_color2\":\"\",\"selector\":\".uc_material_bullets_row\",\"__attr_catid__\":\"cat_style_tlsu4aid\"},{\"type\":\"uc_background\",\"title\":\"Item Background Hover\",\"name\":\"item_background_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Hover\",\"background_type\":\"none\",\"solid_color\":\"\",\"solid_bg_image\":\"\",\"solid_bg_image_position\":\"\",\"solid_bg_image_repeat\":\"\",\"solid_bg_image_size\":\"\",\"gradient_color1\":\"\",\"gradient_color2\":\"\",\"selector\":\".uc_material_bullets_row:hover\",\"__attr_catid__\":\"cat_style_tlsu4aid\"},{\"type\":\"uc_background\",\"title\":\"Item Background Active\",\"name\":\"item_background_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"background_type\":\"none\",\"solid_color\":\"\",\"solid_bg_image\":\"\",\"solid_bg_image_position\":\"\",\"solid_bg_image_repeat\":\"\",\"solid_bg_image_size\":\"\",\"gradient_color1\":\"\",\"gradient_color2\":\"\",\"selector\":\".uc_material_bullets_row.uc-bullet-active\",\"__attr_catid__\":\"cat_style_tlsu4aid\"},{\"type\":\"uc_colorpicker\",\"title\":\"Icon Color\",\"name\":\"icon_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"default_value\":\"#ffffff\",\"selector\":\".ue-icon\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":true,\"selector2\":\".ue-icon svg\",\"selector2_value\":\"fill:{{VALUE}};\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_jrzb76mg\"},{\"type\":\"uc_colorpicker\",\"title\":\"Title Color\",\"name\":\"title_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"#ffffff\",\"selector\":\".ue-title\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_1eqllofx\"},{\"type\":\"uc_colorpicker\",\"title\":\"Title Color Hover\",\"name\":\"title_color_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"selector\":\".uc_material_bullets_row:hover  .ue-title\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_1eqllofx\"},{\"type\":\"uc_colorpicker\",\"title\":\"Text Color\",\"name\":\"text_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"#ffffff\",\"selector\":\".ue-text\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_8pwz7o8b\"},{\"type\":\"uc_colorpicker\",\"title\":\"Text Color Hover\",\"name\":\"text_color_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"selector\":\".uc_material_bullets_row:hover  .ue-text\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_8pwz7o8b\"},{\"type\":\"uc_typography\",\"title\":\"Title Typography\",\"name\":\"title_typography\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"selector1\":\".ue-title\",\"selector2\":\"\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_1eqllofx\"},{\"type\":\"uc_typography\",\"title\":\"Text Typography\",\"name\":\"text_typography\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"selector1\":\".ue-text\",\"selector2\":\"\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_8pwz7o8b\"},{\"type\":\"uc_slider\",\"title\":\"Title Spacing\",\"name\":\"title_spacing\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"0\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-title\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_1eqllofx\"},{\"type\":\"uc_slider\",\"title\":\"Text Spacing\",\"name\":\"text_spacing\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"5\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-text\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_8pwz7o8b\"},{\"type\":\"uc_slider\",\"title\":\"Icon Width\",\"name\":\"icon_width\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"default_value\":\"50\",\"min\":\"0\",\"max\":\"200\",\"step\":\"1\",\"units\":\"px_percent\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-icon\",\"selector_value\":\"width: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_jrzb76mg\"},{\"type\":\"uc_number\",\"title\":\"Number of Columns\",\"name\":\"number_of_columns\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"1\",\"unit\":\"\",\"unit_custom\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-bullets\",\"selector_value\":\"grid-template-columns: repeat({{VALUE}}, minmax(0, 1fr));\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Column Gap\",\"name\":\"gap\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"20\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-bullets\",\"selector_value\":\"column-gap: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Row Gap\",\"name\":\"row_gap\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"20\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-bullets\",\"selector_value\":\"row-gap: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Separator\",\"name\":\"show_separator\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Icon Radius\",\"name\":\"icon_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue-icon\",\"__attr_catid__\":\"cat_style_jrzb76mg\"},{\"type\":\"uc_border\",\"title\":\"Icon Border\",\"name\":\"icon_border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue-icon\",\"__attr_catid__\":\"cat_style_jrzb76mg\"},{\"type\":\"uc_padding\",\"title\":\"Icon Padding\",\"name\":\"icon_padding\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"is_responsive\":true,\"desktop_top\":\"10\",\"desktop_right\":\"10\",\"desktop_bottom\":\"10\",\"desktop_left\":\"10\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue-icon\",\"__attr_catid__\":\"cat_style_jrzb76mg\"},{\"type\":\"uc_typography\",\"title\":\"Typography\",\"name\":\"icon_text_typography\",\"description\":\"Only if graphic element in item is text instead of icon.\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"selector1\":\".ue-icon-text\",\"selector2\":\"\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_jrzb76mg\"},{\"type\":\"uc_colorpicker\",\"title\":\"Icon Background Hover\",\"name\":\"icon_background_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Hover\",\"default_value\":\"\",\"selector\":\".uc_material_bullets_row:hover .ue-icon\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_jrzb76mg\"},{\"type\":\"uc_slider\",\"title\":\"Icon Width Hover\",\"name\":\"icon_width_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Hover\",\"default_value\":\"\",\"min\":\"0\",\"max\":\"200\",\"step\":\"1\",\"units\":\"px_percent\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_material_bullets_row:hover .ue-icon\",\"selector_value\":\"width: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_jrzb76mg\"},{\"type\":\"uc_colorpicker\",\"title\":\"Icon Background Active\",\"name\":\"icon_background_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"default_value\":\"\",\"selector\":\".uc_material_bullets_row.uc-bullet-active .ue-icon\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_jrzb76mg\"},{\"type\":\"uc_slider\",\"title\":\"Icon Width Active\",\"name\":\"icon_width_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"default_value\":\"\",\"min\":\"0\",\"max\":\"200\",\"step\":\"1\",\"units\":\"px_percent\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_material_bullets_row.uc-bullet-active .ue-icon\",\"selector_value\":\"width: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_jrzb76mg\"},{\"type\":\"uc_colorpicker\",\"title\":\"Separator Color\",\"name\":\"separator_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"#ffffff\",\"selector\":\".ue-seperator-line\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_n60s4iop\"},{\"type\":\"uc_slider\",\"title\":\"Separator Width\",\"name\":\"separator_width\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"30\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px_percent\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-seperator-line\",\"selector_value\":\"width: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_n60s4iop\"},{\"type\":\"uc_slider\",\"title\":\"Separator Height\",\"name\":\"separator_height\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"3\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-seperator-line\",\"selector_value\":\"height: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_n60s4iop\"},{\"type\":\"uc_slider\",\"title\":\"Separator Spacing\",\"name\":\"separator_spacing\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"5\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-seperator\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_n60s4iop\"},{\"type\":\"uc_listing\",\"title\":\"Remote Parent\",\"name\":\"remote_parent\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"use_for\":\"remote\",\"gallery_enable_video\":false,\"enable_pagination\":false,\"remote_type\":\"parent\",\"remote_widget_name\":\"Icon Carousel\",\"__attr_catid__\":\"cat_content_blxaljk2\"},{\"type\":\"uc_dropdown\",\"title\":\"Title Html Tag\",\"name\":\"title_html_tag\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"div\":\"div\",\"h1\":\"h1\",\"h2\":\"h2\",\"h3\":\"h3\",\"h4\":\"h4\",\"h5\":\"h5\",\"h6\":\"h6\"},\"default_value\":\"div\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_special\",\"title\":\"Entrance Animation\",\"name\":\"entrance_animation\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"attribute_type\":\"entrance_animation\",\"entrance_animation_item_class\":\"uc_material_bullets_row\",\"__attr_catid__\":\"cat_content_f7w302tv\"},{\"type\":\"uc_listing\",\"title\":\"Source\",\"name\":\"multisource\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"use_for\":\"items\",\"gallery_enable_video\":false,\"enable_pagination\":true,\"enable_ajax\":true,\"multisource_included_attributes\":\"content,link\",\"multisource_attributes_defaults\":\"\",\"remote_type\":\"parent\",\"controller_more_parents\":false,\"__attr_catid__\":\"cat_content_a4c1a47z\"},{\"type\":\"uc_dropdown\",\"title\":\"Icon Alignment\",\"name\":\"icon_alignment\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"direction\",\"condition_operator\":\"equal\",\"condition_value\":[\"column\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Left\":\"start\",\"Center\":\"center\",\"Right\":\"end\"},\"default_value\":\"start\",\"selector\":\".ue-icon-wrapper\",\"selector_value\":\"justify-content: {{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_jrzb76mg\"}],\"params_items\":[{\"type\":\"uc_textfield\",\"title\":\"Title\",\"name\":\"title\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":true,\"tabname\":\"\",\"default_value\":\"Default Title\",\"font_editable\":false},{\"type\":\"uc_dropdown\",\"title\":\"Graphic Element\",\"name\":\"graphic_element\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Icon\":\"icon\",\"Text\":\"text\"},\"default_value\":\"icon\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\"},{\"type\":\"uc_icon_library\",\"title\":\"Icon\",\"name\":\"icon\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"graphic_element\",\"condition_operator\":\"equal\",\"condition_value\":[\"icon\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"fas fa-rocket\",\"enable_svg\":true,\"put_svg_as\":\"svg\"},{\"type\":\"uc_textfield\",\"title\":\"Icon Text\",\"name\":\"icon_text\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"graphic_element\",\"condition_operator\":\"equal\",\"condition_value\":[\"text\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"1\",\"font_editable\":false},{\"type\":\"uc_textarea\",\"title\":\"Content\",\"name\":\"content\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":null,\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":null,\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna \",\"font_editable\":false},{\"type\":\"uc_link\",\"title\":\"Link\",\"name\":\"link\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\"},{\"type\":\"uc_radioboolean\",\"title\":\"Override Colors\",\"name\":\"override_colors\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":null,\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":null,\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\"},{\"type\":\"uc_colorpicker\",\"title\":\"Override Content Background\",\"name\":\"right_bg\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"override_colors\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"selector\":\"{{CURRENT_ITEM}}.uc_material_bullets_row\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\"},{\"type\":\"uc_colorpicker\",\"title\":\"Override Icon Background\",\"name\":\"left_bg\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"override_colors\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"selector\":\"{{CURRENT_ITEM}} .ue-icon\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\"},{\"type\":\"uc_colorpicker\",\"title\":\"Override Icon Color\",\"name\":\"primary_color\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"override_colors\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"selector\":\"{{CURRENT_ITEM}} .ue-icon\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":true,\"selector2\":\"{{CURRENT_ITEM}} .ue-icon svg\",\"selector2_value\":\"fill:{{VALUE}};\",\"selector3\":\"\",\"selector3_value\":\"\"},{\"type\":\"uc_colorpicker\",\"title\":\"Override Border Color\",\"name\":\"override_border_color\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"override_colors\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"selector\":\"{{CURRENT_ITEM}} \",\"selector_value\":\"border-color:{{VALUE}};\",\"show_more_selectors\":true,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\"}],\"includes\":{\"js\":[],\"jslib\":[\"jquery\",\"font-awsome\"],\"css\":[]},\"variables_item\":[],\"variables_main\":[],\"params_cats\":[{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_content_a4c1a47z\",\"title\":\"Source\",\"tab\":\"content\"},{\"id\":\"cat_general_general\",\"title\":\"General\",\"tab\":\"content\"},{\"params\":[{\"type\":\"uc_listing\",\"title\":\"Remote Parent\",\"name\":\"remote_parent\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"use_for\":\"remote\",\"gallery_enable_video\":false,\"enable_pagination\":false,\"remote_type\":\"parent\",\"remote_widget_name\":\"Icon Carousel\",\"__attr_catid__\":\"cat_content_blxaljk2\"}],\"expire\":1641995130326,\"id\":\"cat_content_blxaljk2\",\"title\":\"Connected Widgets Settings\",\"tab\":\"content\"},{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_content_f7w302tv\",\"title\":\"Entrance Animation\",\"tab\":\"content\"},{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_49blegv0\",\"title\":\"Item\",\"tab\":\"style\"},{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_tlsu4aid\",\"title\":\"Item Background\",\"tab\":\"style\"},{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_jrzb76mg\",\"title\":\"Icon\",\"tab\":\"style\"},{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_1eqllofx\",\"title\":\"Title\",\"tab\":\"style\"},{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_8pwz7o8b\",\"title\":\"Text\",\"tab\":\"style\"},{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_style_n60s4iop\",\"title\":\"Separator\",\"tab\":\"style\"}]}', 3, 1, NULL, '{\"config\":{\"direction_unite_selected_text\":\"Row\",\"direction\":\"row\",\"item_alignment_unite_selected_text\":\"Inherit\",\"item_alignment\":\"inherit\",\"content_padding\":{\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"icon_size\":\"24\",\"icon_size_tablet\":\"\",\"icon_size_mobile\":\"\",\"border_radius\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"item_radius_active\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"icon_background\":\"#545454\",\"item_background_type\":\"solid\",\"item_background_color_solid\":\"#4d4d4d\",\"item_background_color_gradient1\":\"\",\"item_background_color_gradient2\":\"\",\"item_background_hover_type\":\"none\",\"item_background_hover_color_solid\":\"\",\"item_background_hover_color_gradient1\":\"\",\"item_background_hover_color_gradient2\":\"\",\"item_background_active_type\":\"none\",\"item_background_active_color_solid\":\"\",\"item_background_active_color_gradient1\":\"\",\"item_background_active_color_gradient2\":\"\",\"icon_color\":\"#ffffff\",\"title_color\":\"#ffffff\",\"text_color\":\"#ffffff\",\"title_spacing\":\"0\",\"title_spacing_tablet\":\"\",\"title_spacing_mobile\":\"\",\"text_spacing\":\"5\",\"text_spacing_tablet\":\"\",\"text_spacing_mobile\":\"\",\"icon_width\":\"50\",\"icon_width_tablet\":\"\",\"icon_width_mobile\":\"\",\"number_of_columns\":\"1\",\"number_of_columns_tablet\":\"\",\"number_of_columns_mobile\":\"\",\"gap\":\"20\",\"gap_tablet\":\"\",\"gap_mobile\":\"\",\"show_separator\":\"false\",\"icon_radius\":{\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"icon_padding\":{\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"icon_background_hover\":\"\",\"icon_width_hover\":\"\",\"icon_width_hover_tablet\":\"\",\"icon_width_hover_mobile\":\"\",\"icon_background_active\":\"\",\"icon_width_active\":\"\",\"icon_width_active_tablet\":\"\",\"icon_width_active_mobile\":\"\",\"separator_color\":\"#ffffff\",\"separator_width\":\"30\",\"separator_width_tablet\":\"\",\"separator_width_mobile\":\"\",\"separator_height\":\"3\",\"separator_height_tablet\":\"\",\"separator_height_mobile\":\"\",\"separator_spacing\":\"5\",\"separator_spacing_tablet\":\"\",\"separator_spacing_mobile\":\"\",\"remote_parent_enable\":\"false\",\"remote_parent_name_unite_selected_text\":\"Auto Detectable\",\"remote_parent_name\":\"auto\",\"remote_parent_custom_name\":\"\",\"remote_parent_sync\":\"false\",\"remote_parent_sync_name_unite_selected_text\":\"Sync Group 1\",\"remote_parent_sync_name\":\"group1\",\"remote_parent_debug\":\"false\",\"title_html_tag_unite_selected_text\":\"div\",\"title_html_tag\":\"div\"},\"items\":[{\"title\":\"All-in-One Solution\",\"graphic_element_unite_selected_text\":\"Icon\",\"graphic_element\":\"icon\",\"icon\":\"fas fa-leaf\",\"icon_text\":\"1\",\"content\":\"Find all the tools you\\u2019ll need to create advanced websites in one place. Stop waisting time searching for solutions.\",\"link\":\"\",\"override_colors\":\"false\",\"right_bg\":\"\",\"left_bg\":\"\",\"primary_color\":\"\",\"override_border_color\":\"\"},{\"title\":\"Nonstop Updates\",\"graphic_element\":\"icon\",\"icon\":\"fas fa-leaf\",\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"icon_text\":\"1\",\"content\":\"We strive to innovate when it comes to functionality. Our mission is to be the best, come and join the ride.\",\"link\":\"\",\"override_colors\":\"false\",\"right_bg\":\"\",\"left_bg\":\"\",\"primary_color\":\"\",\"override_border_color\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2qliz\"},{\"title\":\"Advanced Tools\",\"graphic_element\":\"icon\",\"icon\":\"fas fa-leaf\",\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"icon_text\":\"1\",\"content\":\"Add more power to Elementor using our creative elements and make your projects look prettier than ever before.\\n\\n\",\"link\":\"\",\"override_colors\":\"false\",\"right_bg\":\"\",\"left_bg\":\"\",\"primary_color\":\"\",\"override_border_color\":\"\",\"item_repeater_class\":\"elementor-repeater-item-v6ukq\"},{\"title\":\"24\\/7 Dedicated Support\",\"graphic_element\":\"icon\",\"icon\":\"fas fa-leaf\",\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"icon_text\":\"1\",\"content\":\"Each and every one of our customers receives personalised assistance from our dedicated support team.\",\"link\":\"\",\"override_colors\":\"false\",\"right_bg\":\"\",\"left_bg\":\"\",\"primary_color\":\"\",\"override_border_color\":\"\",\"item_repeater_class\":\"elementor-repeater-item-5eh8u\"}]}', NULL);

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

--
-- Table structure for table `wprd_addonlibrary_categories`
--

CREATE TABLE `wprd_addonlibrary_categories` (
  `id` int(9) NOT NULL,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `params` text NOT NULL,
  `type` tinytext DEFAULT NULL,
  `parent_id` int(9) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_addonlibrary_categories`
--

INSERT INTO `wprd_addonlibrary_categories` (`id`, `title`, `alias`, `ordering`, `params`, `type`, `parent_id`) VALUES
(1, 'Content Widgets', 'content_widgets', 1, '', 'elementor', NULL),
(2, 'Button Widgets', 'button_widgets', 2, '', 'elementor', NULL),
(3, 'Creative Widgets', 'creative_widgets', 3, '', 'elementor', NULL);

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

--
-- Table structure for table `wprd_commentmeta`
--

CREATE TABLE `wprd_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wprd_comments`
--

CREATE TABLE `wprd_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_comments`
--

INSERT INTO `wprd_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2025-12-30 19:03:43', '2025-12-30 19:03:43', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com/\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

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

--
-- Table structure for table `wprd_e_events`
--

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

--
-- Dumping data for table `wprd_e_events`
--

INSERT INTO `wprd_e_events` (`id`, `event_data`, `created_at`) VALUES
(1, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-12-30T21:39:44.073-02:00\"}', '2025-12-30 21:39:44'),
(2, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-12-30T21:39:44.109-02:00\"}', '2025-12-30 21:39:44'),
(3, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"chooseFeatures\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-12-30T21:40:03.774-02:00\"}', '2025-12-30 21:40:03'),
(4, '{\"event\":\"skip\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\"}\",\"ts\":\"2025-12-30T21:40:03.740-02:00\"}', '2025-12-30 21:40:03'),
(5, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"chooseFeatures\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-12-30T21:40:03.771-02:00\"}', '2025-12-30 21:40:03'),
(6, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"goodToGo\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-12-30T21:40:10.049-02:00\"}', '2025-12-30 21:40:10'),
(7, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"goodToGo\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-12-30T21:40:10.060-02:00\"}', '2025-12-30 21:40:10'),
(8, '{\"event\":\"skip\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"chooseFeatures\\\"}\",\"ts\":\"2025-12-30T21:40:10.028-02:00\"}', '2025-12-30 21:40:10'),
(9, '{\"event\":\"skip\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"goodToGo\\\"}\",\"ts\":\"2025-12-30T21:40:35.789-02:00\"}', '2025-12-30 21:40:35');

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

--
-- Table structure for table `wprd_e_notes`
--

CREATE TABLE `wprd_e_notes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `route_url` text DEFAULT NULL COMMENT 'Clean url where the note was created.',
  `route_title` varchar(255) DEFAULT NULL,
  `route_post_id` bigint(20) UNSIGNED DEFAULT NULL COMMENT 'The post id of the route that the note was created on.',
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `element_id` varchar(60) DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.',
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `author_id` bigint(20) UNSIGNED DEFAULT NULL,
  `author_display_name` varchar(250) DEFAULT NULL COMMENT 'Save the author name when the author was deleted.',
  `status` varchar(20) NOT NULL DEFAULT 'publish',
  `position` text DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}',
  `content` longtext DEFAULT NULL,
  `is_resolved` tinyint(1) NOT NULL DEFAULT 0,
  `is_public` tinyint(1) NOT NULL DEFAULT 1,
  `last_activity_at` datetime DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wprd_e_notes_users_relations`
--

CREATE TABLE `wprd_e_notes_users_relations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(60) NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).',
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wprd_e_submissions`
--

CREATE TABLE `wprd_e_submissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(60) DEFAULT NULL,
  `hash_id` varchar(60) NOT NULL,
  `main_meta_id` bigint(20) UNSIGNED NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `referer` varchar(500) NOT NULL,
  `referer_title` varchar(300) DEFAULT NULL,
  `element_id` varchar(20) NOT NULL,
  `form_name` varchar(60) NOT NULL,
  `campaign_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip` varchar(46) NOT NULL,
  `user_agent` text NOT NULL,
  `actions_count` int(11) DEFAULT 0,
  `actions_succeeded_count` int(11) DEFAULT 0,
  `status` varchar(20) NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `meta` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wprd_e_submissions_actions_log`
--

CREATE TABLE `wprd_e_submissions_actions_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL,
  `action_name` varchar(60) NOT NULL,
  `action_label` varchar(60) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `log` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wprd_e_submissions_values`
--

CREATE TABLE `wprd_e_submissions_values` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wprd_links`
--

CREATE TABLE `wprd_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wprd_options`
--

CREATE TABLE `wprd_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_options`
--

INSERT INTO `wprd_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'cron', 'a:9:{i:1767524627;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1767553423;a:2:{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;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1767553427;a:2:{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:1767553445;a:3:{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;}}s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1767553446;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:1767555574;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:1767726634;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:1767812623;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'on'),
(2, 'siteurl', 'https://remark3demos3.com/shieldaccounting', 'on'),
(3, 'home', 'https://remark3demos3.com/shieldaccounting', 'on'),
(4, 'blogname', 'Shield Accounting', 'on'),
(5, 'blogdescription', 'Accounting, Auditing &amp; Financial Services', 'on'),
(6, 'users_can_register', '0', 'on'),
(7, 'admin_email', 'muhammedhossam106@gmail.com', 'on'),
(8, 'start_of_week', '1', 'on'),
(9, 'use_balanceTags', '0', 'on'),
(10, 'use_smilies', '1', 'on'),
(11, 'require_name_email', '1', 'on'),
(12, 'comments_notify', '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', '', '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:112:{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: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:40:\"index.php?&page_id=113&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:7:{i:0;s:17:\"doubly/doubly.php\";i:1;s:32:\"duplicate-page/duplicatepage.php\";i:2;s:31:\"elementor-pro/elementor-pro.php\";i:3;s:23:\"elementor/elementor.php\";i:4;s:28:\"migrate-guru/migrateguru.php\";i:5;s:23:\"revslider/revslider.php\";i:6;s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";}', 'on'),
(35, 'category_base', '', 'on'),
(36, 'ping_sites', 'https://rpc.pingomatic.com/', 'on'),
(37, 'comment_max_links', '2', 'on'),
(38, 'gmt_offset', '0', 'on'),
(39, 'default_email_category', '1', 'on'),
(40, 'recently_edited', '', 'off'),
(41, 'template', 'hello-elementor', 'on'),
(42, 'stylesheet', 'hello-elementor', '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', '60717', '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:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(78, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(79, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(80, 'uninstall_plugins', 'a:2:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:28:\"migrate-guru/migrateguru.php\";a:2:{i:0;s:10:\"MGWPAction\";i:1;s:9:\"uninstall\";}}', 'off'),
(81, 'timezone_string', '', 'on'),
(82, 'page_for_posts', '0', 'on'),
(83, 'page_on_front', '113', 'on'),
(84, 'default_post_format', '0', 'on'),
(85, 'link_manager_enabled', '0', 'on'),
(86, 'finished_splitting_shared_terms', '1', 'on'),
(87, 'site_icon', '9', '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', '1782673423', '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, 'wp_notes_notify', '1', 'on'),
(102, 'initial_db_version', '60717', 'on'),
(103, 'wprd_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:68:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'on'),
(104, 'fresh_site', '0', 'off'),
(105, 'user_count', '1', 'off'),
(106, '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'),
(107, 'sidebars_widgets', 'a:2:{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:13:\"array_version\";i:3;}', 'auto'),
(108, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(109, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(110, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(111, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(112, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(113, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(114, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(115, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(116, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(117, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(118, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(119, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(120, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(121, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(122, 'theme_mods_twentytwentyfive', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1767121839;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, 'recovery_keys', 'a:0:{}', 'off'),
(124, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:3:\"6.9\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}', 'on'),
(131, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"dc1b8f8e8ae79f2cb16614078265e3f4\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:18:\"core/term-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(137, '_site_transient_timeout_browser_89db729cfcdc129111f017b0e7ac324a', '1767726246', 'off'),
(138, '_site_transient_browser_89db729cfcdc129111f017b0e7ac324a', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"143.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');
INSERT INTO `wprd_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(139, '_site_transient_timeout_php_check_9ab7d1d0aab5d0d9977e61657de2d018', '1767726246', 'off'),
(140, '_site_transient_php_check_9ab7d1d0aab5d0d9977e61657de2d018', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";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'),
(142, 'can_compress_scripts', '0', 'on'),
(157, 'finished_updating_comment_type', '1', 'auto'),
(164, 'current_theme', 'Hello Elementor', 'auto'),
(165, 'theme_mods_hello-elementor', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:11;}', 'on'),
(166, 'theme_switched', '', 'auto'),
(167, 'hello_theme_version', '3.4.5', 'auto'),
(170, 'elementor_connect_site_key', '02c2e48de888c684019002bf9faf44b0', 'auto'),
(171, '_hello-elementor_notifications', 'a:2:{s:7:\"timeout\";i:1767264299;s:5:\"value\";s:7987:\"[{\"id\":\"hello-theme-3.4.5\",\"title\":\"3.4.5 - 2025-10-27\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>New: Add theme home to Finder<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Improve banner behavior after clicking on action button<\\/li>\\n\\t\\t\\t\\t<li>Fix: Load styles correctly in Gutenberg pages<\\/li>\\n\\t\\t\\t\\t<li>Fix: Do not change menu name after Elementor activation<\\/li>\\n\\t\\t\\t\\t<li>Fix: Ensure quicklinks works correctly from home page<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.4\",\"title\":\"3.4.4 - 2025-06-08\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Tweak: Improve Header\\/Footer edit access from theme Home<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.3\",\"title\":\"3.4.3 - 2025-05-26\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Fix: Settings page empty after 3.4.0 in translated sites<\\/li>\\n\\t\\t\\t\\t<li>Fix: PHP 8.4 deprecation notice<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.2\",\"title\":\"3.4.2 - 2025-05-19\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Tweak: Set Home links font weight to regular<\\/li>\\n  \\t\\t        <li>Tweak: Dart SASS 3.0.0 - resolve scss deprecated warnings<\\/li>\\n    \\t\\t    <li>Fix: Settings page empty after 3.4.0<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.0\",\"title\":\"3.4.0 - 2025-05-05\",\"description\":\"\\n            <ul>\\n                <li>New: Added Theme Home<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Update theme settings page style<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Update tested up to version 6.8<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.3.0\",\"title\":\"3.3.0 - 2025-01-21\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Added changelog link in theme settings<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n  \\t\\t        <li>Tweak: Update autoprefixer to latest versions<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.2.1\",\"title\":\"3.2.1 - 2024-12-16\",\"description\":\"\\n            <ul>\\n                <li>\\n                    Fix: Gutenberg editor expanded disproportionately after adding support for <code>theme.json<\\/code>\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/430\\\" target=\\\"_blank\\\">#430<\\/a>)\\n                <\\/li>\\n                <li>Fix: Use CSS logical properties in the theme<\\/li>\\n                <li>Fix: Add ARIA attributes to header nav menu<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.2.0\",\"title\":\"3.2.0 - 2024-12-15\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Convert classic to hybrid theme with block-editor support<\\/li>\\n                <li>Tweak: Added new design options to header\\/footer<\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.7<\\/code><\\/li>\\n                <li>\\n                    Fix: Minify JS files\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/419\\\" target=\\\"_blank\\\">#419<\\/a>)\\n                <\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.1.1\",\"title\":\"3.1.1 - 2024-07-30\",\"description\":\"\\n            <ul>\\n                <li>Fix: Use consistent <code>&lt;h2&gt;<\\/code> for comments title and comment form<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.1.0\",\"title\":\"3.1.0 - 2024-06-19\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Update <code>Requires PHP 7.4<\\/code><\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.5<\\/code><\\/li>\\n                <li>Tweak: Add the ability to style the brand layout<\\/li>\\n                <li>Tweak: Remove deprecated Elementor code<\\/li>\\n                <li>Tweak: Restore default focus styling inside the theme<\\/li>\\n                <li>Tweak: Add <code>aria-label<\\/code> attribute to various <code>&lt;nav&gt;<\\/code> elements<\\/li>\\n                <li>Tweak: Improve mobile menu keyboard accessibility<\\/li>\\n                <li>Tweak: Semantic mobile menu toggle button<\\/li>\\n                <li>Fix: The header renders redundant <code>&lt;p&gt;<\\/code> when tagline is empty<\\/li>\\n                <li>Fix: Single post renders redundant wrapping <code>&lt;div&gt;<\\/code> when it has no tags<\\/li>\\n                <li>Fix: Remove redundant wrapping <code>&lt;div&gt;<\\/code> from <code>wp_nav_menu()<\\/code> output<\\/li>\\n                <li>Fix: Wrap page <code>&lt;h1&gt;<\\/code> with <code>&lt;div&gt;<\\/code>, not <code>&lt;header&gt;<\\/code><\\/li>\\n                <li>Fix: Use consistent <code>&lt;h3&gt;<\\/code> for comments title and comment form<\\/li>\\n                <li>Fix: Remove heading tags from dynamic header\\/footer<\\/li>\\n                <li>\\n                    Fix: Mobile Menu hamburger is not visible for logged-out users in some cases\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/369\\\" target=\\\"_blank\\\">#369<\\/a>)\\n                <\\/li>\\n                <li>Fix: Remove duplicate ID attributes in the header mobile menu<\\/li>\\n                <li>\\n                    Fix: Remove redundant table styles\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/311\\\" target=\\\"_blank\\\">#311<\\/a>)\\n                <\\/li>\\n                <li>Fix: Remove redundant space below Site Logo in the header\\/footer<\\/li>\\n                <li>Fix: Remove redundant CSS from dynamic header\\/footer layout<\\/li>\\n                <li>\\n                    Fix: Separate post tags in single post\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/304\\\" target=\\\"_blank\\\">#304<\\/a>)\\n                <\\/li>\\n                <li>Fix: Display <code>the_tags()<\\/code> after <code>wp_link_pages()<\\/code><\\/li>\\n                <li>Fix: Remove page break navigation from archives when using <code>&lt;!--nextpage--&gt;<\\/code><\\/li>\\n                <li>Fix: Style posts pagination component layout<\\/li>\\n                <li>Fix: Add RTL support to pagination arrows in archive pages<\\/li>\\n                <li>\\n                    Fix: Update pagination prev\\/next labels and positions\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/404\\\" target=\\\"_blank\\\">#404<\\/a>)\\n                <\\/li>\\n                <li>Fix: Check if Elementor is loaded when using dynamic header & footer<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.2\",\"title\":\"3.0.2 - 2024-05-28\",\"description\":\"\\n            <ul>\\n                <li>Internal: Version bump release to refresh WordPress repository<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.1\",\"title\":\"3.0.1 - 2024-01-24\",\"description\":\"\\n            <ul>\\n                <li>Fix: Harden security for admin notice dismiss button<\\/li>\\n                <li>Fix: Add <code>alt<\\/code> attribute to all the images in the dashboard<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.0\",\"title\":\"3.0.0 - 2023-12-26\",\"description\":\"\\n            <ul>\\n                <li>New: Option to disable cross-site header & footer<\\/li>\\n                <li>Tweak: Update <code>Requires PHP 7.3<\\/code><\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.4<\\/code><\\/li>\\n                <li>Tweak: Move cross-site header & footer styles to a separate CSS file<\\/li>\\n                <li>Tweak: Don\'t load <code>header-footer.min.css<\\/code> when disabling header & footer<\\/li>\\n                <li>Tweak: Don\'t load <code>hello-frontend.min.js<\\/code> when disabling header & footer<\\/li>\\n                <li>Tweak: Replace jQuery code with vanilla JS in the frontend<\\/li>\\n                <li>Tweak: Replace jQuery code with vanilla JS in WordPress admin<\\/li>\\n                <li>Tweak: Remove unused JS code from the frontend<\\/li>\\n                <li>Tweak: Remove unused CSS code from the editor<\\/li>\\n                <li>Tweak: Remove unnecessary <code>role<\\/code> attributes from HTML landmark elements<\\/li>\\n                <li>Tweak: Link from Elementor Site Settings to Hello Theme Settings<\\/li>\\n                <li>Fix: Dynamic script version for better caching<\\/li>\\n            <\\/ul>\"}]\";}', 'off'),
(173, 'wp_calendar_block_has_published_posts', '1', 'auto'),
(181, 'site_logo', '11', 'auto'),
(182, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'off'),
(185, 'recently_activated', 'a:0:{}', 'off'),
(188, 'elementor_active_kit', '12', 'auto'),
(189, 'elementor_font_display', 'swap', 'auto'),
(193, 'elementor_landing_pages_activation', '0', 'auto'),
(194, 'elementor_checklist', '{\"last_opened_timestamp\":null,\"first_closed_checklist_in_editor\":true,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header_pro\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"should_open_in_editor\":false}', 'auto'),
(195, 'elementor_version', '3.34.0', 'auto'),
(196, 'elementor_install_history', 'a:1:{s:6:\"3.34.0\";i:1767123575;}', 'auto'),
(197, 'elementor_events_db_version', '1.0.0', 'off'),
(198, '_elementor_ab_testing_data', 'a:2:{s:7:\"timeout\";i:1767139026;s:5:\"value\";s:274:\"[{\"coreOnboarding\":{\"emphasizeConnectBenefits101\":false,\"embedConnectInOnboarding102\":false,\"onboardingStartsWithLogin103\":false,\"offerThemeChoicesHelloBiz201\":false,\"emphasizeThemeValueAudience202\":false,\"updateCopyVisuals401\":false,\"reduceHierarchyBlankOption402\":false}}]\";}', 'off'),
(199, 'elementor_onboarded', '1', 'auto'),
(200, '_elementor_onboarding_features', 'a:2:{s:9:\"essential\";a:0:{}s:8:\"advanced\";a:0:{}}', 'auto'),
(201, 'e_editor_counter', '30', 'auto'),
(202, '_elementor_installed_time', '1767123635', 'auto'),
(205, '_elementor_free_to_pro_upsell', 'a:2:{s:7:\"timeout\";i:1767127235;s:5:\"value\";s:723:\"[{\"id\":\"animated_headline\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/animated_headline.jpg\"},{\"id\":\"video_playlist\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/video_playlist.jpg\"},{\"id\":\"cta\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/cta.jpg\"},{\"id\":\"testimonial_widget\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/testimonial_widget.jpg\"},{\"id\":\"image_carousel\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/image_carousel.jpg\"},{\"id\":\"connect-pro-upgrade\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/connect-pro-upgrade.jpg\"}]\";}', 'off'),
(206, '_elementor_notifications_data', 'a:2:{s:7:\"timeout\";i:1767240051;s:5:\"value\";s:10799:\"[{\"id\":\"variables-manager-3.33\",\"title\":\"Variables Manager\",\"description\":\"Centralize and control all your color, typography, and size tokens for consistent, scalable design systems.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-variables-manager.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"custom-css-3.33\",\"title\":\"Custom CSS\",\"description\":\"Write isolated, responsive, and state-based CSS directly inside atomic elements for pixel-perfect control.\",\"topic\":\"Elementor Pro 3.33\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"custom-css-3.33\",\"title\":\"Custom CSS\",\"description\":\"Write isolated, responsive, and state-based CSS directly inside atomic elements for pixel-perfect control.\",\"topic\":\"Elementor Pro 3.33\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-custom-css\\/\"},{\"id\":\"blend-mode-3.33\",\"title\":\"Blend Mode\",\"description\":\"Layer and blend visuals to create depth, contrast, and cinematic design effects.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-blend.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"transform-3.32\",\"title\":\"Design with depth using Transform\",\"description\":\"Move, scale, rotate, and skew any element with ease. Transform controls add depth, stacked effects, and seamless States for hover, focus, and active micro-interactions.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-transform.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"size-variable-3.32\",\"title\":\"Consistency with Size Variables\",\"description\":\"Define reusable values for properties like spacing or typography, then update them once to scale changes instantly across your site.\",\"topic\":\"Elementor Pro 3.32\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-size-variables.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"size-variable-3.32\",\"title\":\"Consistency with Size Variables\",\"description\":\"Define reusable values for properties like spacing or typography, then update them once to scale changes instantly across your site.\",\"topic\":\"Elementor Pro 3.32\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-size-variables.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-size-variable\\/\"},{\"id\":\"transitions-3.32\",\"title\":\"Smooth interactions with Transitions\",\"description\":\"Bring polish to every interaction. Transitions let you animate style changes smoothly between states. In Pro, layer multiple transitions by property for refined, modern micro-animations.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-transition.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-3.31\",\"title\":\"Scalable design with Variables\",\"description\":\"Define once, reuse everywhere. Color & Font Variables help you build consistent, scalable design systems that update globally and are perfect for large sites or teams.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-variables.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"filters-3.31\",\"title\":\"Visual effects with Filters and Backdrop Filters\",\"description\":\"Apply multiple Filters like blur, brightness, and contrast. Stack, reorder, and preview in real time without writing a line of code.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-filters.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-assistant\",\"title\":\"New! Fix accessibility issues with Ally Assistant\",\"description\":\"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Scan for free\",\"ctaLink\":\"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"classes-3.31\",\"title\":\"Smarter Class Manager tools\",\"description\":\"Quickly locate and manage Global Classes with usage counts, a new locator panel, and full class search. Perfect for scaling and refactoring complex design systems.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-classes.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"attributes-3.31\",\"title\":\"Add semantic HTML with Attributes\",\"description\":\"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.\",\"topic\":\"Elementor Pro 3.31\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"attributes-3.31\",\"title\":\"Add semantic HTML with Attributes\",\"description\":\"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.\",\"topic\":\"Elementor Pro 3.31\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-attributes\\/\"},{\"id\":\"cloud-websites-3.30\",\"title\":\"Full Website Templates in the cloud\",\"description\":\"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.\",\"topic\":\"Elementor Pro 3.30\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"cloud-websites-3.30\",\"title\":\"Full Website Templates in the cloud\",\"description\":\"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.\",\"topic\":\"Elementor Pro 3.30\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.30-cloud-websites\\/\"},{\"id\":\"ally-notification\",\"title\":\"Just released! Ally - a new plugin for web accessibility & usability\",\"description\":\"Ally simplifies the complexities of making your website more accessible. With new regulations here and coming, making your website more usable and inclusive is no longer just an option, but a must.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-notification.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get it free\",\"ctaLink\":\"https:\\/\\/wordpress.org\\/plugins\\/pojo-accessibility\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"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\":\"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\":\"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\"}]]}]\";}', 'off'),
(209, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:79:\"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!\";s:7:\"excerpt\";s:340:\"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.\";s:7:\"created\";i:1762944115;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:145:\"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:76:\"Introducing Elementor 3.32: Transitions, Transform, Size Variables, and More\";s:7:\"excerpt\";s:250:\"Elementor 3.32 is here, accelerating Editor V4 Alpha with transform controls and layered transitions, system-wide Size Variables and streamlined class management. This release empowers you to build more consistent, dynamic, and professional websites.\";s:7:\"created\";i:1759243152;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:138:\"https://elementor.com/blog/elementor-332-v4-transform-transitions/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:70:\"Introducing Elementor 3.31: New Editor V4 Variables, Filters, and More\";s:7:\"excerpt\";s:294:\"Elementor 3.31 is here, pushing Editor V4 forward with powerful design system enhancements and modern visual styling tools. From Variables and Filters to smarter editing workflows and semantic markup, this version makes it easier than ever to design beautiful, performant, and accessible sites.\";s:7:\"created\";i:1755094220;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:140:\"https://elementor.com/blog/elementor-331-v4-alpha-variables-filters/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off'),
(218, 'elementor_pro_license_key', 'activated', 'auto'),
(219, '_elementor_pro_license_v2_data', 'a:2:{s:7:\"timeout\";i:1767566680;s:5:\"value\";s:71:\"{\"success\":true,\"license\":\"valid\",\"expires\":\"01.01.2030\",\"features\":[]}\";}', 'auto'),
(220, 'elementor_pro_version', '3.29.1', 'auto'),
(221, 'elementor_pro_install_history', 'a:1:{s:6:\"3.29.1\";i:1767123717;}', 'auto'),
(222, 'widget_elementor-library', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(223, '_elementor_pro_installed_time', '1767123717', 'auto'),
(224, 'elementor_submissions_db_version', '5', 'auto'),
(225, 'elementor_notes_db_version', '5', 'auto'),
(226, '_elementor_pro_api_requests_lock', 'a:1:{s:11:\"get_version\";i:1767179503;}', 'auto'),
(230, 'unitecreator_db_version', '6', 'auto'),
(240, 'elementor_fonts_manager_font_types', 'a:0:{}', 'auto'),
(241, 'elementor_fonts_manager_fonts', 'a:0:{}', 'auto'),
(242, 'elementor_custom_icon_sets_config', 'a:0:{}', 'auto'),
(244, '_transient_timeout__elementor_ab_test_plg_site_mailer_submission', '1774901674', 'off'),
(245, '_transient__elementor_ab_test_plg_site_mailer_submission', '2', 'off'),
(249, 'revslider_servers', 'a:4:{i:0;s:16:\"themepunch.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-b.tools\";i:3;s:22:\"themepunch-ext-c.tools\";}', 'auto'),
(250, 'revslider_server_refresh', '1767125803', 'auto'),
(251, 'revslider-update-check-short', '1767125803', 'auto'),
(252, 'revslider-connection', '1', 'auto'),
(253, 'revslider-update-hash', 'c0d62754d4e423f4595d2c91c4b41557', 'auto'),
(254, 'revslider-latest-version', '6.7.40', 'auto'),
(255, 'revslider-stable-version', '4.2.0', 'auto'),
(256, 'revslider-notices', 'a:7:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:940:\"<div style=\"display: block; background: #1b0e41;text-align: center; height:300px;\"><noscript><img src=\"//updates.themepunch.tools//banners/rs60/cyberweek.jpg\" usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\"></noscript><img usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\" src=\"//updates.themepunch.tools//banners/rs60/cyberweek.jpg\"></div>\n<map name=\"srbannermap\">\n    <area target=\"_blank\" alt=\"Slider Revolution\" title=\"Slider Revolution\" href=\"https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=cyberweeks22\" coords=\"569,135,890,196\" shape=\"rect\">\n    <area target=\"_blank\" alt=\"Essential Grid\" title=\"Essential Grid\" href=\"https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks22\" coords=\"570,200,889,260\" shape=\"rect\">\n</map>\";s:4:\"code\";s:9:\"TPSRCW111\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:1;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:944:\"<div style=\"display: block; background: #1c0950;text-align: center; height:300px;\"><noscript><img src=\"//updates.themepunch.tools//banners/blackfriday2024-admin2.jpg\" usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\"></noscript><img usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\" src=\"//updates.themepunch.tools//banners/blackfriday2024-admin2.jpg\"></div><map name=\"srbannermap\"><area target=\"_blank\" alt=\"Slider Revolution\" title=\"Slider Revolution\" href=\"https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=cyberweeks24\" coords=\"569,135,890,196\" shape=\"rect\"><area target=\"_blank\" alt=\"Essential Grid\" title=\"Essential Grid\" href=\"https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks24\" coords=\"570,200,889,260\" shape=\"rect\"></map>\";s:4:\"code\";s:8:\"TPSRBF24\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:521:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 504px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium3\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 900px; height: 504px; display: inline-block;\" muted loop autoplay preload=\"auto\"><source src=\"//updates.themepunch.tools//banners/rs60/buypremium3.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:11:\"TPSNOTR3011\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:296:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 250px;\"><a href=\"https://forms.gle/jrzzrpu34VvrFDsMA\" target=\"_blank\" rel=\"noopener\">\n<img style=\"min-width:920px;height:250px;display: inline-block;\" src=\"//updates.themepunch.tools//banners/SR2024survey.jpg\"></a></div>\";s:4:\"code\";s:12:\"TPSURVEY2024\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:1;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":11:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:440:\"<div style=\"display: block; background: #3900de;text-align: center; height: 360px;\"><a href=\"https://account.sliderrevolution.com/portal/premium-slider-revolution/?utm_source=wordpress-admin&utm_medium=inapp-banner&utm_campaign=free2premium-upgrade&utm_content=speed-hardwired\" target=\"_blank\" rel=\"noopener\">\n<img style=\"min-width:920px;display: inline-block;\" src=\"//updates.themepunch.tools//banners/ads/2a-68e8cd89c844b.webp\"></a></div>\";s:4:\"code\";s:10:\"TPAD2_2025\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:2:\"id\";s:8:\"rs_ads_1\";s:10:\"additional\";a:0:{}}i:5;O:8:\"stdClass\":11:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:318:\"<style type=\"text/css\">#rs_ads_3 .rs_close_advert { display: none; } #rs_ads_3 { box-shadow: none !important; }</style>\n<iframe id=\"sr-notice-ad-iframe-wrapper\" \n        src=\"//updates.themepunch.tools//banners/ads/ads.php\"\n        style=\"text-align: center; height:360px;width: 100%;\"\n        scrolling=\"no\"\n</iframe>\";s:4:\"code\";s:10:\"TPAD3_2025\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:2:\"id\";s:8:\"rs_ads_3\";s:10:\"additional\";a:0:{}}i:6;O:8:\"stdClass\":11:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:424:\"<div style=\"display: block; background: #f7345e;text-align: center; height:360px;\"><a href=\"https://account.sliderrevolution.com/portal/black-friday-sale/?utm_source=wordpress-admin&utm_medium=inapp-banner&utm_campaign=BFCM2025&utm_content=wpadmin-extension\" target=\"_blank\" rel=\"noopener\">\n<img style=\"min-width:920px;height:360px;display: inline-block;\" src=\"//updates.themepunch.tools//banners/bf/admin3-s.jpg\"></a></div>\";s:4:\"code\";s:10:\"TPBF3_2025\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:5:\"theme\";s:4:\"dark\";s:10:\"additional\";a:0:{}}}', 'auto'),
(257, 'revslider-additions', 'O:8:\"stdClass\":2:{s:9:\"templates\";O:8:\"stdClass\":3:{s:9:\"tutorials\";a:3:{i:0;O:8:\"stdClass\":2:{s:5:\"title\";s:19:\"Rapid Fire Overview\";s:3:\"url\";s:49:\"https://www.youtube.com/watch?v=LRNTFu-MFgw&t=25s\";}i:1;O:8:\"stdClass\":2:{s:5:\"title\";s:34:\"Responsiveness in Edited Templates\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=hP4oV8SWgKY\";}i:2;O:8:\"stdClass\":2:{s:5:\"title\";s:16:\"Animation Basics\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=nn3azizwpbs\";}}s:5:\"guide\";O:8:\"stdClass\":3:{s:5:\"title\";s:78:\"Require Expert Technical Advice?<br />Submit a Ticket for Dedicated 1on1 Help.\";s:3:\"url\";s:36:\"https://support.sliderrevolution.com\";s:3:\"img\";s:61:\"//updates.themepunch.tools/banners/default_template_guide.jpg\";}s:6:\"bottom\";O:8:\"stdClass\":2:{s:5:\"title\";s:32:\"Load A Template From The Library\";s:3:\"img\";s:55:\"//updates.themepunch.tools/banners/guide_mod_banner.png\";}}s:7:\"selling\";b:1;}', 'auto'),
(258, 'rs-addons-counter', '36', 'auto');
INSERT INTO `wprd_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(259, 'revslider-addons', 'O:8:\"stdClass\":36:{s:28:\"revslider-particlewave-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"559\";s:9:\"releaseid\";s:2:\"29\";s:4:\"slug\";s:28:\"revslider-particlewave-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Particle Wave\";s:6:\"line_1\";s:36:\"Create 3D particle and polygon grids\";s:6:\"line_2\";s:40:\"with lots of style and animation options\";s:9:\"available\";s:5:\"6.7.7\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:1:\"9\";s:11:\"last_update\";s:10:\"2025-09-30\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch.tools/revslider/addons/images/addon_particlewave.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_particlewave.jpg\";s:7:\"img_md5\";s:32:\"623bec30f175f4cc541048f1d6d5fd07\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"558\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_particles.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_particles.jpg\";s:7:\"img_md5\";s:32:\"b668a4015ddc6a532b43bb558967a062\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"405\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_bubblemorph.jpg\";s:7:\"img_md5\";s:32:\"22d03d5de3034069c6db1fdeafd467cd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-thecluster-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"567\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:26:\"revslider-thecluster-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"The Cluster\";s:6:\"line_1\";s:24:\"Cluster Particle Effects\";s:6:\"line_2\";s:27:\"with millions of Variations\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_cluster.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_cluster.jpg\";s:7:\"img_md5\";s:32:\"7ada93a9f08a3bcfddc078699674d755\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TC\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:29:\"revslider-fluiddynamics-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"551\";s:9:\"releaseid\";s:2:\"31\";s:4:\"slug\";s:29:\"revslider-fluiddynamics-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Fluid Dynamics\";s:6:\"line_1\";s:46:\"Creating breathtaking Dynamic Fluid animations\";s:6:\"line_2\";s:25:\"as layer or as background\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:66:\"//updates.themepunch.tools/revslider/addons/images/addon_fluid.png\";s:8:\"img_file\";s:39:\"revslider/addons/images/addon_fluid.png\";s:7:\"img_md5\";s:32:\"4e52333540d80bcb2a41b8ed5961e088\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FD\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-transitionpack-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"568\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:30:\"revslider-transitionpack-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:6:\"6.7.31\";s:5:\"title\";s:20:\"Advanced Transitions\";s:6:\"line_1\";s:43:\"Add never-before-seen slide transitions to \";s:6:\"line_2\";s:42:\"Slider Revolution with the power of WEBGL.\";s:9:\"available\";s:5:\"6.7.7\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"30\";s:11:\"last_update\";s:10:\"2025-01-17\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_transition.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_transition.jpg\";s:7:\"img_md5\";s:32:\"fe0f1c539053620039a0ad96c4ac27e6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"AT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"545\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_beforeafter.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_beforeafter.jpg\";s:7:\"img_md5\";s:32:\"5a34f20417a7874e1b95693ef37a0758\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"569\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_typewriter.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_typewriter.jpg\";s:7:\"img_md5\";s:32:\"727b604f6fd3fc55894ba50eb566efed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"555\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_mousetrap.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_mousetrap.jpg\";s:7:\"img_md5\";s:32:\"2329053c3b1d19bdaee131c3dc258d3a\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"552\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2025-09-30\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_distortion.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_distortion.jpg\";s:7:\"img_md5\";s:32:\"c26c52a563008b7dc907a288c1e4bb8e\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-lottie-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"553\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Lottie\";s:6:\"line_1\";s:53:\"Adds support for the popular Lottie Animation format,\";s:6:\"line_2\";s:70:\" including animation control, style customization and a local library.\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"80\";s:11:\"last_update\";s:10:\"2025-09-30\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_lottie.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_lottie.jpg\";s:7:\"img_md5\";s:32:\"4aa677a45bb13732e4f10bcb632afcce\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"556\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2025-01-15\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_paintbrush.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_paintbrush.jpg\";s:7:\"img_md5\";s:32:\"308a56289b9a29d1916c2acfc141b699\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-charts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"547\";s:9:\"releaseid\";s:2:\"27\";s:4:\"slug\";s:22:\"revslider-charts-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Charts\";s:6:\"line_1\";s:93:\"The Charts addon allows you to create visually impressive line or bar graphs from .csv data, \";s:6:\"line_2\";s:56:\"with tons of options to take full control of the design.\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"100\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_charts.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_charts.jpg\";s:7:\"img_md5\";s:32:\"d2c184371a575faade425c0377c1fdbd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"CH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"417\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_slicey.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_slicey.jpg\";s:7:\"img_md5\";s:32:\"28afd29b7738a452194f0a0bc1d21cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"550\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2024-12-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_filmstrip.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_filmstrip.jpg\";s:7:\"img_md5\";s:32:\"dac40ee57d2be9aaf01faacf51ccb412\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"554\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2024-12-06\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch.tools/revslider/addons/images/addon_underconstruction.jpg\";s:8:\"img_file\";s:51:\"revslider/addons/images/addon_underconstruction.jpg\";s:7:\"img_md5\";s:32:\"17f8cba84931541c065cfb1943edafb2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"562\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reveal.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reveal.jpg\";s:7:\"img_md5\";s:32:\"a7ce4bf5eb6fdc1497ed6276ca623046\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"616\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:6:\"6.7.21\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"6.7.7\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2025-09-30\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_panorama.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_panorama.jpg\";s:7:\"img_md5\";s:32:\"210953d59903bed91688138cb60777d2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"575\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"6.7.8\";s:10:\"background\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:15:\"background_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:14:\"background_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2025-09-30\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:7:\"img_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"549\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2025-02-18\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_exploding.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_exploding.jpg\";s:7:\"img_md5\";s:32:\"44d60b83cdf5b29033d41feb516b47e1\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"564\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2024-12-19\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch.tools/revslider/addons/images/addon_socialsharing.jpg\";s:8:\"img_file\";s:47:\"revslider/addons/images/addon_socialsharing.jpg\";s:7:\"img_md5\";s:32:\"6b074630853c4f95d5337bc85e496cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"571\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:6:\"6.9.99\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:75:\"//updates.themepunch.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:15:\"background_file\";s:48:\"revslider/addons/images/whiteboard_widget_bg.jpg\";s:14:\"background_md5\";s:32:\"cc69160eb95469dc033e0cc094a24847\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_whiteboard.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_whiteboard.jpg\";s:7:\"img_md5\";s:32:\"b0bb636fb30ffc3d112ba4c563395ee6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"560\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_polyfold.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_polyfold.jpg\";s:7:\"img_md5\";s:32:\"02c6af89e4208f0da5920c6c3e6bb744\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch.tools/revslider/addons/images/addon_domainswitch.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_domainswitch.jpg\";s:7:\"img_md5\";s:32:\"f2036924e7993f94bd5c9876fa0bf09b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"561\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reload.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reload.jpg\";s:7:\"img_md5\";s:32:\"d1d34d204e627168f4cc4e7422a6d40c\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wprelated.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wprelated.jpg\";s:7:\"img_md5\";s:32:\"e2e7d6c3a428a55442ba90131556c930\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"566\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:65:\"//updates.themepunch.tools/revslider/addons/images/addon_snow.jpg\";s:8:\"img_file\";s:38:\"revslider/addons/images/addon_snow.jpg\";s:7:\"img_md5\";s:32:\"d6bac718866b0070198a4340041bc60b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"378\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2025-09-30\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wpgallery.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wpgallery.jpg\";s:7:\"img_md5\";s:32:\"74392a04b741d83c51e55059dbb388ef\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2024-11-20\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_backup.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_backup.jpg\";s:7:\"img_md5\";s:32:\"104797323a0293cd3f200b0172db1186\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2025-09-30\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:64:\"//updates.themepunch.tools/revslider/addons/images/addon_404.jpg\";s:8:\"img_file\";s:37:\"revslider/addons/images/addon_404.jpg\";s:7:\"img_md5\";s:32:\"217b0d118a107dc50979740dd61228df\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpadjacent.jpg\";s:7:\"img_md5\";s:32:\"cb1feb1257e55d0f42c29dfde2d809ed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"388\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"3.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:66:\"//updates.themepunch.tools/revslider/addons/images/addon_login.jpg\";s:8:\"img_file\";s:39:\"revslider/addons/images/addon_login.jpg\";s:7:\"img_md5\";s:32:\"f0f2edffb4e155acf67799692428644d\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"379\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpfeatured.jpg\";s:7:\"img_md5\";s:32:\"bcc840e68194f3eb05795e1353954bda\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-shapeburst-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"613\";s:9:\"releaseid\";s:2:\"29\";s:4:\"slug\";s:26:\"revslider-shapeburst-addon\";s:12:\"version_from\";s:6:\"6.7.23\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"ShapeBurst\";s:6:\"line_1\";s:8:\"Shape...\";s:6:\"line_2\";s:9:\"and Burst\";s:9:\"available\";s:5:\"7.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"670\";s:11:\"last_update\";s:10:\"2025-09-30\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_shape_burst.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_shape_burst.jpg\";s:7:\"img_md5\";s:32:\"2b1b6cb4613bdfcfff4c8c46660be8f5\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SB\";}s:6:\"banner\";s:72:\"//updates.themepunch.tools/revslider/addons/images/videos/shapeburst.mp4\";s:11:\"banner_file\";s:45:\"revslider/addons/images/videos/shapeburst.mp4\";s:10:\"banner_md5\";s:32:\"9e2ba7e14745cfea54a98145e886ce9a\";s:4:\"tags\";a:1:{i:0;s:14:\"Visual Effects\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"570\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_weather.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_weather.jpg\";s:7:\"img_md5\";s:32:\"c69d1c9a69c2dec43ca0578ac35792bd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"548\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_duotone.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_duotone.jpg\";s:7:\"img_md5\";s:32:\"fb666e487e7ac28e6a2a157eed1fb682\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}}', 'auto'),
(260, 'revslider-library-check', '1767125805', 'auto'),
(261, 'revslider-library-hash', '324e6ba47fb68dfb7f1bd5b0b203bdc5', 'auto');
INSERT INTO `wprd_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(262, 'rs-library', 'a:3:{s:4:\"hash\";s:32:\"324e6ba47fb68dfb7f1bd5b0b203bdc5\";s:7:\"objects\";a:417:{i:0;a:13:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14130;s:4:\"orig\";i:220294;}}i:1;a:13:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:27127;s:4:\"orig\";i:1192484;}}i:2;a:13:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:1745;s:4:\"orig\";i:36243;}}i:3;a:13:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10511;s:4:\"orig\";i:102067;}}i:4;a:13:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18581;s:4:\"orig\";i:776243;}}i:5;a:13:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:4745;s:4:\"orig\";i:330658;}}i:6;a:13:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:4461;s:4:\"orig\";i:109963;}}i:7;a:13:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6790;s:4:\"orig\";i:407746;}}i:8;a:13:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18710;s:4:\"orig\";i:985569;}}i:9;a:13:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6113;s:4:\"orig\";i:75865;}}i:10;a:13:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8145;s:4:\"orig\";i:400329;}}i:11;a:13:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5251;s:4:\"orig\";i:358141;}}i:12;a:13:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:127536;s:4:\"orig\";i:838279;}}i:13;a:13:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:4081;s:4:\"orig\";i:22391;}}i:14;a:13:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9331;s:4:\"orig\";i:516465;}}i:15;a:13:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7834;s:4:\"orig\";i:463818;}}i:16;a:13:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6359;s:4:\"orig\";i:102578;}}i:17;a:13:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:22078;s:4:\"orig\";i:1107904;}}i:18;a:13:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15660;s:4:\"orig\";i:355784;}}i:19;a:13:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5586;s:4:\"orig\";i:106514;}}i:20;a:13:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20909;s:4:\"orig\";i:988589;}}i:21;a:13:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6807;s:4:\"orig\";i:604409;}}i:22;a:13:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10484;s:4:\"orig\";i:229243;}}i:23;a:13:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6034;s:4:\"orig\";i:516575;}}i:24;a:13:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:30999;s:4:\"orig\";i:627862;}}i:25;a:13:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11735;s:4:\"orig\";i:658948;}}i:26;a:13:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16432;s:4:\"orig\";i:531684;}}i:27;a:13:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15860;s:4:\"orig\";i:212685;}}i:28;a:13:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12774;s:4:\"orig\";i:290128;}}i:29;a:13:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8558;s:4:\"orig\";i:264887;}}i:30;a:13:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:23349;s:4:\"orig\";i:324946;}}i:31;a:13:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18439;s:4:\"orig\";i:583276;}}i:32;a:13:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8475;s:4:\"orig\";i:241613;}}i:33;a:13:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12227;s:4:\"orig\";i:465092;}}i:34;a:13:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:23476;s:4:\"orig\";i:838985;}}i:35;a:13:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:128594;s:4:\"orig\";i:323284;}}i:36;a:13:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15763;s:4:\"orig\";i:606028;}}i:37;a:13:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8743;s:4:\"orig\";i:230696;}}i:38;a:13:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18213;s:4:\"orig\";i:963650;}}i:39;a:13:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9109;s:4:\"orig\";i:190560;}}i:40;a:13:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7469;s:4:\"orig\";i:161910;}}i:41;a:13:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8883;s:4:\"orig\";i:223813;}}i:42;a:13:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13021;s:4:\"orig\";i:334845;}}i:43;a:13:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20718;s:4:\"orig\";i:626836;}}i:44;a:13:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:135139;s:4:\"orig\";i:761240;}}i:45;a:13:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13099;s:4:\"orig\";i:337348;}}i:46;a:13:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13096;s:4:\"orig\";i:413010;}}i:47;a:13:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8043;s:4:\"orig\";i:146037;}}i:48;a:13:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:37011;s:4:\"orig\";i:2569343;}}i:49;a:13:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:118650;s:4:\"orig\";i:83713;}}i:50;a:13:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16941;s:4:\"orig\";i:419726;}}i:51;a:13:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:23620;s:4:\"orig\";i:734047;}}i:52;a:13:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21088;s:4:\"orig\";i:683735;}}i:53;a:13:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:121307;s:4:\"orig\";i:454357;}}i:54;a:13:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:39586;s:4:\"orig\";i:1296460;}}i:55;a:13:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21396;s:4:\"orig\";i:835061;}}i:56;a:13:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9545;s:4:\"orig\";i:197811;}}i:57;a:13:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12033;s:4:\"orig\";i:168991;}}i:58;a:13:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:39587;s:4:\"orig\";i:1318549;}}i:59;a:13:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:137321;s:4:\"orig\";i:211275;}}i:60;a:13:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14164;s:4:\"orig\";i:731428;}}i:61;a:13:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:130362;s:4:\"orig\";i:908876;}}i:62;a:13:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:132862;s:4:\"orig\";i:925492;}}i:63;a:13:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:119015;s:4:\"orig\";i:133010;}}i:64;a:13:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:28476;s:4:\"orig\";i:203448;}}i:65;a:13:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:120592;s:4:\"orig\";i:133753;}}i:66;a:13:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:119554;s:4:\"orig\";i:160622;}}i:67;a:13:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14058;s:4:\"orig\";i:98209;}}i:68;a:13:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:126007;s:4:\"orig\";i:137953;}}i:69;a:13:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:124418;s:4:\"orig\";i:108064;}}i:70;a:13:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:125639;s:4:\"orig\";i:131820;}}i:71;a:13:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11948;s:4:\"orig\";i:74707;}}i:72;a:13:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:115633;s:4:\"orig\";i:176188;}}i:73;a:13:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:121535;s:4:\"orig\";i:315586;}}i:74;a:13:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:133693;s:4:\"orig\";i:907152;}}i:75;a:13:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11689;s:4:\"orig\";i:183976;}}i:76;a:13:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:119147;s:4:\"orig\";i:164255;}}i:77;a:13:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9499;s:4:\"orig\";i:358634;}}i:78;a:13:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14203;s:4:\"orig\";i:523017;}}i:79;a:13:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10702;s:4:\"orig\";i:121030;}}i:80;a:13:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9002;s:4:\"orig\";i:338072;}}i:81;a:13:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:121622;s:4:\"orig\";i:211345;}}i:82;a:13:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:122962;s:4:\"orig\";i:353407;}}i:83;a:13:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7170;s:4:\"orig\";i:118827;}}i:84;a:13:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:125910;s:4:\"orig\";i:126452;}}i:85;a:13:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12207;s:4:\"orig\";i:177730;}}i:86;a:13:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13663;s:4:\"orig\";i:833006;}}i:87;a:13:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9899;s:4:\"orig\";i:247486;}}i:88;a:13:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7169;s:4:\"orig\";i:522980;}}i:89;a:13:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12411;s:4:\"orig\";i:1051815;}}i:90;a:13:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14974;s:4:\"orig\";i:1082610;}}i:91;a:13:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:26819;s:4:\"orig\";i:1283468;}}i:92;a:13:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:22713;s:4:\"orig\";i:1335327;}}i:93;a:13:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5513;s:4:\"orig\";i:477513;}}i:94;a:13:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:24077;s:4:\"orig\";i:1392352;}}i:95;a:13:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11502;s:4:\"orig\";i:779077;}}i:96;a:13:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7975;s:4:\"orig\";i:323107;}}i:97;a:13:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:129564;s:4:\"orig\";i:432451;}}i:98;a:13:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6743;s:4:\"orig\";i:479348;}}i:99;a:13:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:3910;s:4:\"orig\";i:246373;}}i:100;a:13:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9677;s:4:\"orig\";i:154608;}}i:101;a:13:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5998;s:4:\"orig\";i:447839;}}i:102;a:13:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10117;s:4:\"orig\";i:559800;}}i:103;a:13:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:24853;s:4:\"orig\";i:1214851;}}i:104;a:13:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18163;s:4:\"orig\";i:1098732;}}i:105;a:13:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5457;s:4:\"orig\";i:320148;}}i:106;a:13:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13313;s:4:\"orig\";i:828871;}}i:107;a:13:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5901;s:4:\"orig\";i:268842;}}i:108;a:13:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:37178;s:4:\"orig\";i:1972817;}}i:109;a:13:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:26589;s:4:\"orig\";i:851135;}}i:110;a:13:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13334;s:4:\"orig\";i:225651;}}i:111;a:13:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17640;s:4:\"orig\";i:719125;}}i:112;a:13:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8897;s:4:\"orig\";i:83416;}}i:113;a:13:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:29174;s:4:\"orig\";i:1663503;}}i:114;a:13:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:3668;s:4:\"orig\";i:69153;}}i:115;a:13:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:3179;s:4:\"orig\";i:45340;}}i:116;a:13:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21907;s:4:\"orig\";i:937495;}}i:117;a:13:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:124560;s:4:\"orig\";i:575796;}}i:118;a:13:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20553;s:4:\"orig\";i:734042;}}i:119;a:13:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9048;s:4:\"orig\";i:129827;}}i:120;a:13:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19226;s:4:\"orig\";i:758093;}}i:121;a:13:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12387;s:4:\"orig\";i:472820;}}i:122;a:13:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10972;s:4:\"orig\";i:380716;}}i:123;a:13:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12394;s:4:\"orig\";i:959761;}}i:124;a:13:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11474;s:4:\"orig\";i:284282;}}i:125;a:13:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13395;s:4:\"orig\";i:519568;}}i:126;a:13:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15367;s:4:\"orig\";i:364626;}}i:127;a:13:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16174;s:4:\"orig\";i:265728;}}i:128;a:13:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7677;s:4:\"orig\";i:256526;}}i:129;a:13:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12408;s:4:\"orig\";i:354771;}}i:130;a:13:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17621;s:4:\"orig\";i:673109;}}i:131;a:13:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9464;s:4:\"orig\";i:180683;}}i:132;a:13:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16190;s:4:\"orig\";i:381967;}}i:133;a:13:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:26583;s:4:\"orig\";i:792941;}}i:134;a:13:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17464;s:4:\"orig\";i:394604;}}i:135;a:13:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19126;s:4:\"orig\";i:403268;}}i:136;a:13:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16597;s:4:\"orig\";i:552042;}}i:137;a:13:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16027;s:4:\"orig\";i:430912;}}i:138;a:13:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15961;s:4:\"orig\";i:706482;}}i:139;a:13:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20286;s:4:\"orig\";i:704324;}}i:140;a:13:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10077;s:4:\"orig\";i:197347;}}i:141;a:13:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14092;s:4:\"orig\";i:517927;}}i:142;a:13:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18629;s:4:\"orig\";i:620706;}}i:143;a:13:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10220;s:4:\"orig\";i:348322;}}i:144;a:13:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6348;s:4:\"orig\";i:211494;}}i:145;a:13:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9826;s:4:\"orig\";i:377551;}}i:146;a:13:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13862;s:4:\"orig\";i:454028;}}i:147;a:13:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18636;s:4:\"orig\";i:785357;}}i:148;a:13:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17409;s:4:\"orig\";i:996686;}}i:149;a:13:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12053;s:4:\"orig\";i:916937;}}i:150;a:13:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:3887;s:4:\"orig\";i:154603;}}i:151;a:13:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16305;s:4:\"orig\";i:483681;}}i:152;a:13:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12105;s:4:\"orig\";i:314746;}}i:153;a:13:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18137;s:4:\"orig\";i:371805;}}i:154;a:13:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11586;s:4:\"orig\";i:354781;}}i:155;a:13:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9848;s:4:\"orig\";i:195359;}}i:156;a:13:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10089;s:4:\"orig\";i:218538;}}i:157;a:13:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16403;s:4:\"orig\";i:547096;}}i:158;a:13:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19188;s:4:\"orig\";i:371592;}}i:159;a:13:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15157;s:4:\"orig\";i:658386;}}i:160;a:13:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:24833;s:4:\"orig\";i:942816;}}i:161;a:13:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15887;s:4:\"orig\";i:345362;}}i:162;a:13:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15665;s:4:\"orig\";i:407640;}}i:163;a:13:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19443;s:4:\"orig\";i:844506;}}i:164;a:13:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15564;s:4:\"orig\";i:573777;}}i:165;a:13:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13337;s:4:\"orig\";i:762091;}}i:166;a:13:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16746;s:4:\"orig\";i:365391;}}i:167;a:13:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12699;s:4:\"orig\";i:427166;}}i:168;a:13:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:4748;s:4:\"orig\";i:238506;}}i:169;a:13:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19043;s:4:\"orig\";i:595277;}}i:170;a:13:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11863;s:4:\"orig\";i:228649;}}i:171;a:13:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10878;s:4:\"orig\";i:313238;}}i:172;a:13:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7596;s:4:\"orig\";i:193734;}}i:173;a:13:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9305;s:4:\"orig\";i:223763;}}i:174;a:13:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:23289;s:4:\"orig\";i:699269;}}i:175;a:13:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16638;s:4:\"orig\";i:415507;}}i:176;a:13:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11706;s:4:\"orig\";i:310875;}}i:177;a:13:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18880;s:4:\"orig\";i:531273;}}i:178;a:13:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20175;s:4:\"orig\";i:554813;}}i:179;a:13:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6818;s:4:\"orig\";i:122809;}}i:180;a:13:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8776;s:4:\"orig\";i:190452;}}i:181;a:13:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:52127;s:4:\"orig\";i:352596;}}i:182;a:13:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8878;s:4:\"orig\";i:183427;}}i:183;a:13:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15887;s:4:\"orig\";i:368977;}}i:184;a:13:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15080;s:4:\"orig\";i:707157;}}i:185;a:13:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5473;s:4:\"orig\";i:288675;}}i:186;a:13:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19262;s:4:\"orig\";i:513524;}}i:187;a:13:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9810;s:4:\"orig\";i:317981;}}i:188;a:13:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15773;s:4:\"orig\";i:519696;}}i:189;a:13:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:32647;s:4:\"orig\";i:350074;}}i:190;a:13:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14643;s:4:\"orig\";i:314424;}}i:191;a:13:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19823;s:4:\"orig\";i:511473;}}i:192;a:13:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:37262;s:4:\"orig\";i:1590451;}}i:193;a:13:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13647;s:4:\"orig\";i:408622;}}i:194;a:13:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10075;s:4:\"orig\";i:216586;}}i:195;a:13:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10969;s:4:\"orig\";i:405945;}}i:196;a:13:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9975;s:4:\"orig\";i:257177;}}i:197;a:13:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9598;s:4:\"orig\";i:300066;}}i:198;a:13:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7588;s:4:\"orig\";i:184359;}}i:199;a:13:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9507;s:4:\"orig\";i:290246;}}i:200;a:13:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14875;s:4:\"orig\";i:324145;}}i:201;a:13:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18138;s:4:\"orig\";i:736181;}}i:202;a:13:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10664;s:4:\"orig\";i:411404;}}i:203;a:13:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11609;s:4:\"orig\";i:273103;}}i:204;a:13:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16837;s:4:\"orig\";i:456937;}}i:205;a:13:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13774;s:4:\"orig\";i:385875;}}i:206;a:13:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12285;s:4:\"orig\";i:546492;}}i:207;a:13:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12631;s:4:\"orig\";i:540206;}}i:208;a:13:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9964;s:4:\"orig\";i:309994;}}i:209;a:13:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13683;s:4:\"orig\";i:369417;}}i:210;a:13:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15941;s:4:\"orig\";i:475914;}}i:211;a:13:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17854;s:4:\"orig\";i:371480;}}i:212;a:13:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17441;s:4:\"orig\";i:507045;}}i:213;a:13:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:32396;s:4:\"orig\";i:750503;}}i:214;a:13:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:25355;s:4:\"orig\";i:517171;}}i:215;a:13:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:30467;s:4:\"orig\";i:1076108;}}i:216;a:13:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17629;s:4:\"orig\";i:804567;}}i:217;a:13:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12952;s:4:\"orig\";i:489898;}}i:218;a:13:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11065;s:4:\"orig\";i:384178;}}i:219;a:13:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6262;s:4:\"orig\";i:198960;}}i:220;a:13:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16353;s:4:\"orig\";i:245636;}}i:221;a:13:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6048;s:4:\"orig\";i:133907;}}i:222;a:13:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15187;s:4:\"orig\";i:450326;}}i:223;a:13:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17977;s:4:\"orig\";i:582673;}}i:224;a:13:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20171;s:4:\"orig\";i:617346;}}i:225;a:13:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14937;s:4:\"orig\";i:227355;}}i:226;a:13:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9789;s:4:\"orig\";i:321713;}}i:227;a:13:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18374;s:4:\"orig\";i:642218;}}i:228;a:13:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17332;s:4:\"orig\";i:791283;}}i:229;a:13:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:28854;s:4:\"orig\";i:1228379;}}i:230;a:13:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7529;s:4:\"orig\";i:263779;}}i:231;a:13:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18101;s:4:\"orig\";i:617407;}}i:232;a:13:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18049;s:4:\"orig\";i:757700;}}i:233;a:13:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18133;s:4:\"orig\";i:633849;}}i:234;a:13:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:24430;s:4:\"orig\";i:954378;}}i:235;a:13:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16738;s:4:\"orig\";i:664032;}}i:236;a:13:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17594;s:4:\"orig\";i:503413;}}i:237;a:13:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15558;s:4:\"orig\";i:508616;}}i:238;a:13:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14665;s:4:\"orig\";i:429256;}}i:239;a:13:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20433;s:4:\"orig\";i:1162968;}}i:240;a:13:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10872;s:4:\"orig\";i:289488;}}i:241;a:13:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17988;s:4:\"orig\";i:602577;}}i:242;a:13:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9794;s:4:\"orig\";i:352053;}}i:243;a:13:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11735;s:4:\"orig\";i:370551;}}i:244;a:13:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10397;s:4:\"orig\";i:280660;}}i:245;a:13:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:26832;s:4:\"orig\";i:677097;}}i:246;a:13:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13591;s:4:\"orig\";i:846550;}}i:247;a:13:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12138;s:4:\"orig\";i:511326;}}i:248;a:13:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14005;s:4:\"orig\";i:392648;}}i:249;a:13:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11612;s:4:\"orig\";i:688650;}}i:250;a:13:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:28096;s:4:\"orig\";i:766943;}}i:251;a:13:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17419;s:4:\"orig\";i:759716;}}i:252;a:13:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10910;s:4:\"orig\";i:191059;}}i:253;a:13:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:24825;s:4:\"orig\";i:706226;}}i:254;a:13:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11091;s:4:\"orig\";i:300143;}}i:255;a:13:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15004;s:4:\"orig\";i:475888;}}i:256;a:13:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13155;s:4:\"orig\";i:683645;}}i:257;a:13:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15305;s:4:\"orig\";i:655207;}}i:258;a:13:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17740;s:4:\"orig\";i:745183;}}i:259;a:13:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17442;s:4:\"orig\";i:641873;}}i:260;a:13:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16088;s:4:\"orig\";i:241567;}}i:261;a:13:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8512;s:4:\"orig\";i:267430;}}i:262;a:13:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:25804;s:4:\"orig\";i:908234;}}i:263;a:13:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:4691;s:4:\"orig\";i:108160;}}i:264;a:13:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12753;s:4:\"orig\";i:218714;}}i:265;a:13:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19312;s:4:\"orig\";i:438345;}}i:266;a:13:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16224;s:4:\"orig\";i:409547;}}i:267;a:13:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:22344;s:4:\"orig\";i:432904;}}i:268;a:13:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9431;s:4:\"orig\";i:220442;}}i:269;a:13:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:29538;s:4:\"orig\";i:733632;}}i:270;a:13:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12859;s:4:\"orig\";i:430959;}}i:271;a:13:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13413;s:4:\"orig\";i:324558;}}i:272;a:13:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11553;s:4:\"orig\";i:146076;}}i:273;a:13:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21184;s:4:\"orig\";i:537577;}}i:274;a:13:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14134;s:4:\"orig\";i:245565;}}i:275;a:13:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16035;s:4:\"orig\";i:401592;}}i:276;a:13:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12906;s:4:\"orig\";i:483885;}}i:277;a:13:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7834;s:4:\"orig\";i:80956;}}i:278;a:13:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11452;s:4:\"orig\";i:175118;}}i:279;a:13:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12170;s:4:\"orig\";i:236860;}}i:280;a:13:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10268;s:4:\"orig\";i:117315;}}i:281;a:13:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12485;s:4:\"orig\";i:374567;}}i:282;a:13:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8401;s:4:\"orig\";i:203253;}}i:283;a:13:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12578;s:4:\"orig\";i:287796;}}i:284;a:13:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8484;s:4:\"orig\";i:199508;}}i:285;a:13:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16659;s:4:\"orig\";i:524922;}}i:286;a:13:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9240;s:4:\"orig\";i:109310;}}i:287;a:13:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8288;s:4:\"orig\";i:216553;}}i:288;a:13:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6855;s:4:\"orig\";i:234043;}}i:289;a:13:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12347;s:4:\"orig\";i:238706;}}i:290;a:13:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7748;s:4:\"orig\";i:169462;}}i:291;a:13:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10402;s:4:\"orig\";i:358403;}}i:292;a:13:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12887;s:4:\"orig\";i:261525;}}i:293;a:13:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:2963;s:4:\"orig\";i:30890;}}i:294;a:13:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10266;s:4:\"orig\";i:183341;}}i:295;a:13:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8156;s:4:\"orig\";i:102119;}}i:296;a:13:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10271;s:4:\"orig\";i:138495;}}i:297;a:13:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11654;s:4:\"orig\";i:171098;}}i:298;a:13:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10569;s:4:\"orig\";i:437331;}}i:299;a:13:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15739;s:4:\"orig\";i:446809;}}i:300;a:13:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9456;s:4:\"orig\";i:206722;}}i:301;a:13:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13833;s:4:\"orig\";i:341185;}}i:302;a:13:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10647;s:4:\"orig\";i:193025;}}i:303;a:13:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6239;s:4:\"orig\";i:48178;}}i:304;a:13:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14454;s:4:\"orig\";i:454843;}}i:305;a:13:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7734;s:4:\"orig\";i:119909;}}i:306;a:13:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11927;s:4:\"orig\";i:209224;}}i:307;a:13:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9609;s:4:\"orig\";i:230249;}}i:308;a:13:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12396;s:4:\"orig\";i:290596;}}i:309;a:14:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:25803;s:11:\"video_thumb\";i:2753823;s:5:\"cover\";i:127867;s:4:\"orig\";i:5991847;}}i:310;a:14:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19154;s:11:\"video_thumb\";i:4783500;s:5:\"cover\";i:97843;s:4:\"orig\";i:12408832;}}i:311;a:14:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:28284;s:11:\"video_thumb\";i:2150510;s:5:\"cover\";i:124176;s:4:\"orig\";i:7726114;}}i:312;a:14:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:23354;s:11:\"video_thumb\";i:3635377;s:5:\"cover\";i:106283;s:4:\"orig\";i:12688465;}}i:313;a:14:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:29858;s:11:\"video_thumb\";i:9614915;s:5:\"cover\";i:153660;s:4:\"orig\";i:13424151;}}i:314;a:14:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19155;s:11:\"video_thumb\";i:2361089;s:5:\"cover\";i:103588;s:4:\"orig\";i:14717688;}}i:315;a:14:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:11719;s:11:\"video_thumb\";i:4841259;s:5:\"cover\";i:40309;s:4:\"orig\";i:11715637;}}i:316;a:14:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:56469;s:11:\"video_thumb\";i:5107558;s:5:\"cover\";i:273635;s:4:\"orig\";i:13833056;}}i:317;a:14:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:30439;s:11:\"video_thumb\";i:3864288;s:5:\"cover\";i:133345;s:4:\"orig\";i:13159814;}}i:318;a:14:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:31267;s:11:\"video_thumb\";i:2732735;s:5:\"cover\";i:173636;s:4:\"orig\";i:5536475;}}i:319;a:14:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:29090;s:11:\"video_thumb\";i:4861363;s:5:\"cover\";i:188894;s:4:\"orig\";i:13731609;}}i:320;a:14:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:31123;s:11:\"video_thumb\";i:1386258;s:5:\"cover\";i:219740;s:4:\"orig\";i:6479275;}}i:321;a:14:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:21091;s:11:\"video_thumb\";i:11134706;s:5:\"cover\";i:115059;s:4:\"orig\";i:12313637;}}i:322;a:14:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19624;s:11:\"video_thumb\";i:3913179;s:5:\"cover\";i:118864;s:4:\"orig\";i:14700830;}}i:323;a:14:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:45123;s:11:\"video_thumb\";i:2547876;s:5:\"cover\";i:268587;s:4:\"orig\";i:8823724;}}i:324;a:14:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:33867;s:11:\"video_thumb\";i:5972511;s:5:\"cover\";i:172632;s:4:\"orig\";i:13869858;}}i:325;a:14:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:16185;s:11:\"video_thumb\";i:4097952;s:5:\"cover\";i:160912;s:4:\"orig\";i:12307362;}}i:326;a:14:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:9324;s:11:\"video_thumb\";i:1843046;s:5:\"cover\";i:94919;s:4:\"orig\";i:4938526;}}i:327;a:14:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:13455;s:11:\"video_thumb\";i:5101194;s:5:\"cover\";i:66493;s:4:\"orig\";i:11852447;}}i:328;a:14:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:20003;s:11:\"video_thumb\";i:1696754;s:5:\"cover\";i:103202;s:4:\"orig\";i:12515577;}}i:329;a:14:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19377;s:11:\"video_thumb\";i:3861934;s:5:\"cover\";i:101592;s:4:\"orig\";i:13370749;}}i:330;a:14:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:31120;s:11:\"video_thumb\";i:2732488;s:5:\"cover\";i:190596;s:4:\"orig\";i:13625169;}}i:331;a:14:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:17475;s:11:\"video_thumb\";i:1248121;s:5:\"cover\";i:203284;s:4:\"orig\";i:4921567;}}i:332;a:14:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:26132;s:11:\"video_thumb\";i:5777142;s:5:\"cover\";i:138198;s:4:\"orig\";i:12817212;}}i:333;a:14:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:40668;s:11:\"video_thumb\";i:3711074;s:5:\"cover\";i:243587;s:4:\"orig\";i:12354374;}}i:334;a:14:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:41275;s:11:\"video_thumb\";i:2631988;s:5:\"cover\";i:330226;s:4:\"orig\";i:8304831;}}i:335;a:14:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:54209;s:11:\"video_thumb\";i:4596191;s:5:\"cover\";i:335804;s:4:\"orig\";i:13306988;}}i:336;a:14:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:75484;s:11:\"video_thumb\";i:3134686;s:5:\"cover\";i:461854;s:4:\"orig\";i:20337064;}}i:337;a:14:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:25915;s:11:\"video_thumb\";i:2352326;s:5:\"cover\";i:136931;s:4:\"orig\";i:12104254;}}i:338;a:14:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:40965;s:11:\"video_thumb\";i:8637814;s:5:\"cover\";i:195812;s:4:\"orig\";i:13878956;}}i:339;a:14:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19037;s:11:\"video_thumb\";i:3065043;s:5:\"cover\";i:65493;s:4:\"orig\";i:12935967;}}i:340;a:14:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:24344;s:11:\"video_thumb\";i:1911296;s:5:\"cover\";i:192540;s:4:\"orig\";i:4631422;}}i:341;a:14:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:23517;s:11:\"video_thumb\";i:4899641;s:5:\"cover\";i:86737;s:4:\"orig\";i:12281833;}}i:342;a:14:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:31844;s:11:\"video_thumb\";i:4412295;s:5:\"cover\";i:154844;s:4:\"orig\";i:10753079;}}i:343;a:14:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:14905;s:11:\"video_thumb\";i:3394055;s:5:\"cover\";i:73276;s:4:\"orig\";i:11722124;}}i:344;a:14:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:48591;s:11:\"video_thumb\";i:5268295;s:5:\"cover\";i:211021;s:4:\"orig\";i:11990742;}}i:345;a:14:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:27863;s:11:\"video_thumb\";i:2674570;s:5:\"cover\";i:119321;s:4:\"orig\";i:11602755;}}i:346;a:14:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:27505;s:11:\"video_thumb\";i:3025283;s:5:\"cover\";i:144357;s:4:\"orig\";i:13176990;}}i:347;a:14:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:22543;s:11:\"video_thumb\";i:1327376;s:5:\"cover\";i:111224;s:4:\"orig\";i:4727340;}}i:348;a:14:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:34936;s:11:\"video_thumb\";i:3198076;s:5:\"cover\";i:160493;s:4:\"orig\";i:12804022;}}i:349;a:14:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:28883;s:11:\"video_thumb\";i:4750283;s:5:\"cover\";i:153687;s:4:\"orig\";i:13054569;}}i:350;a:14:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:53693;s:11:\"video_thumb\";i:9780815;s:5:\"cover\";i:341419;s:4:\"orig\";i:13738077;}}i:351;a:14:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:9494;s:11:\"video_thumb\";i:942533;s:5:\"cover\";i:52833;s:4:\"orig\";i:6629299;}}i:352;a:14:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:22781;s:11:\"video_thumb\";i:2415073;s:5:\"cover\";i:126450;s:4:\"orig\";i:11684367;}}i:353;a:14:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:22296;s:11:\"video_thumb\";i:1465206;s:5:\"cover\";i:73047;s:4:\"orig\";i:4008355;}}i:354;a:14:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19851;s:11:\"video_thumb\";i:3023599;s:5:\"cover\";i:25426;s:4:\"orig\";i:12847145;}}i:355;a:14:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:18002;s:11:\"video_thumb\";i:1791449;s:5:\"cover\";i:101725;s:4:\"orig\";i:13746552;}}i:356;a:14:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:8176;s:11:\"video_thumb\";i:4255586;s:5:\"cover\";i:75455;s:4:\"orig\";i:10948491;}}i:357;a:14:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:46567;s:11:\"video_thumb\";i:3789289;s:5:\"cover\";i:25425;s:4:\"orig\";i:15943336;}}i:358;a:14:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:26927;s:11:\"video_thumb\";i:2605391;s:5:\"cover\";i:149830;s:4:\"orig\";i:13232415;}}i:359;a:14:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:20000;s:11:\"video_thumb\";i:655504;s:5:\"cover\";i:620066;s:4:\"orig\";i:13229794;}}i:360;a:14:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:23213;s:11:\"video_thumb\";i:498407;s:5:\"cover\";i:308442;s:4:\"orig\";i:11108924;}}i:361;a:14:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:21648;s:11:\"video_thumb\";i:109062;s:5:\"cover\";i:305957;s:4:\"orig\";i:6267674;}}i:362;a:14:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19198;s:11:\"video_thumb\";i:326656;s:5:\"cover\";i:554701;s:4:\"orig\";i:10151652;}}i:363;a:14:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:14725;s:11:\"video_thumb\";i:72977;s:5:\"cover\";i:72535;s:4:\"orig\";i:4938006;}}i:364;a:14:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:12165;s:11:\"video_thumb\";i:256975;s:5:\"cover\";i:340550;s:4:\"orig\";i:9691449;}}i:365;a:14:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:36900;s:11:\"video_thumb\";i:920631;s:5:\"cover\";i:949012;s:4:\"orig\";i:13422013;}}i:366;a:14:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:17289;s:11:\"video_thumb\";i:137402;s:5:\"cover\";i:300574;s:4:\"orig\";i:7528458;}}i:367;a:14:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:16562;s:11:\"video_thumb\";i:161004;s:5:\"cover\";i:291708;s:4:\"orig\";i:7596827;}}i:368;a:14:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19186;s:11:\"video_thumb\";i:404406;s:5:\"cover\";i:496556;s:4:\"orig\";i:15358645;}}i:369;a:14:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11778;s:5:\"video\";i:126230;}}i:370;a:14:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9342;s:5:\"video\";i:258890;}}i:371;a:14:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:22925;s:5:\"video\";i:337622;}}i:372;a:14:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13590;s:5:\"video\";i:143116;}}i:373;a:14:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12603;s:5:\"video\";i:267056;}}i:374;a:14:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11225;s:5:\"video\";i:104722;}}i:375;a:14:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16221;s:5:\"video\";i:183244;}}i:376;a:14:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15072;s:5:\"video\";i:90577;}}i:377;a:14:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11741;s:5:\"video\";i:96061;}}i:378;a:14:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15979;s:5:\"video\";i:136040;}}i:379;a:14:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13637;s:5:\"video\";i:98053;}}i:380;a:14:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14892;s:5:\"video\";i:125449;}}i:381;a:14:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16568;s:5:\"video\";i:127133;}}i:382;a:14:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19099;s:5:\"video\";i:202784;}}i:383;a:14:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21756;s:5:\"video\";i:295899;}}i:384;a:14:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20783;s:5:\"video\";i:279347;}}i:385;a:14:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17862;s:5:\"video\";i:111140;}}i:386;a:14:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10799;s:5:\"video\";i:49269;}}i:387;a:14:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14442;s:5:\"video\";i:143950;}}i:388;a:14:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16819;s:5:\"video\";i:142842;}}i:389;a:14:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12575;s:5:\"video\";i:106541;}}i:390;a:14:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12931;s:5:\"video\";i:84922;}}i:391;a:14:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18105;s:5:\"video\";i:184683;}}i:392;a:14:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13440;s:5:\"video\";i:104866;}}i:393;a:14:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17477;s:5:\"video\";i:147765;}}i:394;a:14:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:36069;s:5:\"video\";i:104559;}}i:395;a:14:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20095;s:5:\"video\";i:60429;}}i:396;a:14:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:38056;s:5:\"video\";i:45726;}}i:397;a:14:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:54736;s:5:\"video\";i:26685;}}i:398;a:14:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:34717;s:5:\"video\";i:16283;}}i:399;a:14:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:25700;s:5:\"video\";i:38602;}}i:400;a:14:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:55897;s:5:\"video\";i:21279;}}i:401;a:14:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:39579;s:5:\"video\";i:22677;}}i:402;a:14:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:41903;s:5:\"video\";i:65515;}}i:403;a:14:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:25902;s:5:\"video\";i:15295;}}i:404;a:14:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:40029;s:5:\"video\";i:28970;}}i:405;a:14:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21834;s:5:\"video\";i:21250;}}i:406;a:14:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:36633;s:5:\"video\";i:51973;}}i:407;a:14:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:22669;s:5:\"video\";i:46598;}}i:408;a:14:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:52537;s:5:\"video\";i:29580;}}i:409;a:14:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:34343;s:5:\"video\";i:18413;}}i:410;a:14:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20519;s:5:\"video\";i:25391;}}i:411;a:14:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16265;s:5:\"video\";i:75634;}}i:412;a:14:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:41495;s:5:\"video\";i:49692;}}i:413;a:14:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:40417;s:5:\"video\";i:80078;}}i:414;a:14:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:34150;s:5:\"video\";i:23500;}}i:415;a:14:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15426;s:5:\"video\";i:21651;}}i:416;a:14:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:33524;s:5:\"video\";i:46449;}}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}', 'off');
INSERT INTO `wprd_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(263, 'revslider-templates-check', '1767125807', 'auto'),
(264, 'revslider-templates-hash', '9fac7d87798d5d3a840ecd257f7f0d31', 'auto'),
(265, 'rs-templates-new', '', 'off');
INSERT INTO `wprd_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(266, 'rs-templates', 'eNrs/XuXGzeS4IF+lWztObN/XFGN98O7M3tk2W571mrrtjTt2zua44NnFVsskkOyJKvnzHe/QD6YSGYmq0pKVrEkzLRtKQEikZmIXwSAiMB/PblU28sn3zyRXhluBedSWGqxEgQ4YxHlnntgMXzy9Ml2Mbdu8+Sb/3oC4r/mNvwsXt/NdwsX/vxiobbbuSleqM3qeusWoUgt5mobikxVNDNt0T/m64GCZ/Hy0yfXVeOEKQCtxQIYYKxzghpCKHOOCWMFCRXnVxcDrbz9Y9XXZ39fX4RK78OfV6Fa+ON6497P3Yfwl8vdbv3N2z++/WO4slpc7+ar5bPdpbty6+uluXxmVldv/9i0N6uam60X1xfz5ds//p/r3dVv29X1xrh/VvZqvvyneOHK2fn11T/r691uVV0x6mqt5hfLf95uQjObbXVxtdy55e6fhxuP3Q01Q2/iC3gGnoFwZeP+83q+cfGd0HCJhksf5nYXvxtEJNa4dPOLy134OwPxr9ZtzWa+3lXN/O/tWi2L8iX989snu7YPb5/8yy/Xm6J+fU8Lf71YzMqWi6Z3hfs9PMTCPSu+26iLp8X2w3ztilX80dy8K3arYqnezy/Uzv3hf4fXHm70L283b5f9W4YLxoUbNrVCL42KPf7L/v0X36qtC9f9fLGLA+3fn+zHy3+ET1e+n9/qd/Hkm2XobHjScOfQCAKQzQCaIVRA/A2C32Acv7Yy79SF+221KQfuk/hqrlZWLeo/K2vn8cbbanBchGHnfmuG8/7C9WaR/rUacvHXZjd/72ohmC+3O7VYxG/k1WLr/vtpuNxICRqQkteVNPVkZNtc7whIPZ5T6VDAMiUREUYCxjQBRCvgobHKGmo8OpSOqompRONDeKfhF9ttNXy3l6sPs4v4AjYfJ5KPI3c4hZAUx6TkeSMjxb4vjWAUH+ZBXHbzK7d5WugwJt1uW6ilLdRmE2rV0hFf4Qnkox4st5YOcj7SgfbSgVPpqF558UbpbSob1eVddbWWjPZaRy4cQE5CFsSBSQARVtgCrhilAhniLWjlom1geqmoG5/F1meN6E0sFwP3uLNkAEQ+TzKWhbrerWbb+T9cJRybSiJUYVarRbFdL+ahh+73XRCK+VUpCYXz3pnds+LPteqofhE6vpsbtehI0e7y+ip84Cw7qezgveyQRHZ+CC9Br1bvih9cqNwKj6+vz3x1vRKfztWOAFEKGMHQUg210kYjao2nyFAgLEEO7wWo08T0InTQ/MTCc/hWumIDj4uNAJ9ldBVvLufbRlrCn6IERdEIg3/xsViv1teLMPhsoT8GMdp/1u1u49TVs+Jfr7e7YrWsxS3+fhkeIVQPxlipmVTx4XIVNFN8srtbZVu3u17/tlzt3PaGx3hz6Yr6b0X1YWJnwu9jT/63Ki43zocfxa++LT/7hw8fet+7tn7bEfH2j0GQrheuwdvbP/4PH23NzdsnxU5tLtwutPmbXqjlu9CHt+2wf12+n7dPwrOof3lWvFTvwiu63rjYm/lyfb0rPq6itbvabAJ9iuevfgqX/WpTQ2m+DLDZMyw8xW6+vAjk0QHc/1L/++i7bF/Mi0tn3q3CDeP9hl7EkfFvV+b6KjRTdmrwkb9La5QPW4SnKLSK9smlW6yffQoHw4dfmblaRIFSj5KKZE9F2qHi9jJKZMrD5kpDwvLvHQYST7SExDKrMXVQQgC9BwAb4rhTWCUMLH88Pf2CgM/W4WU208Oy5uQUHLzL55rXgom+EXGDfe034S9lVxoJ3F2qXZiGLgvtivAIwaCOFkEQ091mVQ74Upo/OL2d71xiSwRoXm+D6BZXceo4+3Dpwiw2dGW1WMR5a21cZIuiIzt0LzsslZ2Su8Wf9rOuvQiVBcl0rJakzuXubNWKMClVhqvwb8aFYwpq4Z0OSorCUgPXAtVp4wRWRdX+iUzyTut3laNDq4Lc0Ra/m1lRfdt7Miq+IjXE9qIkElH6MXzURfywQ8ujl01hf4G0X3QgVooiyLDnYaIrCfJcIEyhVwBLpnErVv12TrASFNcGTyVZaeOfKVgcgTvrp+r28UpUJEEu9guk1Ww3TIPrURUmsGFCPgvmWKj1ycs/sdaJlkjPSFb4XlbkoKy8DuQx1RP3ZWXbFh7KSlPUkRUUdA3QlkDgNQmqx0gbJMYpDR2CFIMBWWnamV5W1moT3oX6vV3cnFxi+re4u2GHbxSc42IzJAlPgy5pl1HLldNyqadcL9ovEm2LqziB26UqLbQbnizOy/6QzbdUjkS7IZfuyP0Ua15s1NWACVe20rPgOlc70sMh5BhpEJeADNKUCygU0lJDK5jR7Yyo08T0gjNvnulk2w29O9x1dYiRG+2448sqt7fi2i+cV4cGV4faF5SXh77u5SHZMjLdj/3ZvVfLVfGXoFfU9UaFwfqtSrdlF2X5Zl+sVbs5O1DWXUWCXHiBudWMW6iR04GUVBCgtQWatFu0Aw2dYOa7X2KZ7dzVOlJk+vlv/x430ZPVdshdVpMe+1rSXSgaoBm1QPH2yXfOq+tFuNpytRoixfdBcFo8bSPSzKVahhcQrKkLV2+lud93DbBer65aOsc7LD8HyReLlVaL2UJ9DB86/G4Yxa8jkkzx9o/Fn8r6xc9V/YrInwLSCPfNtanMxfgZb/sMXv1nqUjm/uNMX4eubmYBmdcjXS9fZRwF8Q3HepUKaXr5taiAxwh9mLiqpX4GL1UY8T84tYsGQM8V5yqU+qpwz/rkWtdJzQGAFA4zJaUBAJJqZw3zDGCJneN+z/ikganYPgm8R9v/7NkivbOXzbacdgczN8j1fL0OoLarD8ui7kax8pUIxo9Xv6kGgQ+O4NLudnflcKbGWVKjdd2D6V7iy2j87hdwi+dhZhZMnHRWXZrH+yXWmWpr1BQZLu8QJYDDcsGphiYuUWGMuYi7kMQzQi1nLVGGG5vecqxudKr5dqf1u0KnWpLaM4cAekdjsbz7wWru2yf7d/mkKAdLnHE/K14fOL8qvU09YJMJ4tnzqHrsctlNlS/qa8HSo14vh63XJEw3av/sPmzDo5p3F+Hhwjf9aynzLZaWoXym9+Wz93V5BaWq9KK6euBj7LwjRBmsPPCSBg55QYyATAGBeDuB7TRxOm9KvViZd9uTOVJWzfcQhO7m/kDBXVfJL12YhpY3r/jz45uXP9Oi/V5F+QqrWWyk0rYIM9Fl4eJ6eDMvCXdzbvlw3Cmf4Qh8EvbEa72H+4oso/iqHid+WsdTyA/x099iKKFwuMOQXuyaPQowabBGglmtpXMEUxp3tgl3GAPQZc3J9hfK1jer8K1X029ip41/rpfV3TET717ULy7ZgasCGJRON6uLP23CVLUc5Wr5MbLp4g95ipWnWNOhpPXWhGIEJcWr1XZXPrUdocpsHWpUG8yDgEnKu6xB3oEwwQJYGiSVlgQB7S2kyhlKhBhkTdLYCfwBYtsncp1J2r5v6NzBJe3X0N9Xsb9F7O+JF9XPYWsyju5ZObrrFcjhvckwV4n7kRF58cUUu49hDvpxdV18iJtVoYKdb6NRmHco4+upWPAoidj64EJ5SMQfo8l4wMDL6lpCvXilwzkZ5mlYUIqFgtyIMHFzVkBOOQGeA6e6nIs//9LmbvDURlVpdfRmcO/C9Exfb5bbJtbtEc7LqifL87JHgI7W57hcDu2gY3AtaGABqL/64yWATjrIHMAMIyIgZQYhIF10YnCyS48vcunn5HOyv86v3Kq/GnLIk1LBv/1jsVbhYYrqMbePBip5hefRkKT1yEbwgCSLYFEGw3LAFKlK+gZJcr0DFoYkUFIwYoUhhmEIuSBUMGehMdS7DliSRk6z2lPfYBtgcb0+yZJP5w43LS/f5A9112DjUpITnoTORrE2QWpX0W30Y4xmeKnmC3M5v1oXbX+Lqr+Fn7uFfbQGzNOKOU9L/NzJPygmHImZDeJzzK6aFzQLXIhhkrODsZn41A0Spn3DZmVd7UGUOXiuHGw96lHqLfrn1a74k1u6zdykDFztLvYXa/ztL3UnZFZwrSR1ACEYGOgFwoKHZ0HGKesTk2r/+xM4goa3X20XnSwM8vAOpwgpvsEJNOayqvpwkJekdFMsDqNSSj4EgXbv9uRxCxdlIft3Zv/OvI1wppxuvfpR6t/56nK1W11s1Poy3ZBcd65WoE6udf06NQIcUcKV15w6Ij3GOrwBHqPVMWu3I5MGTrAt0DZ+st2B3i2+YI/9KOElxuqoxCjtGe8Z7xnv55kksHXfR2QY70P5FFKk9TIqDBV2bXQliBZUaoWwNST8V3BBHFaCUUK9GiL/CbMqlHc5mfNtp/XPzR74WeDfu+Bm9Gf0Z/RnZ2eUJFBOozBeO7Uxl8UPq83V4WL0tiyKS3RX3dXow4KDjLHSaagt8AhprJAGSEGlEIXWQo/b5ejDVk6QQqd3h6nT6PTf0PmtRlfh+OW68z5tQdXxIjxEAOm2iAs2ictQqQq+iCXq+jmrh49LxXmV+HwJ1YZjoDQco0lbNGSbNimFenbpYUEHUYYahaDAUmAcSIUMYMR5gzxDTjnaxoQdtnKKDfkAjJlfnDDhe/8Wd07B8nkJeoNhqpbm44FNWjpuuyCnXtnaMtsatXCtg+POXW0/LdHXVCjaj57sLf1lGUNt6AVKQy9er1ebXc8/cFtePTCByms940dYxxUM81qMFGbIMigsopJ6r5DnqD1kpf39CZI6xcF4GoOnbfpz47runP1sWVTvrCgf3I64Cj42Z57sIfgY8dGGW6DUubhyP+uHbr2P13uxW52rXVdBJRAxDnqPZZkgjglvpLOKAespbve1O01MD5KD5idmyeFbuaOrcTc9BpPoZGnhqs+aU8INrmZVLyeng/u608GhNtwCgx4RD+ypUvA71tT+ysE0jdPwPy8Z5NgKQYU01hoNGERAc97F4GlsqdIZrWx/cv61Td/3MXXPgyBeXa2Wi4/VlkD1lSq/4sQgaW2rLzkQ/nXp1RRm+bujS+eBX7tr7arxER3IF/Pt7v/Ef/3zq59fv7D/+d2vf335r69e/f++v/7l+//82/f/35fPt2vw/vnfPlD02yBLrlZ6vqjduSuUhIfexietUvY+Ky+WbzzperYAz4J3bYwITj27f3W6eLUJCjQoue/U5l1CvQ9Oz9ZV0cxWRRX8DgsO0hdpwZHxgAHhGDZYUYAdFZgTazBot08PWzlRxsvkeJPTpLtMbnBnLBKQPWfy9mnePs2eM1Pjvg3kwegI7g8t3UMod9cQB0s79Ncs+soIiShC0GPGOEeQSy4tYo55MEr/2amsYRWFtqTBCezhtvHPRT+/M/rDYHKbZW89cRdEytXmcmHDWzNu+6x4s08RtY1pNJ0yl3VhoysqbtpQtJ0vPv4hL0dmY/R0dGrDazAeodPP5QkwR/BUHdEyyqe2uJuTHQWrlFqmlGLOc04JklJISwGFjEg0CKi2rakIVU6lq72JPU8m4tNQ05lOD0OnjKRHg6Q2kgSTY0jq0qgmxKIu2WMovX6wU4KwVZpqDyGWhmGJBRKMcCWtI65jIKWNnMqRY30Kw6htOs+I84w4z4jzjPjhAY/bWBKcuhP/rVomH9gErxfQe9vgB9e7vsROumBFCmU48dQDAzST3DgOhKdKtTtAB41Mj/feDSZmfP/tfFbmLXa6zIKqCN/4TfzGeUd8EMfN68l74l/3njhuIy4wG0DkwWS8JkBnBp5cO4ix0MhApAgVBGrrETRaMgyoR0YEY/iQi6dZDWyYVS3cnQyJVfM9IuJT75E3cpz3xR/LvvjPTsVFkngO7upuJqtbKh0Ivy3Pc2hyErUD8OaERFUDRdlA+b6G3npjjxdVr4u8nX8uqG5DT3DHH7yann5fZh1NPcLL6zPXXK99wtOrh0dXeiqdtFrwYLY6wgOmY5ycEJYonwSclE1ULdTAhp8LbD2/mOnVwp4sU9H4De7fsWk8UdH1cv6f165ZcahecYnB0P2nRex/CcRHuObwQxBZf70JP4nW5NLPL64rVBardTWFXy9cDKAqj3iLLQ+B5M5WcRVlODNBVf9dvVfVNxpdpHhRxSS+eP367R//9XVtFQez1nzxxu6rjbsK4vTFzPzb2BmcnjXwoh7G/29VHnbYoLJJCfuP6nJFyvTiwX6S88JYzauT0Zn3zCscJv0KIK5pa9jWLcQGpuJk2qlpATnQ8v2T8X08A6KGYEnJsunOqm4ZPnxbuym8yRoKQWre/rFau20kN8yRywuqWkMcYUK5Tlk8b+pU4rSLRzO5+aZYr2LfwxTwESL5p11xVe64aldSIbzw+KOYbjg2E95taCf0N9qq5YsKN62PM431gnaam3noweJjZdcHGWw6laF4jlBsI4JwGhH0w2plh+KWfbjeT6bTudo9Oo5rTwkNDGSMCgUUBsJwYDiSnMskx29s4jBa+bdyA+lz8djp3LR8HGr6AUzHbpByaTZat1PzvejFPAnlbnrZxWcPjkq1qbfg9gutcXUizv6rHaMMzq8DnI86Fhu3oUMkdaV/s1HvgxjWm5svqnNVtwlDd2WF2basMDNthQqmw8Vd90rtuGXQcMMJdNqEuTk0DgKBNDCawz1Vh9uayvBsWm/OkJuIqofN3j9R21Px3O+hpwtXQbV6jc1RudsaVoXSQU0FnpSJIeKucOXu0y6iZXeAB3IHyNbjiRHYRhMR1J1SG7fedWfT9ZX9RDr+vTuH5jFEEgjsBKcAc4Y844RxRCHkCpt0Dh1/PBXGktW/JCNi+S2mshPH73AWKdHzJDrbghmDn47BNsqG4I4leO2KH/ayn06jWyBUDGmn0ocl3SNzoFAEa+uFxBhrGv4PQ88sc8Y6TNsEG71mpoJlkkMwNKHVZnLz78gdboYlPIbKT7MD9xsxKTirh8ng/JyTmofidr64VGRfGurakB2S+se/iAeFh18WPwTxsN2NlLrI70tqE7B7vZuOTAKkPTMSQ8QMMgwjzBDTMpiGiKF2gnvQyPSU262uzeWpAsfTxj+TbROejFPvtYTelH6Uh6fj4O9ma7UJ40L9Xu9Gb589jkPhn1beLJkxZ86YNgaHpC7a+LviVTPwXhu3dGmu/7pgW1+vk/ynVzuAoZAy5qFxjEgOhJNcAU+tVx5Qp2BrSHWamB4v2O6FaXK6JG3fnPTwGFz4nQ2nlBGVx198fRVgqjCaWLt0GbJ7iBSvr9Rm1wTLbTZRcq/KbKYR8lWC6NXy/Xxp4iJbGA21w1LxZrVa7ObrbbmvEO3EZR2x88BGWReLOZL6bGH5aP3/SBvNQlJX7V9XH4ofwo9Xm9T5L3ztMKDjnmoY0O2Gw8H17vlXYdKELOROaMONYlADSaGnGFDFqUyS4ncbmYqUAWTr6ET7PolintYaO3KHzzPJ7h4s3besBqy0R2Jr5QRm2SycmHVtWArhXbMwic6+MUtEMItuSBQRanSDVrzFhBpqlQCUQAIkdoQBxkwo4RTekCsiNHcSu7G2SKc3Ghsb+i7sO4jXZp/FvsRi7M5ME/PPuvXucpZ4Q6tlAE8M9TOL1bXdfjmYzNbVgxGnja4gomNdrV6srq5cjNP8dn6RImcVVMtFy5fyr13XDR8sKIUloywYVAI4wTSJabKpxgQkm5zVb6cjx8rUXZ56Meuw4bvvaILPP0voVhHA6Xdbr7ZxyplDgDuz2PQNva6GyWAY8NYtIncj2GqFt41BwcUHtdztX91XGhsRRDOMrTIZSBzlrXw8Tga2URNEjjDw9VX4UZeCzTNv66I9DzsFXTJCbpCyxlBDDNFMKK4MC3KHkVcAg5SMnVa+SEam1tWBcYUY6wGyyITMhMyEfBBCtiEUND1C4C8uVL3exO/9Y5MJYO//MV8GhCzD124dP/aXOlQEmAiopENUUAC9dlgIoYkQGDglyv2R2uNj//sJ197qB6jmsZOmSxhu/GG94ZIshaljXBTVbWHnYa65ifBJVshrD+DV3iHkMi6AnuPuw5e145CXDvM0/vaAbgM1aBqo8fzCxcCpX6uMf31Iq7J8ViYI3GM6vdhdJZTaIeWtpVQBIyyw4R9jINKKGIHaCOC0halQXbdZJy88Aa7Hb3AKZBefw+xyrfBd6aO3WW7ThAlVBply4CXINtHcO6+YOGUu5+59pOO8eYDsBv11uEE/Xsq2sSA0jQV549RVPVNK2Bo+wS4U7LFa/71DVCuchmHsA664RHEbGkKhNeSeA4PKR656V/94srC2y+srvVTzxay05ma9OeO0wSG3vd0t1gyekWM5dO/sxRNfajd7binv24YAUeDtfBsNq/CXenQFtqbZAEsn6foBK+v4WfHT+fhMZ9LejrSPJx7w03Op1el/98N1WyZUC9I9i4JwUyK16tfl+25b6PU0OxE8sJZqQ3UoPtRSA/ku9l+/l/OiV9I9/owzyiy1RgUVhhg1AFGjkcKWMSmAPNRdB6kvJtdhB0kq7k2Z3XjfO2s1cLNWK26h1vbpMrJiO71i24tIVm1ZteWMJCdTbm1wFk2Ds8j/LZrczb2JmA60cZt6oXSv3DpXu5Mybqh3XnpEOcDccgWJAFgohRQUtM1s32niBKH65N0+z23ZXJOB/tQa7nO6cIswjK6yO3SN4fRz1srqzhZ1N6uVsjA4mqio8jyUOuPJeS2I6RgBEg9amXsXT2xZpUFpblGGiZx11qiRwLOHWCLLeyd5xnQXpdJG41F6592TesNgv1WQbqJ0yjpKxkBoEUdGcMS54goLKx33FmKHuCT8YC+l09AJVE252zFt4sDBxm8zF5p4K6WXXDUnhsnrdDlv1xfOdNqGDVLWydt1FR1XXq9Wy07urnh1u0qy1LSXus5KXkhnvZSUQuRiWhrBiELOcYSgQDLJ4NX8frok2LHFWWwyieO7XsYhHc2M5li4WdQUk6XHvsM9TwH3T0v0dXgGYuBO8uGDyMRTE89zQ/y92szD/DxOAZo2o5/qdh4syyAvbptPQXgEpyB83imN1ducRbyWq1ipFN6wkFUvnSW+Z7GVZ1/C8TZfmoZqgz1pGuz54nITZqBXAVuvl+FjHqYB2YaL3RQg+ysHackJ1x4IzI3yXjDDEIEyXGVMApRsz+x/Ppmeah5gFpueNIhzqOme1qGndqhNvbCurmNejkU8t7v5bOX7sOlGiyqWLnrZxu/p1f6Im0zyfJ7NQyLyyb//19sAwd3l2yffvH3SGjmlbAX4hX69TY2f9vqz9eX67ZOnb58s1ZUrf12y6rm1vyzL6wGK5eX6VYRm4j8DX/vt0PcOF2tgVrfblg08+e//eHLeRG+DaWkaTPuX6Lr5bRSll9fh2yUw34QSHQr2LG8udDM5eUq5ol5Z5C0zSgqkmHLMSQYlw+1aUfPrycIjQnuz2ODsKnZ8Vpafevfhbjd9gAWl2MFCl2SsSD/ioBt3Gq60szGS7HX0/X8Rw/abtfx8PmVef89etZGabfgtTcNvXy+ce1f8HEZbnLe/Ch3sJHoKhYuqbF0VNZmeugXdxRvuuUcMCImZEsqhmGgTa26ldM5hn6R66rYyFVDrJmexzVlM6JksqrQTu0kweptbne+CzbJ4vl7P6o8/e1Wu1sTo2JX+ewx1aI6lCCSqTMM6N0ppgVa59Nosn4/W2M4r3We7joDOiJ9tcC5Lg3ODAI3RU63XQ+zsXu46ewqnGYjgNJAIorTwNrp6GocZFzbZruy0MVnwV4BBH2gTE/P4TW5mJSovnTxud4SXofdF3ft6dTvysj4krZyNB4Lo6/nCnjR29+widXNs19lZoSD836z8XwHAN+X/Hp6ibQQtSyNov3Pbd7012DB+3nXXYPdXuqlFOVJQCamwwxpjbDSx2mmEhaeYmDazwf7nUwGzdLmIrU66/HrQ6v0jUTsVnjdKYuxFmnI5Zs5bLYrwSpzaHyH+4TKameWp4mVCvdWH5bOcpDjTY3p6tJGhrHNK2MKFL/Jn92Hbd0s2sWwZivaeUbXjQfd699AIZLCnCHqHoRZACqId8FA6qKSQSa7ig0amz84Z2z7VmRFJ2/ePmJGDEcsXupflavGvCY1pHXXvSJdYK6flfPBZ3VkSpY3iY2kU30+lLvhT5d6e0KT8qBf7yxVK0otd71PnoeUUU249MppiLSUwnCgUZncQtxxJW5geIuvL1a4NKZh0F+H4Te6MFXCY/JffEStlL/ZhCdvr+U7pRanz6yi8GLqwaWTzAWZoX4b7aV4yy3C9BVzbKDKWRpGFL7m0amOLX18NIHZbl84+rGeHpB0o655qiBHAVAuFOKPICiCg1dYrTLA1sszXXu889BvK3J2Mu62zf7WEM/DBg8iEwTeLsc8tmyvanJKHryq3GR+mqqvKcab8bVGO7CoS+8YOl8t+mYMPn/HzDr42jXwMuNt0ivoeN+0IGPG72bvdjL+ltzdSoeN0c5Ysb4O3GB2eer8KH6b4ts7F2pl+V1PN+OFmTa7WZBJ+WNohuifGU60dhcorqjCDnBKtA9iNVtqj7lT8sKmvaEL+eanvi7tkdt7YV7G/dV7nLz5RcxzXs3Jc3zpPc5SE3ce16yRq3mu5nKv5MVqzrA11Ymmo009NBMl7V/x6Od85vQqWQ7pm0Fb4kJbXiwdDpV13Gio0UZ5iaplhhmvjDEWICkIddpq0qwhDTU2FwKTxWdv6bO8QUm3jVvp1GjDe4Y43O6dPu37ZTKujHDfrl7U8+83qqrzejoW94Vi98EbS73XZYSgGyrjNTgUa3dfZu40nUr3VX9QfaDvqwH5LnKeDoxp/gzjrfZD9goyOqSBqgc+rIV+Wl31vcHSM/8PSAfu/HTWfY//fBZ9nPxlgbUwVEx1VuFy9r+JUevtw831ZovqaS93EQJgQoJmEiFlpoGDeWsMh1lDo8DJQou+a399Wyd04kLULtt7h6Z31JG0W3dIm0m033uc2Gg2f3mt072G/cBfRjPXKulmExMHxos+KB1JnESKL+fJdeXRCxczzX08fPT4+x3192S6teIbkGWG8DaRiaUjAd2rzrnhRj+lvS2/IWfHSLa9T36xQZ1Ymn4lZ/EuXydlVVaWCe3y0IM9j9Q6OMiTaIsQ4lBYbbDEkjEokOXMYGtWeizrW2mT8L2+QrNXVlKuioyZi/9F73Gbhp0N9gMjnnBX9t9V16eVa+Vu2RnqZzqFaJ4lkLXdN6+xIRZCSejQV0eFyG5VBEFIfflH/On78U2L4J989Aqtcw4/YiWNj389mZqbimpHbo6keEk8bliabAXdKH1DetVlEqgbj9qa8AR2p2pavcZ+/IEDf1V68ehNRec6ArOy74i/7G9wBmfX3+bxVoFD+Qw2CIgJrhKbNtTBEw6NUTDgRYZtblUhDI8hto7A4uAm5P7ryuJhjyIW34S08OAxBBLYS6h0LxrQQRkmMrEFSGcUp9EdhCzNpM2kzaTNpu6SFZ0jaNl6Lw5tI+1yHb3sDatFM1bVuBG5dtYNdJAUBUAJIEVRQciWQJAZq4jm2PvEFPNJghm+Gb4Zvhm8XvugM4duGeXF0E3xfu837uQnCcJy/eLZtK96I4LZ2N7LDKuwsA5RwFP6rEDM8mMKaIi+oF+gohds2M4gziDOIM4i7IMZnCOI2Yo7jm0D8qj5e/gYQk9m6rXgjiNvaHRBL6YgnAEtpEUAMKgYxBARb4CjQwBwFcdtmBnEGcQbxGYG4jrV8eBiTM4RxG2zIyU0wfuO2u/nVajkPP74ByDQMvk7lG6Hc/UV3ncJLiKADzlkbna6doA7hwGVOsDJKHwVzt90M5wznDOdsJXfBTM8QzG2gIqc3gflF+PHNq8VsZvb1bsTxvnI3Hy312hkNIfYeQQ+CXey4sgYIhjlOzsA42mSGcIZwhnCGcBfC7Awh3EYYcnYThH9YrXYd9+IhBvKZb6rdiOCm7oEt7CnknhpuKHHYAYOs5RgbbzEB4PieXdNiBnAGcAZwBnAXwPz8AMzbAEeenpTzc5me8wZ/4Fu4At/kBSwABJJDjwkW3FIviYKeOMq581ggtaftKR2AT8zXjNaM1ozWadB6Zh6/I0EWvI2V4+JGqh64/HZJB48TtevmS6j2HHIpSLBboXEQIiecidkzAKHUjNAUZpJmkmaSfvUkhWdI0jZcjcsbSXro0ns7b95bOPIKApAmDDAs4jGPFjMSU45DBmPYMrdjZurUPryZr5mvma+Pla/oDPnaxqYJcCNfB7x2b+2weztfXa6FcQpxTyxTDnJDHXThD4hQri1gY6A9gZtuZm1mbWbtY2UtPkPWttFpAt7I2gHH3Fv75N7OHddCIiSmmCHLIUIMM2NVMHFpAC7Rjo+x9gSeuJm1mbWZtY+VteQMWdsGowl0I2tH/G7v5HJ7e29bwBCl2luCoCPAc+iVgDJYvlha7QEe4+6JHG0zezN7M3sfK3vpGbK3jT8T+Eb29l1rb+tVeyuHWqGEMJgQzjjTDGJnqNXIO2oZxnB0S+wEvrSZs5mzmbOPlbPsDDnbhpYJciNne96zt3ScvY3PLCYYAE0I4AoBiZ1GDjogBBPBtMVQjkF2cnfZzNjM2MzYx8pYfoaMbaPERBqg8EJtiu+cWgSpvyxBuD/7SIWHSa7XZx6lV7tpcDWAQGAhKFVCOWKhtUw4iKX2kKXHDqdNTAbM0OqsbXbaQ44G274VKp/BIznOGQWfkuO8bK6T4rw9W7iw4e6lQFdHSBW7jVpuq3H2CE/qzCdintPBCbyNcRKpi30E4esq8X70q++fnlAaS2WFjmd993L3KEzrBLScGBLgEeww5BAnNhhnWChrBO3aYfs2TmB+tTeoXfUntr8O2u9RBQ5RBZ/65ITyDMxYR4VxEE2x+F1L1pQVCr0IIlYfnpAPAM5H3nyJuBNtRJFIfd9fbJwqz0v7YRO+RTxPNbWa6kKflNWW02HJwVYKZkZjJpTH2iiFfLCdNHDaeccIbieevWZOe3rMKU+MuZ0Fhe/llJjLubXNpW2Fv3hKy24zv7gIEyNbvJ+r4kTHxAzyYujgmIzajNovE7VtmJHsWJbhzWyLV81pTd+XBkdqWMbyZgWrtSvTqx3KQqwtpF5ja73QUhBoNKVaSCykMTzZsE6buA1hi1uNhf1iW2U6pbHqU56vftNtPh+8EoCJwHu1imt/seZmFQfF4dlc23w4VwZwBvCpAdxGJ8nU1v3uehWI4/pTelsV7Jlb/70bxCmJYMg4HSxbbhijYe7OjQ1GLhHGmDbWqP7xCWbvl07FIVzKxqkOPh+4x+0AS44cgS4mA+z1cv6f167FaqgSQJtPPszrk18cxNoQIJmGWL6cx3NqF4dJPza/DeX5qK52N4WBZYoJSa2GinokNWRcAgYphUZ6sOdY9dvJMHZV9XtWb1glm3uTEGys+dssQbIjtiGE4CvYA45N/rR8mFNM6zNM/zXUe13W6x5iGl5D7NbbzsAPDb1pji7/WL/xWhXY1YdlZF38kVktwrutqVc3WMMuPnE84lUtP8YTdSNrtp19cB1e+cVmdR0g2WkmmJyN4De3iR9xW+iV/fg0llXfvXzRTY3P0ktqt9vMgxy4MRu1MkiL5/t61Rt8++TZLu6ph85XfQ8XUtKXHz1v/j/izf/LKkXJVD4AjYT9Wn/2Ny1Dzym7CxlRmG0cFwRgQGMeJHTZ1G/vQGHGq11XAKEJg4JJyjxzjCkLDBCOUIy01tYlCjP+9otTmOBuCpODrDCzwswKMyvMrDDPJInPmMKkicKEAwrzMG/P5rfBRD315Z7rMQSGaGIA9hKJGO7hpJNUm6A2YaI0p03F80i1psxaM2vNrDWz1sxa81xSM41pTZZoTTSgNQcyhGx+G0sJ0pZ0c4BYJbET1DBFCGUWYgQIgIR7ILhPHKja33/tGhTCrEKzCs0qNKvQc1Sh+530B1Ci+AyVKE+UKB5Qoj8tfWet9rd5deFAecarXcXJHGbCCW+jtwbkRHlmpABYSOUoTnc342+/dqUpss7MOjPrzKwz87TzXDKnjWlMkWjMNK3ET8vter6p4mV/LJ33Er05bwsvm7JKhfZKuhGL0gOikXZAMyi84g6KoEoF1oJpnuSg7DVzArfHsmTWND+xv2Pa+Gdr0zsG8JR+fKmnYxzxjVL0Tu2uQxcDk/7zOtSfhwHxMQA9jOGdqx33Shc+s1otEj/zmvYP53+YPMSz4l+D+itcxxMxcUSM1xJNVPolfg1uiSXZHqVTokwolB7P+1JdqH/Mh3yrr+qS9WqbLH91rnbQYyhDHhPKHXFWW4CBpNLHjOPMgfDfPXo6TZwAO037p/K0Pmj/zo6KpOtjDQGYKAGDqsJYZkkYC/5u9qobyfKs+H7599XHP2SX6+xy/aW4XEuQ0C1NK/Nn92HbN67c7+sw+Rgyrnol3dyHHgFLVbAWjATWWSC0wNRr6QQG3LbGVa+ZE1BuGR7tVLZV0vbnumFPlweiFOK120SIFT7Iaxzkdr4Nc4GPAUVF7PThGkacdMWn+ENRimARZfB+uRdIEufeFfHi/L38GBl5GXmfiTyYII8PLMQ2s+VX9Tw6MewO1iTX+xoVBPe8G69YdbP+exCGZlXktzghWP8Gf/uadzPvOJV0xdgCRyXEq2V88xeuXZitjb06pG5sRbAy9yIRqyXIyMi4CpkXbPOCbV6wzQu25xuOEr6Ae9hFW4kS7ZoGccaT6A9SAfcVrA2VZgepeUeV7PHKNyha8tlqtrz9idP8Hr3Hfef6La3jUY17GdEUc1VsF86962UBKY3i1XJm3VX802KlbFSr1QbqNif7zYC9n2S/ReTQGeIUjeC0DYmv7ONjqdX7PL0tSj+VojjnSc/szOz8ehOlPzQ2x9Z4ksBomMZ5vfm4dh824Vk2/WR0u32Za4oqTB4WHLjfeaGVA8wYoriGVFgmgAHQUWmtQXuIHrZyCreB/S1mzT2m9h04vMPNIMXlpUkdCObbkiINdxr3gc3qqryefOQw7mZBZuo32ky+z2D/7r5Ws5t9gEbV1J9meycMD6wvJQMhvON4ZZBtvU+xX9vXrtgLbl5TP76m/uTf/+tt4N7u8u2Tb94+aYdl7yO8TQftYemz9eX67ZOnb58sVbCvYkvJ13lu7S/LsjRAuCysX05oMv4zMCzeDg2MtwNDIzbx5L//48l5bwskocEwDXL6duHC2Hu5sq6/H6pjWeijO9gNPbjeURjIEeIkZ1QyyylXShPgvUICCGaNbwOdDhqZLk90bHcWG57F5atpt0KHG79pL5Q9488wObY5cFdXj2FHs6o31TbAjy/f/EzTRebyjT4twktbzP9RE3LpPhRBhRXlY0WL2z141vzsbPblOpvJJNISpkEib8pXuZib+e7jYR68XVI2mBKvV6HDI26pgY5Tp5RXDDOBhaQKI8WQJ8a18SO9Zk7l+Hoaj9ceg9DdLFV5NnEjRZ7x5xn/fWxHdahz5inS6AhRk7A7SMaI2jPsOqw7MO6GqDpg50nAgYSOWCqUMdxC5AVA1iEfTD3N7TBXTxtScJ5kvbNxl9ma2fq1sRWeIVuTAC1Ix9j6S5gvjaJ1VReOk7Ws0T0ERFvhZTxiCTtMACGSMWIY1QpyrykcBmvZztfFVYwzVjNWM1bPNd3SGFaTiDPIxrD6a/Ts/9UV363G2Poh1Pjg7OooXptKHcIqJQBQhGiqsFMaAwKJDdj0GGnvknCNwaa+LsiKcp0mQzZDNkP2HNPxjEA2pk5rKcvHKPtqs/q762a26zBv3ZaPM7ap1GEs9QxqrCAGGGvFFIUKCsQBZNgBRUeWXZumMmMzYzNjM2PPI4HLKGOTUDsojlmy2+JP8VzkY6bs9qKucdyYrap18ys46ZUXhlJnkcOBrxJqhBnjjkOO9bg5WzX2te1z5VWDDNsM22OwpecI2yTyCsox2L5ReuFGzdldUzrO2KpKh68eCa2JsQg4Az2SClrHraLKAmmQxMN8rRr62na6qMxwzXDNcD0CV3aOcE3isBAYg2scPaHt8BWuxghrOlXGMZvU654yE8MKlOTAU0yIBJwTr4QDFHuqg307zNqkta8NuIxn4GbgZuAeAS4/R+AmEVwIjgH3h9VqN+5c4JvSccxWVbq5yqRzGmiiBUWGek6wg9py5rATHjk/TNiqoa8LrlzklYLM1szWY2wV58jWJNQJodGtr142gRR447kERmqNZRKIV35Lf/OFsvOzEwiEYXZs7EWqtjFLZXqGbfFPxWb1Ydsk1g4E2JVHZzkb8RTjmgLP5rsqUKpYr3ZV0u2cUSDD9LQZBSYJLLjHNAOjJE3itVAar/XnuXHF86UtXoSRujyM2IqlobAs++3lQMRWr0J3DcCLmF8AMcMJYQSF6T+hhmgIBeCctWsAvWYms0+XoeWZie3OAhPX4Y2HNzc7DXlvda+bI0xBju7K9M2mbAvhklH/VBPqTKO62Bh4k7AuRMbB2wvs6iDxx8HAroEq3YBZJjEEGIdn1ggohijlBglCFbFMQTiM3x+nDez64gB810QwmcCZwF8LgeE5EjgJ/kJ0nMCv3eZ9uLIdY3BSPk7hplKHwwB5jpxhgAkAjECQahMYq4BkiDjBhzncNJVJPBo2xrItnEmcSXxu4WKjJE7ixRAbJ/FzHT7zGIabwnEGlzW6GQ4oBJ55q7VwknDshEHIM4kU00ZIPwzgsp1M30dwPnGmb6bvWdEXnyF9YRJHhvg4ff9aIq6lb4SJWtoSJ7+9rws79O3X6OYR1Fo6qCxGkmBqDAWAEmSB4QBRV+ZjqB6r306mb6Zvpm+m793oS86RvkmEGRJH1oGDfC+ijG/HEHyZ1hjncFutGwLhsWTKQ4YVlxZZqjG1GnIDneJKsWEYt41lImciZyJnIt+NyPQciZyEoSE5TuSBzAqdZYJXI5kVBit184M5xiQN/++8wF5ITjVFSEgDhCKWkOFliVdTZ1Z49CRm3dPWWQZxBvG5g7g+Q+H+UczOEcVJ0BoG4yh+437fVaNmzDiO+eJ1U2PcOG6rdYHsMXZaYGkkcwojRL3yHhphsUAajKxUtI1lJGfjODM5G8d3IzI/RyInUW0YjhP5RfjhL53Nug4aTSge2K4bqtPNORbMXyu18VxaTLl1wDFIOABOAikYHgZx3VKm8BiFaaZwpnCm8NnFv41SOIl/w2icwr3o4g4Wh6OLB6ocIFgiyz1HGnMOFXGcEi+htgowrMd27SaOLv7iCEzOh8AZwKcG8A/hS1xv4wnI5ZlnKzNXi2J7qTbxUn2u5v4xm082ULU6kHJ/20dwAtoj5L88R/4nUXs4DR4RYFu83n0MwvNTjJRNyB9K9qQPf+66wQkhoNIUeg418tpqhACnyGIEA9HVHunhh5MhPLQ128auzsqg3olgfdDqbQ73hZMf7hvvXJ1yWNIlCMk7ty3JF88yjOSLwizA/9xWBzmWJ6f76+W7j82B6Y//cMbHdjbjZ5PpMZ7WGPOGtyChnTNjr5sDxutX0zk09nqzX6duzottLnVT0WBtmYPGlDtZABtJiFeAaqCQFTw9Krb5/YSnxF43Z3zPmqYnOiH2sOEHwUxts12VcIl2YLDkSpHcRBmMORRiRxuiFOq9mi9ixsqKOXV/i7JrD4ebI6TZ3oCaR3yk9gQbRI8TN0nIFU4d/V+srqJB+3oVXsXzYNX+skxwUxXGsufxNO49cw6ud2epEFERZqqAUi3D5EpKpyXTiiIJoFcteA4amYw+pmx3tg0Nzyo7fSL69Bt+SPo086ZjGOp/3Lvz5u7Kd+zI+Ss1jw+ilmFWP3DmfK+4f+h8+jz/VLxsf/CJZ9C3Nw9YiRfiZ00/c9Knx3EUfUzf3Ar6EZ/yfoqmcrUljJx6xWU0SdNovaNpmtI1qbwIdZjSSdz5iHpXdKbRwymdDlI5BS2oygWfj0X7KMniz9pt5i4M9WfF9wt3EZeKRuyY7TzKXMeQKTFULYjtyRRGZxhvQdH/Ia9s5a2Fk2aF+qyEJPeYDWpsXQkloUA4dUZ/vQzjsZ4O9uyzbShUHctsf6WbdoQAYQVlXAvlKYfMKaUtloAg5ChsTzHZ/3wyayy22EzZJrXG+g3ftzUWPkfgaUmOCJ/0SwUQdTYAyonfbsB6exasmMDNbUyxFxPqJUvOb5/8uAqV1cey5SCW01tw4zOaMRuufOsDxlt7vW+1lS/m0wy0uvV2fMWL9Uuqbrd9JHYZSqJNcOrb/EptdvNgXzRD55dlapSt69JmpK+WLtk27JV1j+IkDEIjAXOYGsWAZ5BbJRiCXIfZmExMtl5Dk8n/YdtBbbTG00QoOHqP21BhyuRCz4vr5fw/r13R9Kq2n4JMq125cxj6/95V+4Xb3fVyGac01cp11KkpN067OhRmigsXDLQgBftOxuUiczl3750NHQ7m48Vl6OZCfQzMqpaZS5S9eP06+fGz4sAIM9fbXZhF/aM2CKu2n4YHX1QvIsLt25+///N3xctfvvu++Onl8z99HwBX3SbajBer2MzbIJTv49zLFuXOQjELZkcJr238Y9uBt0/u+Ka+uhWqMZ43g3Q7BPWDwj7ZG3ZtEwvlEVP+x2j6r4qflmZTzga+X16EtuKXqkb9AaqrZdBvy1H4MsrQv7+53q02c7X4jwN90Z1BVI+bjKBy2Ozq3wYoXgZdulvN5nU/Zm7fj1nsx+yAd9tyNl5Kw6yUhj8e6Kem6T6No8pYLy9upcCS4BwCjiiwNx9WRxTY7sNqVIGFso4C08IZ7QnGnCgmHVEaI+mUwCQoMefFqAILDZ1MgU25ZzrY9telsKZbXswom9ZgTSJACDwm70E5HjNZd3X5iMzH0q7UY6wNMpRRaoWl0FjITUAAiCnbODki9bGp6eW+3f2qbzS18PdukE3WczZZs7V6YueNDPj7AXwSUEJSV+ZXq83OrxbzVfHXwMuO/8m6KXrflNRU717v+rgpwxEG3lMtBPCaGeGR8FqboGN0coTyQSMnOBBpf4dZNeYmP9/j8AY3HfUxdWbjwQ3iCHBd7gjZyCk734brHytq7ztctAlF4uZIwvkP6uPTIrzZxbx0nI2c8UHR7pXFtvaGLVHYUm57ak2wVO/nFyWUSh4l3ivzuNdVeqss77SV05ftP14sVlotZiXrtyMbOa8jGk3xc1mn3rWpHyqvRGS6PxDdk0AVkh4v8ny9Ll5frj4YtU2tdrVeb9urFdWTa93syQIp5yWGGmAmgQDaYGCwQir8G8M2eWfSwGQ0D23OmkaTbfhJgX70Hvdtnb/p7qlfxq38lfclEKKTTxj8q8XHAHHbrEvt94oiAOPBrWWoybKIn35dnuK0K5rHq0NWnhV/cru4Yb/ZBS0RN2wizeeLRTCLN/G+pbYIDWyLd+5jcyrUXlVs5u9qVfGHh1wBqN/DIEE6ZQMAad7ha7NZLRYZIzVGkngHksY7/GkT1O/uY/Gd2wYpKn50nZiHi6rUloV7nnSudjeotdWOY8Uc1R5JYDQhEHEglCEQk/ZYok4T0zksu+0ukfNmyJTDboYA5FP5L990n/s+CaNkSxl4cACYRKivVuFBogYOY0P9XmyNW1bBBma1WhwuGWyfBXuh7O62BNTbw+WiBk7Bmgi2qN5HWTmb1w7PaxvkxcbF8RA+w/e/m1A7DIXnpXtSNB92pZ34t/iJo+gXP5ULLRNvgJiyBzO1nLm6BzNV9iAq52qbN6qlWfzas3Kp58jWRxc+t930SKI0SBqlQQApvt9swjt41fWiDAUuXl+nvpPpxW4iXmsYsgIgTZDmGAjBKDTKQG6BIaLN/Zi2MBn2QqOzstVZbDbxV5sEdiOtPwjiBufC5XJmte5XlB0tYkd7wbvl6mFjbMXvXtaqnXGKX3zg4PVmW1pIZfNh7Kza6OD9ncu7bdzF9UJtKuReVudD3Qf2AvVg4NAXAb//PneTKQm1IJ1QC7WJqnRR/Cn+ZPMxoYapiy72JRU4Dq53Z2EECix8TOKNsCHAQWqkFB44BSVFLTsOGjnBulpzh9n+FhOvqx3e4OY5GJkaIU0XiroL7Rwo2ErXOnziYm8jNbsHl7urBS3KN1xaTJX3dbhtdEGu3sKU4t908XGGKKEkcoGkkQs/zBdX0Rpd14RJ5MY3RXuJ2V85nF9AgjziyBhIrWBBUBQPUgKcdFS05+7tfz6ZlOxbrL1U9xGRxSQyUjzIEvOuE2YQlWP7keqlh2SlWZVBh/PldRidYf4Q59fRmty6MgdGHVK4dptq/fZZlIR4YHU8dXpbLFa7uN6x36CrVnxX68pRfjF/F03U0EZ5ebt2UbEHUbPh8Utb8WH9ZTtf/1C3HhT2deu3beBlfL+vm/f7VS9J4MRVnnRc5eOnLH4JA0mlPvLx6qq+WDvJ7y91/WWREdp7oyEWSjADPOY4mGhaM+sAaRVq+/vp3ORjk7OyzVlUeftV+4mc5Ueav2896orkI/Wscrf8++pjY5hvYyBOrGyfllpzVqvNenerjVaqVipjsFNQyGUIUJg+Vib81Wq7iyue4a1FJ751mDWutg8LhLzSMC0MErd6krrVNwFxh9lY6lld42lXASG92D0unQjrObNSSkKZCoa1DuaCkdaHvzkE9khIW5jOwK4ardwCe+uGUxnZR29yv4B4qcoVxzqWuZlzv17MjftY2xVPO2E0pajHabWKQY3lgmTtFRRn43+PqQ0u1fsytCYBxsdywr7wf6iSHySZDuoN5JGEB5cxjnC+LZfCtrFTMYvMYlGo62CZxD3gshcBZGq9XsynXdH8hFCd8rUNBuskJUeNjvbNfznLmc229vO90VijtFzM/Os8CMNqsy1+Df29RgDKXfHDKm6bn2pxs9kF2Buxey/D0aXMDq5uuZKJE/dtmrpvv1Tbd0Mbwlfhem9HOL3YPcTGSIINhg5ZJQ3DGlGknNKeUmKr43Wqp0hbmAyUAX3h5S1msfFZ2/okfBxs+/7tps5nOph/XWyUDWTbtZhSV+ofZUq7MgtW46lYD7Dts+J5UT/W3lmoNJ7KCPHlx2bp8w/3wq/zX5nAiSs0PXCFrhZ8/t9qdVXRctv1hC6L/xFKt4uDk6oPiw6yN1HMjXKAciCt1VIbzTGnhANFhSSpD/RBO1M6QJdNz2Lblc7Ynsrh4lb3eoBFv66cRcnqGCNRr6gyCrh2oHb78N8qZVvPkHhWNPlDt/MyIcHNaZYqs8TsG88mx9cwr0mcc2nqnPvd6jpm4Pj+9/WqDBrvLYnasoKry/cBBRV2hgq74LESIamp0cZTbRX12hqmhANQIS3MHjxDLZ1gZ6G6zay5z7QRGDfd5uatSjLp0mqZCiDRv3E5s0w7W6cPcEXVz6LpZ4OEJpfbv23rfcZqa3GfjrjU6h/KFdUm5iHr9lrQEj9JmvpJvgw42ql5zJRUK/kfy5eamsh1lUZ7XTYVamN5sPhA3AwjjGGPIVdIaeshl1o7TKAFkLVZlYbbms6ArptPdW6jkptbTWNN33ijW2j5covjNHq+TJdYriO04U1RIuOe/9N6y69MAN36Rx3s+j3rLirEJImlHl/Ml++qPwUR/J+bKMtLdx/ekqeWwXp+/WoRF3bjeVDFt+5yHp7zF12eihd9RE/lKLSON53FlzzT5U1nK10fxTc6ex4Ry9vOoxOHSNpxiFyt7J/dh21M4DGLTkGbgRxrF6HSMlSKgdelW8xmPM/a0bpHc601v/wt/PK38pefDYh9Z06eb+0Wd7p5y5MczbbGP2H+PfB599CIL70ihw+aVW1jNMi2iZmYd+MM40qSaoz/Rs9frCJIfPhlrcODhV/p7tDorliVuxyDmcuibl/P4+2Xdh4+77Vqf+nLZPdVauhK++c8bDkP2w2uI0/bcxAnTvvfl6AzzM/Gx7CfOIJSOoT9l255PUD6q+py56CXtKxjDpIw7RKIAug9JsAba4AynjuNtUKMtNtNaQuTGYGPjPHTurXkg7UydR/7wSq3Iix8wFNVRumauMxSNkTX3ty7QcjBnPuAsANTbsMYA5ppqz2VzGMR5t+exlO/w38QlT3GTjzV/qopmy3pzPR8jPgJqI7OkeqJQzflQ1T/9VLtAttXuwGwf4hll6vdGNqb8i7ctSDQOEaUlIoxQpRVGhBpPCWAGtuDe9NKxnvGe8Z7xvtZmuz4DOFOEi98Kobg/kMVH2UH2O7bokG2N+XdeDegrSMaSIc5AFZxKLCU0ikPMTfG9NjetPKVsB2fdnM6sz2zPbN9craTc2R7ElRB5RDbX69XuzJZ3ADct0nZIN33FTp4h1gAzhCBSiDhoKGcEcylJIRT6pHu4X3fzFfCd5L5nvme+f7olmboORI+iQZhYIjwL9oN4UPAJ3vFg3xvyjt4t0haQhhQDEDqMLBAWMRDRzCyuHLI6OK9aSWvzGS6Z7pnut/FheVe+c7Oke9JxBKDw3wPw/N6N4j3pmSE7mVxF+6SMqExlNhJRjn3yjEMNFaMI8EFHYB72Uhme2Z7Zntm+1muzPBz5HoSFsbQ4Kr7arUbdJTxTcHwintZepD7whPshYRGC0sp5hQSaQ3R2mCBZN9ir9rITM9Mz0zPTD9LpotzZHoSgcjwoK1eD5f4VMeCippBWObbvTmuaKT67UKL6h+X4UW/1ZXvA/lNr+8P/c0d75y4OEcdZRWQVcCtFuRPpQtScp5htJEYUwlJkCkjY9FGRUybMRJypKui0bCjWH6w/UqAhco5rxWRXHFLQMzcpKA3zlkyGHoUW7lPe/8RwT/b/xn+Gf4PYf/fwPyHjH8a5X0SXcoGo0vDSLkYD4IKo+7ieCBUW6Ob8lgbYrmBjgjCqWHWeUA99MwK7SnrU79tJ3M/cz9zP3P/sXAfnSP3k7hXxka5/2LPoiHwt6QaJX9dpYN+rT0mlGGrmNWIc2mQpFJqCrAG3MlB9O85nNmf2Z/Zn9n/ONiPz5H9SXQsG4yOfeOCiF+tljHV2QD7d93iQfindTr0Z4BpjjFzgnkmDWWcEmSxJ5hDpCnr0T9tKeM/4z/jP+P/jBzwb1AA5AwVAE0iaJkYNf5HHXqiPX7cqaet0V3q91oI5YzXEDJvHePGCUuRtlhTD+ig5X//zj2Z/Jn8mfzZ8P8c7tNz5H4SXcvS6NpvXXjXrnjuwzurX3aCfV2Wqli4V6MV9XslXUvfsaBqJIwbuRhgbhDRUlDjKMTMa7Snfa+ZyWBftTwrm5728LKBlm+Cd8wfjqfPID7f1ueDVfyp8z9G4YmCWn/at3+sv25zfMhloG8MhQgjOcItcK06Fqo5TyQ9q3FbHQMQ05OHN1JmIffhHceiMEZ2H5+dEL51ju8m2+Vtmdk/j+PwNI5hZFavZ1uT8ehjfSk28R1OWUkEdeiolV7xwHkrKWm+9qNWaBILy9NY2FebYOiY3dDhaOuqqHc+2sH17l4rwYRwxgFiQCnFnfCeMeOst1ZTrlrXy24jJzhVpb7D/jiziU+UvOk+tznigR4BtCyHze0B/fNqVZ7UUJqNAV/NC65PbAjDY/Hx/xS/BGzUJUXT4Ybjge7lYZIxXVxJ6mBLFIu62SBL+TSVWpaSuEOexh3+Ej74/tSaNxsV5l/1+cONSK2SGru0QiVZw8UHLmweMq0dM8wywgy3wGgBuQIWW5gc8j7c1mRyljY/a9uf9uyi4ze5bwl7fa13MUF2+pXbTlXHnmyvVqtgv5jVIuhNr2xzetG2uIrnHnWOdd3FH8Qo02zTfB02TT4We1oOJ3GCHA2dWPnabFaLxcBhldumoHtQZXW5e3gVooQ5hzxTPjCXCSQo8kRSCKTGBvcOqazamP6AyqbdaY+i3L+IeyXp8/3BUuWB1ovwNP560RzoFsWzcwRBOSXcXq8jNCu+HhxHNelx9w91xNQEApEEWfE0yOqNM5cvVkcPbdqFKmZ1myObjtTsR1XFqr9FjRnH/GcLw8GtTxQpe8Ndbo6Shc/YxCFSvQ+Yl83zsvlXGCD1lVlWA+g+wwAvOaaOkgAvTvrq6OAwqRq7Q2dJJUUd44xSR513LhhlxnroPXfIYi2BwgA61bp3Jg1MZpk9TmU0wS5uVkZZGeU93Mnw/ZCxWqPoTmK1OO2juxekVWNqOD6rU9gBuNeUEwsxZ9ZJDR0BwkjoKXSMSG75IcAnjsrKCM8Izwj/+hCepxFnFjs2qoeS2DHO+nroue6m96xRq/RAbs+0rBskphBkVgmEoaMUQmEFd5hbhKkQEJlDJVS2kHVQ1kFZB2UddDbTCHyO+E7Cvzjv4/t13Bcwbtsn+LYtGYJ4U9zhuPNECWu1pg5CzCDGnmsDEeKICIfQIcebRjLKM8ozyjPKzwbl5AxRzpJALi76KP9rSc0ex9/Xl4cgXpZ1U+xzrSVCAlpAPZZeaiOdURx6CRwBPYKXLWR8Z3xnfGd8nw2+6TniO4nH4rKP71ebYTt8vTlihVeF3UAsJKEngDivnYJIayggpkjpAHHnITwkeNVERnhGeEZ4RvjZIJydI8KTEC4B+ggfyaRTw+pYIp2BKgeHpDCgLYWeaQGolIgx74zmPljrUGh3CPWTpNHJaM9oz2jPyXI+H+78HOGexBQK2Id7L0FODarh3Didwq59ToDSxlIiIeYUAcKgInGBxXMqFNaHKJ84I06GeIZ4hni2zz8X4eIcEZ6EI4o0HPHn0FDxq1Phi6UE/7C/UrG7/ns3nYLSEjkmMSeOGK6FYZxA7wBylBPdOrjXPz5BGoVFmUOsaj66H81iMPDEKRQG7tGDNB4ISTya4ebO4d1VOoQI0yr4sOxOUXXnaTd0O1QNILZz710cfIUJIy1AM8LCbdTueuOqcPCYgSS0GSlcOGUuqwae3UsihTEnt+Q9H7q4dYr6Dm7pQP7qo49ZEmwp0mBLzEDxSi1XG3WlijdhKCUyH8rWddFe7pNr3Vk3RhwBb5WxWmPhGXUiXFJISWYosnvZTxqYTP5DmzPrLjbOhW+lFrMwow/fYvZ+vtkFK2G2C481EQVucadbhSdPyoLny72xsTfUmjRX+28bP3Ts3h4RVVqrUupL6yM+T1E9T3GlNu/c7mElvxklw96tadmQc2v91F+93CdRbSKNavvuehUGvCvTnnWSvtiqoFVsldx3Lx9kUUJB03vMsMaQMCeZRUAxT4ikQiaeTN02TqD9mxtUcfan0v+Dd7mN1LMJZb7McNeT+iZJ0rbAxcqXYo1B0XzrShqDrn+v5gulww/DnCQiQW+i+l+GOVY6LH5ZPjQAHpV/+9Php6hHS/3uhx5lqEb/eZIv83UTLQn2EmmwV5gMRg3WA9qmvH7Is87VDs64V5wiaoX38Y+YUaOlUARzJ4TDLc46TZyAZs3cvr7PpLmqbrjLfdNsyIIpM3FeR5ZFRCVf95dgvHy4nIf5SXj12wKSklzhaRarGG+3jdk49XwZTJsyFUv1YEUsjLOlJsNVNHvU8mMzSQp/iwsDmXifT7zqhQ/P2bpl/WdoP/NXDTnRmm0IpgvsP11dVXIZF5yaFMsN6eZNYbuYPJoX52jdw8w4+8rTJcdp79+iaN+TKvU7AlBMhLtb3u3O2JsgWU77RX8NXXsVu1ZEPR+7VpRdq9bbL+J0LZhwu2aZPfTKvFt8PFiGVsX7+TZMRUPBajMPtwkY3DdXr3nGlfcy+WZcjl59iPTz/SXVAFkXCRsa2K5iL0Jbm7hXnkB0MX9XJuQ08WKSUbDJePUsr8LnVfhTpdHZfVy7D5v5SM7lw9K+rnmzrzGlvhnq1biujLLjPg71Py0ZSBcd2HyxWV0HkXtdVjyn8N1BJXVueYAgGNO9PNG9aFD39hJKtApyOKfEYXk3aSPFVlGIKMNAaEygMxZgoC0RAiPUbpsctjLZnOPLUMYTbHxnZZyVcd4S/1J18NQq7CFzIY2rL5GoLzyovl4Gu2Gnwo8H545XSemwEmurdPUY5JBxp7F3CGnuAKMxWQUw2jFLsenrsbahrMqyKsuqLKuyB1RlX+9UDJ2lHpOJHiODeqw+DWhQi633ZSM6rK5w4G8MMfGIYSKIRVoby50HQnivtddED2iwupmsv7L+yvor669z806+Ff/xOfJfgoT/dJD/37ltANsg/m1TNEL/qrwDfwkdtJwbqJBAjGDBGRaAeGIB0gaxAfhXrWT2Z/Zn9mf2P0r2k7NkP0zYz4Zt/8vVbrW72Kj15cfhCUCssC8fmwS0lbrJ+bC1HhjKuQaSE+Cp0R45HGYCloW5wdBEoG0qK4SsELJCyArhUSoEepYKASUKgQ8qhD9t5nZQEVxUBSMaIJZ282szCXBgFBRSa4E1MlzFQxStw4rb5AjFbhtfGfNhZn5mfmb+F8J8dpbMxwnz0xyuP1wv330sflruNqv6TSfc97Fw71xYQT+51kE9sgTGwxO8VRZKLTnTDmOKKDZCItpa+UkDk3G+bHM2j08xawKa9wiuPvlEjL/FnW7iO6vN/On4HtBd9qso+9VEYQSKb4u/X293xSa23BB96QJr1f4Y3uo3tkJDRFx6/u4fwphw7t3TQjsV3nw8qTfyN8BsHo/vDW2vrub/iNFvOUVIZvBUkTtfgi9yjtv57LgdSRKdlSaufREkeVP8NaYxeqku1D/myzRwx8TSWZT52VVdOh65c7zyYehOWfu3WPu3pvZ0QTxpV+bL+ZVatF1K0ljtiTOJOrvbTW/KzHKK86/Tj131cP/Rk7nMmybQsUqnFfVCn1lVgqtCbTZqeeEi7Kqgxli9q82Kug95ZpG12rBW+wSfqC9IJYxC+OwCU0aVS5vDByEwoly6p1SXrKzgP3BQdbe0uwGinHGOekU9NlhxT2yZyYcwyBSm7SpYt43JZkdfomaZYE0sa5asWb78NavbcfpBoy9GGZ0E7iM4zOhe9GDL0OHowcPy7iIWjZvVAigLMRCcWk6wUIBLiowGxg6QeuLowczqzOrM6i8/QOJrnAygs1QySYQ6QiMTgfm2xN3gXGBfNjYdqCp0E3xSjYBEikhvkXaaEolJzPYLJA9/00MzgqqZrGiyosmKJiua+5gU4LPkdRKSjfAwr3sb2Ql3DrazU1ynFbqHkyIHubPeGweZs1wYSjRwHmFvuQO0i+u0mYzrjOuM63y20f0Am5wlsJPYY0SGgf1n92E7jOtlVTIG61jcQTVlUlgMMdQKEuik8iaY2BIwjqW15VvtoTo2kkGdQZ1Bne3q+8A0PUNMI5CECCM6jOkXi+jrPUJqsy8cg3VdoxshIGncBZVEYBQzHVmvDDWOAYSRdlAP8bpuJyM7IzsjOyP7PpDNzhLZSWQvYiPIDp9bddL6pCDdF44iu6rRQTZwwBhohWeeUQAc9UIhDST0CmtihpFdtZORnZGdkZ2RfR/I5meJ7CT2FvFhZL9abXeHp1Ek6FmH4hvOo7ih9hG39lj9t3X5Gk/g1x7jQRcu6dN9oPoWN705Yiv7tWdUZ7/2r8yVJQXx2Tm2ozENk0T6IjGyP1oicdC/vcPMUT/3Xq3OBAE6AbyAUqAwMyBO8ZgDFFnilZQWl56c/e3Stq1TTBK+GM2TJwlZ8+RJwnQcf1DH91GGJ5GvSB5l+LD/e4c/R/zgB+p1SG6E5ZAzxLVjxlLHgURIaQYkk8Rqf4Tkp/OLzyzPLM8sz37xX85kAp2lEkoiZDG4YSJh5+qGmURV48apRKjW1UBEAMyEdRYpRjww1hLiIeMEQSzKswzG5xKhsayAsgLKCigroHuZTOCz5HgSRYvhcY6vNu44xqsKN1E81OqeBmCYxFAC6xFDUGDGLPScOwiMpxSoYxAPbWWGZ4ZnhmeG3wvDyVkyPAlSxegow486/NQAutnvp1uxA3OODVBCSI80o0QJrqnSCnrPmdeGmiMwP6EXUOZ55nnmeeb5eTnbj/I8CWLFh0Gsy+JntbQxNe+AE9ByUZWtU8efw4IurxFXmAlgMUQeIcMUlVI4bbVU3lHU4XXayqSYXs7qlitQhhHVwnJCMB+7zf3nZa5Q3P2eLW5DOxFPVe7tlxVod5dqV9UYzc+slh+L2v20Qd7TCsrLVXG9XDoTnlVtPhZuUQJ7e3ci3yDDX/uR5g+UEBeBJJIS9yMpX1z3rD5zvetAIl7o+nJzT4I9B5zUxGJAuQLYWI2xoMoizbvGXPj1xLZbaDGYT5tdUMbz1aweziejw63u91CYKD9g1ypbFs8Xi9lPy1l53EDT7eLX2tDZNjq4pEZ4gGBaaBdUYdTX26s4fDbF/mm3z4ofQxcXZS74Msl7WTf+LJpICXFiiverlZ4HHvl4uocNpp5X28twqz9MyJLxxOC3twMeShRhEi2H02i5X1fL0KHSvHsXT4mYRean+/Mfkgr702E24768N9Y/9OYd+cFk/ryD7Q+L0iSCe4f73eY0NT6xH+/wBz+YXZWmydMwRVqsNvEQhQ/qYzmBuVx9MHEuUorjXlKL1XIR5mrPin+NhzfUwy/8+jLOwcoJS92FUlLjjOhSvQ/znUZoN07Zj3UjYTa0dlGITT6iIc/M7u70e6cp2Sj8zs57Fo9xPQmpw2yM6weOsymhBnND9yp0bTAlOXNSKeWoNMRzSTUWnkpPFRBW7Bnfa2YyY+xLYvoE5lhmemZ6Xm37NLQ/qEPtKNaTsDvMx7De86XtAHfYjXagSjf3P8Rces6VBEgyoIBxEFlCbJhgS5dsfQ80lPGe8Z7xnvF+FiY7OkuuJ8FuWIxx/bledZZGO6hVdeE41csaB/lAAfcaEuAtRkIZgwEWGACnKAICjUC9bCczPTM9Mz0z/V6yht4a7vgs4Z5EwWE5Bvdf47bH2Pr6h7pwFO5VjQ7cCeFMYhoz8SNuJSIx1zOAUHMOgIF2EO5VOxnuGe4Z7hnu57QeQ84S7UlsGQFjaO+7snY4NeLFOlSnG43giISQohiCoI1DWjivgi1PDFLWIDQM+Kl9VzPiM+Iz4vOazOewnZ4l25N4M5LGm317rXUVZLa+TJiuy8tX9dUK5cm1bmYhCJBlnhIGlBbIaAbDv5z00EoKSZt6NGlgMmJXbc7KRmfOe2d20X0wwPQkDmu3vd1D0Dr9lNExc/bLslCRNtuSXwFdJtAzYjv8KnRyF93Kflbv1ezn8MjFdvcx/Lp6pm0gbOnTuvIVv/sS+MmRBZ/iezbmyZqMqCFX1l5x35e1emn7d3YWOQoezH8uCWgiaUDTd/PtLijw+NnLd5SAwu6Lykfdw+Lg+oFvhSXMSImk1sgrhiHz0DHjLAZQqTaBzUEjk0GjbfcekHG7mz0EMLqf9Va4SH7yGHmxmP9nlIn9ZzgERr+8T4zkFXxfVszcSAJnSDdw5loXPyw+HuTCuta+vtY4wddXuvs5SnOspQTEAscIVphqQDiVAkgpdHrsc/3zCd3gr/WsbLIbudLY2yfyhb/LTW/DCzEpL8Jkr/qeHxfpHDBa6X1pD4+3LSc5ehPncUv3ofj+9/ViZSubIzzktmFOC5owl1ShL+9ViZpKCp8Vb9Q6IiiG0SzmV8GUt1X9MCbDtDJ2b64Wz4oHjKdxzZMtygcbAstglT5bht7R142WJLqGpNE1r1QYEzqI0WXPJFnvi7omycH1g5x61BChYgYjTbTnSCEq44kKmgLPFEhc+juNTIactt17MElud7MeYtBhzA0tj0+Y0iTpftaIh8iXNj66a6CEXge7YrUorlbhIStDRVUxeY1dEmrdYJAEMJUrN9tvim8X12UVpxZPixdxQWv/t9dmo3bmsnjpih82zj2sGZN8vwHWHJb2MXMoPI8WMD/GpbRVfIigPP5tGay3zhCq7bNQ429xDDQhWmVcZn9A/Pub62DYBWXyHwfc6i7PVc+eiHIpv7v6t0FEr8t+zHpC9vaPBwBsfpNKf/3Flhe3oSNKAp4I7dBxE+qq3weDndZ14W0CnY7WPQxyGq88AR4Pmj5dKonb3OrO1tcEMU29bzqSNiL8ajuvZmthNobjSu+qqBaMyzX1cs8kjKYgMdqp8Lrjon3z0JGkZXGxNS4u0z9fFvPwsswu1lqt3TK220D1g9NxgXubV+DzCvykpxeE4bibm6CTh/Vbp3BIvdUVzm2CPkbms4vEImMKJ4nEImxI4fTc9RuyjLjqHxR3jHKMtCcKeAoxExRry7TFjCFOFVcM6EQFdRqZ0Ch/3FpnEoM8a52sdbJrz624/aBhVqPMTsKsCB9idj1ehqBt9kXD1G4m0Sm2FaKGei08J5yGf5jSxBqAhaPMS2D72G4GW+Z25nbmdub2fXMbnSW3kzAqIoa4/cNqtRu2tX1TMkztqrgDbcao9V46xZzykCGFFAz/jca3ktYO2NpVI5nZmdmZ2ZnZn3iyzFe+0IPPUvEkIV4kDfH62RVhgPowRsKPrjeqM2WImaRD4WyTFh7sJvTrHNlNGK/82bpmoOnG5/5kSudO93yI/YX+1z1w9G+1Uo3jqGvqJNX7rIcRKKXmMIt5zHOaNPeseN3EBMyv4jdu+F2t2hWlGMawgbLhSuvsygptG9ug8bzbVClY6+CDTQw5yMopK6e8/XCjVhpE+NltP9AxzZREqFEwoJkOcsA1zB1K/5aWdWZCyCPFFMaYYOidd0RxjTVTUiCNvKd7VZW2MNk06MtTTRNMjLJqyqopr3VNA/cH3aMYBXsSnkbhANh728oNs4Z3lbul3eATRigwCmtHFVFCUukxp0hpyYmjnPTwPvGecgZ8BnwGfE4edELEo7NEfBJcSNEA4l9dzher7Wp9+XEA8+u0cBD1bY3uZjTFyFuAZHhgp6GAgDlOIQFSC4eSVJ/9djLyM/Iz8jPyz9+mx2cJ/CQqlOIB4P+wWtkB1Pvq8iDkY1k3bssSzRQymlqHrA1AB05oBQymhELre3iPLWSwZ7BnsGewnz/YyVmCPYnJpWQA7D+r4oXa7NwA3BdqZuqiQcA35V3fJI8h4kQyLg3WiiJDIBRSMS1iqK7sQb5pJYM+gz6DPoP+/EFPzxH0OAkvpnTYgt8NrsoP+592S7s55JA3iEAnHNXSUeslp8IQTIhwSAI+ZMfv8qp8BnwGfAb8YwA8O0vAJ+G8NA3n/bP7sC1eqgv1j5hm93Wzi9FgfhmKZ1d18Wy/yVHBfqiwG9YLPTKQAqaV1tHFhlBJAPSAQossbVM9D7U0GfGHGj9Jsp2bb3TT4danYPvBx60gui3eq818db0tFirwLabPiYdYb6/XMX9zsY2iaPYJmitkPy1+fPPyZ1oS+m/hN9faFeVXeVb8KabpKmU2pgYMgLoowp/j+2gQ+YcHTaOzKXP7pOfNj5X1nfyqvEBffX4unASX0jS49C/x7XwfR8wAP8K4WMxcWXhIj35Rhx0cS+MYxswRJgJDJMGCGxnNRGYEaL03+u1MRo5+0yfhxk23uYkarDYSp6RG/6s2GbmCFWTn22B6fIwp2hdF1fEGK2XGJRWoEnR88S6YQvp6EywOHQbvxWZ1HdBRwqSyH+sRGxrZXV5f6aWaL4rLeFJ6TZxn+bj7SvaSAEGaBgj+oLaX0SLqOU35quDQaap7uesMS5xxxHFPLIbGSoA5NwwFxW2lQ7TdPu+2MZmsNc2GScC6bvuUMnfb2z3EbKz5qmHKtK4/bZiFVdOh0MMgLrVEJqKoYkBgzIu3We1D+uKz7acoUTfHmdzWxfjAXfhrmKRot/sQ5yv7DHm/hJ9VWc2Kt52M8cFur3KbFVfqXZnxM8wLgwhchwphwAZpDhbBH3KK8C9H3yexYTSNDXsdprIls3+JxE+Ys60LVvX1Cjmdq90dXeWRh9wLbxkJfxTSGo2NsBZhQWi7EtRpYjLgNK3OymZn5nITZOxKbRsanII6d7rnrdBT2gJTweffttXBLN1P3CAoYGW9WV2tAky2a2fmobxW+s1azip8mcCi6imfRuT8PZ79Uufv3K6uwi+Xqw8fi/2Dh5bmm/kujUKeerZw1xy/sYdD/Giv98HxOpRlYiQxOyyN2flWbXQYP1GdpQePlFdLBdyPH00KjwSODtT6/GNGkjZPmgX85hvdnJb3wO6fIDY0+VbVym/oeEwXsF8AbrraLNLG5dgwEgIDQt+vyhW8ojxqtxJofb2dL8OzPCu+vZ4vbEfKt0WwwoKUjqVpbW71CfOAvMCbz3y6y8puF1FnFybJxpCbRNMwOIzc/uQwJc9wVE2/RndtBhopqcXMYhnd8BQgxnvrOcUeadWu6/bbme44qEfM6SmOgMqczpz+ajfijuP6QQMfR1GdRMUwNILql9XRlwfB7SmBqsMxB+PcR6p1yc2QYV5TwzBgHnPtjIaOUs6xCdP8YXInjWV8Z3xnfGd8nxLf6CzxncS4MDyC7x/mm+0uHiATxu4Iv32sMts2VUYBntbrhjkaz4GOS6bB5EYmYNspSgVFCFNOrRokeNpaRnhGeEZ4RvgpEY7PEuFJNAsjIwh/HgVyhN2qLhuFdlmhQ2tthGbYeMO9MJhAjjXxlmogkDeADtO6bCZjOmM6Yzpj+pSYJueIaZLEojA6gunXbvN+btx2hNTbtngU1k2d7lHEjEIELfOCeKWtgEghzRDUnAkHgRvkddNSRnZGdkZ2RvYpkU3PEtlJdAljI8iu/jxGbL0vHQV2XaWb4w9gJ70zkkkMOIJQGuGFDUY3k8AQO8jruqGM64zrjOuM61Pimp0lrpNQHsZHcB3HSmh7jNemLR4FdlPnII+TMUB4apmRwGrjLaAAaasCiSAjeJDYTUsZ2RnZGdkZ2adENj9LZCcRYEyMbT8eJunobAEOJuro1+gGhTGjqHLAOm6s1sgoKDEJ1rUD0FkFhjcbp03YkVGdUZ1RnVE9gGpxlqhOAudYGjj3w3wXBa94sbjWaahudXlmwuU0CVAdsTtU2k2oRJyCwDJhmVIWWs+QxtoZz2H0yG4D5Qebmi5+N239hCF0N97nIaLl00/bRuxWRHKbMmy2DM21FQ/24W71wxTly7QN3JJkSVU6petNHNtNtF2Q03rHoYjJOgLi5quK2NuFc++K3UYtt9WY/0MOoK9kMglN42lo2uuVMZEv5nK1WqSxrOX12ba5Xseyplc7QiglYJqIuF/kPeNAch8uufB/BFlLYBvLmjYxXSxr1WopEycMmr/pNjdFrJ5C9OoveFfJ63z4Ry5/OevN6cCRBFjxNMDq5XW0lL5VyzSx+VW8ONPhYl+RD5R1CQIdl4xy7WE8vAJ5ASFRACgtHHC6VeMDDU3GkYG2TwKSG+9zq0RZ5fRr0lRZ+496F5Qkv7odR7ar5cX2aZik6eur6hzv8ottM0S+UIgkoT8cdVJn7dNtHoT8JJlCO6E+B9e7e6FcCCCN9xpBzQyx2FOlFLLKaSixTTJmdRqZMF1Wp93Tpsy6+Va3y5+BJ0+c1fmmdwFJ8tPbgcTOt5du+0Xb/j/G1ZtV8SImGHSFKr6bX8yDgFXv9k1c49mUKxd/i+8lnjMyb3PU/vub691qM1eL/ziQ4e4CUPVwybguB/Ou/m0YseHdz3armSn7MFMzW/WhGnm7sg/lyIvfpjx2ZO6a/L5v/3jAi6bZnrQ8Wy8vbgWTJBCFp4EoL+ZLd1Wmbexl4TNN0WEOvsOC7k4dxY5bozXTjDLluCZGQosxpkIKLPY8OWxlMqAcNjx1XubR9u97IvPtahGMB/f7blsnVt73LJHoNAFXlX+r6vV95996BNP9xNOfp57++LvildqE6ur34sW17viPYhsP/C7LZqYuq6SkV3IgJjqoXQUFkl74qIGl4kwYiy3T2Oi9mPSamUxOei2fSF5uvM/9LwDELZGrmN/2oggft+xU0fSxERijYqa7mB/PfXSz1dotqxziMVfePmf5veapPX8RookXNk+9sF+GIWPUJgapxz8s9q7YjdpN58N13Vn1h8XeU7pRj/3ETzf+5Eg6qOa3v02VC+rGzkw1Hb7Fe7qbXE2QCWr8Q+86RwNclLmf+4cA1M9SrDdxsJkyA+XlaruOplPeP8z7h6dN6DQ6es8xvRMfg3DiV83ZMIQ7ywYJSPr5QTqF3ZUDR4wS3iABHQLhthp77xWUlnDgXbty0GliulXHR4vZKdYcM2YzZh+7m8ZdaPug2ZlGSZu4RHM+RNpeFr09TYZT6B0Ud3mLnQgXEeFWGMk8JUIbQCH1mACCfZ+3EyfPy8TNxM3E/VqIi86SuIlHMxdDxD1MxbGHyWAejm5pN2USVlo6ISGlziNKkEAAB8xioJH0HPVxO20GjkzbTNtM26+FtvgsaZs4JXM5aN8GGV+Ucj5k4iaFI1ZuU6O7N4KNUJw4SgAiQnqoBFXACCwkcB4OGbpNO5m+mb6Zvpm+d6QvOUv6Ju7nAgzRdyCf0Z4nY8mMehU66BWCSQ0EJpYwIq0xGCGonWVUCiAA66N38jRGmbyZvJm8Xwt56VmSN/HfF3CIvOFT7FabQfDafdEwd+vybsS0kZZyFfMzI0I09dxhoIEV3AiCvOxjt24lUzdTN1M3U/eO1GVnSd0k4EGgIer+xW2d2pjLIexu2rJh7jYVOuDF0AmiJPRGaGEpksxxSB2NJ1RxZkEfvE0zmbyZvJm8j5O8+3iGh2AvP0v2JvEhAg+x99fLj8WLy9VqO+iq++Hyo2kKh/G7r9HhL7PKMmgYRxBx66TDVAhilCLUEqkG+LtvJwM4AzgDOJu+d8SvOEv8JqFHggzht06sOcResy8aJm9d3l3nldpgqqzQTjOkIJGGIBT+5AJ1q2QnB9ytW8nUzdTN1M3UvSN15TlSlyXRamIwWq2XG3NPk+HEmAfFXa8G4xl2FGGssWUYAOmoczGbcYyc4LqP3IlTYmbiZuJm4n41ARPgLJGbxKaJNDbtRUyT5op/Xc3DmOnHBJuyePb3WDweBjxU60jkb1V9srjfzt3rv5RpgZueTJ2H4rb3e4g44M73bDB1O9Qa5Uu86nlAxirDNcP1tEG/6VA9xzhfMcbSJPpM8D5LD6J8a0IMxfgmRd1VAgglNcpy7bCnUACFGNeYGCeMl6z1BksamC6NzxeD0wnM14zTjNPHZaveQNUHjecdJWoSXSZEn6i9aN4aE8OxvJ3CDlfDvN8KZbW0WDmIIAt/IRxTZRh2GoFDrk4cx5vJmsmayfqlkhWdJVmTSDIh+2R9dTlfrLar9eXHPl3XadkQYdsKHcpypqkxKpiuSnBvgZcSasEdV45Dg/ghZdtmMmkzaTNpM2lvIC0+S9ImUWMS9En7Qm2GVlZNfXmIr2VZB62EAwSJtRYZZ6igDEmvuVTAWwmE7S0MlC1kqmaqZqpmqt5AVXKWVE0iwiTsU7XKKd/H6q65PsTVqrAbCOZsgICQzEikuPaaEQwFwIZLJ4jogbVqIpM1kzWTNZP1BrLSsyRrEvUlUZ+sP8yXtvi3bR+tPhRcb0fQWhV2j8piFnNBCMfWK0a0cdJBRyCAEkrZXw6omshozWjNaM1ovQGt7CzRmgR1STyA1kPv1oZ8g76tncJuEBdA3CDqBFfUO+6t4Cj8ERogGZeQ9sg6rV9rJmsmaybrl0pWfpZkTeK1ZCdea76cX6lF8Wp/xO/A+TZVndn+GOAj59ocqdo7x6aq+9u+7nQH2oz1Ymqy3nyjHlLRPRxp0/umXZ6WaizKVXv0YnW4YjMsw2/L0VpYt1PzRbGOHyzzNfP1xIfZHI7bc3RulSOE5UlslqTHCHuMrL34rMMKHTsWCqwl1xhAS70HGvJgwjKuYhYuhX1rx/aamS5G6xGjdooorYzajNpHnQjmFsx9UNfXUd4mgVmSHbVoX5b9PGbPXtU1jrO3qtZdSRCcOGacwYxhxoFHQCphhSIeMQ3ZOIGrxr4KDsPM4czhzOHP5vBNjrLwQTicBHXJNKjr+fIi1Cy+vd7Ol247dG6uKmvMdF1jfFVhpOKRSNnqF5MtKIx1YGK23nSbh4iLHfmMh0u0bnXldpu5edoeS71axi904brArShbkTizNrP2/pYXDkbyGS4uVIFUQ5BN4ryk6EP2IHK25shQ5GxS1PXj8g4YwgSyEGHoHJZQaCcd8UZDgVtng6SByYzXx4rXCQzXjNeM1y9qd+xmyj7kcsI4YZN4Lyn7hO1F0tYwGY6k7RR2z8SVhCEGoCXOGiWs90JK65hnjFlDepydOJI2kzaTNpP2ayEtOkvStvFeGIA+af/sPmz7nF1WV4coG4s6jNUYUggoZ9hZCREkRiMPlIGIQcqRPGRsbCATNhM2EzYT9o6ExWdJWJYQFvYJO3AKY42TsTMYD4oPshYAyig0kAjuoGIGo2DacgAg104oe0jbyc9fzMTNxM3E/VqIS86SuDwhLhog7rUx1eMcAndfMMjbqrQbFRbTw0hOFEHOeAEcdIb5mCrGG0Uw6OG2aiPTNtM20zbT9o60pWdJW5HQFvdp2wsTq2EyHCbWKeygVjlLnFLIcyEwplAraaQk3DvnIcXuELUTh4ll0mbSZtJ+LaRlZ0lamZCW9EnbDJVDD9uaKc24G3SvHarTzdllreGEQuqtF8QHmxdB7kiAMlfcJMm8h1rKFM4UzhTObrZ35jB/QCfbUQ6LNrgMw3R94S9ut7o2l8W3LrzwMH6Xtnjuu8ZvXWWP3/rv3fzeQkgSlxCg0lZoQoQRFlOsoY4JElrU1j++LV1vGlqbqrmZLrs/U7Hrs+qjT8TVI3d4iDiF5nvVQhEAWnLGbbwzu0CpjxFS4dXEkVclOVhfrnarbaHbD1w+Q1E/2Hx5cXd83ihwA2L25N//620YrbvLt0++eRte0/uqav1iq/ca5CIQ4m35yceKn60v12+fPH37ZKmuXNlWPXbLcVs8t/aXZVkexKcsrhkVWo3/DDD2bT0aN7N2pMWLtSBVt92WDTz57/94cjtWdHxCT2SDDUo6TCQ9ndu+cfthkwj3Llxth3Ml4Mm17nRWCoc0YsQDoCCEzCIogDBMUYIhQ3shTxqYStCrJi9XH0zQo3XbU5tQR+9x//ZTkO2yKKjAqi/R/rle1LbQduHcu2AFxa2wUGDeXa+3hXdqd71xZcDS1WoVqu0tKucjIe5H1G+vUR9MSlAiJem85JVT74rnF25pPg4EnKxD6UyVpePBJgOVjgSaxNqThZkM3XpiITl2i4cILxn4YAfzizrg8GmxiLfZTy02edaQZw2nDRhJxuY5BougMTjiBI70EI49R+aSCMNuzElR18GOI6gtg8hJrw2FAhEolMXecguCSdFysm1gsgWZxwbJCWYNGZIZkme+wH2clQ8a8jHKSZJwkvWMSB2+ac92rC/2KVmWdP3iHBMaAoi8BphIYAk13Me06EZDDWUXkuXvMyMzIzMjv1JGorNkZBKsAfkhI4dSmpVcGM1n1i3tptKBUlgoBNVKOkkRggZjRwDx0djUpsvL6TOZZWZmZmZmPi5m4rNkZhJ+AcUhM3vOaSUUhl3TkqJusgYbptRMSB7m3BorDqTGAlgRmIA8Z7qLyond0jInMyczJx8XJ8lZcjIJmoBpyoWXq9Dr5fGU5GWVW2UkH6/Z28vZ15ksEfnIzafKxTj+bHfzbPjMjZznRdWTYt1Pv1judnoV0RmaC5QpVERlJe2lO0NhVovVJkCrCHcMj5qZmZl54kTjB4A51e7Oj3F0rKJPSxjl321UHPYm3HZdrHzxIo76WPy3+BFetxlJi++uV0H8XfF9uedf/Pub691qM1eL/zigcHeoVfv5yYerHC/q3wa8Xa4+zHar6A4zUzNb9ybAYz1b+Vkpg7E4Oh3NSosr9ibWrHozqzwQ3v7xgP3NDd7+sXqrs/1bndXYfrZeXhzXEHhMQySBHihNFZGqhkV4zs4mf0LDpqxrVR9W6MbXcYyZFlxQRxTXiHtllIeUcAcII204c6+Z6XL5PhKt8ZmWddYaWWs8Qkv7Fsrjs7e7suL4TMWRxK0gOKg4evt7+7sPb/J1i7ve0xYrwhHxllBsHcUQG6cZk8xAqxPHyoNGssLICiMrjKwwJtj7ywrj8xSGTAJsEBqeaaw2QSLelNcHZxuxfLary8dmHG2ljgoxWlPDnODUGOgR1YThGPYojdLOIzE062ibyookK5KsSLIimWBDNCuSz1QkSfwWwkcUSS0gR1SJ2dc4qkzqat0ZiREcQwiRMJxL4r1izgHuFGBEAIFG1UkjclmhZIWSFUpWKJ+/c5wVymcqlCTUEZFBhRJFI7S8HdQlpi0cUSNNjW6IjxXQh8dVVmDNJILCcycwJ1wALBwd0CBNO1l5ZOWRlUdWHhNkD8zK4zOVRxIKitJQ0OfrdfF6d20HnavUej3bloVHjmTs1TkSJB/u9lt1t+lOZOzdf6pEXEMPf7dzxafyptpn0QrvZtsQYY/ZMPDr61WimKuVnkfqhi9r3Xu3WK0jRYIqUVdZJ2SdcOKzFfc8OcdIeTKGxyQCFLExPB46GIXCWVU4+3XYw6hfo+u+bxzw2FCCINEgnh+OldTOeEslx6CNdOq3M11awzPm51T2dOZn5ucjSxN7DKMPGkQ/itAkQBTxYYQOnDeTkO31yJkzA1UOvG4855whHg9AkBZ56axSTAsSLlElhyj6evKzZx4QozhjNGM0Y/SuGEVnidEkZhSJYYweeiwmXHs+5LJ4WN5NBulFIKU1EDLDkAws1VZIH0ga6KmQG6Ln80mdFrMFmtGZ0fmo0InPEp1JGCmSw+gc2CFLuPZiZItsoMoBQ7W2KJ4vKwW2GBKPUbA8AbBaxmQmQwx9MfUmWcZoxmjG6KPCKDlLjCaxljiNtXxxreNRIPWuc0JQEwpmKimo4Nm93PVyBthabIKVCQgPNqdhNvzHaka8As60TgXdNiZjZbfZE6UhP36T+05fsmdonYO83CHdud93hVu4KEnbp0Xscd+vIFBg/m6+vChMGCqRaKpkQlG9h5yJvBabJNIMp5Fm35ZI6m+ulqga31ftFB/ZUi3rTbab2rnrRHJw+KD3mpEiZu3pfIHhfD0jBxWVAz604LbRqpiHelXq/u2z4t+2Si+qczhC5827xccgPtvd6mr+j1iQDYxsYJx2p/WQK2e32UqHSYlBEmKFUY+UL93yuofJq+piZ1bWlnRsCywR555ijYymyjBCFGREasIN5oi35yK3v5/Mrrh/fKLTJz3L+Mz4/GLnZzdR9EH3WkcJmsQWYdwjaO9khwohw0c7pGXdRS3LFUZWG6OBtl5ax4jxSFmvJAUKHXB04sMdzs8QzSTNJM0k/XSSorMkaRJUg0mPpP3YzIohIxGZncIOTIGGyGMNBVbYCASYwzGnmLDISgyTg3I6TWSaZppmmmaantsO7ChNkygTTPs0VZtV4Miij9O2YIindWkHqI6oMlOKpcZLSCgGlFMlBbLYelMeBdkBat1GJmomaibq4yBqQoX7oio5S6omwSmYDVA1jMvrARt1f32QqWXhQTSKMQgILTFCnhJMLfDE+zDrZ1ZapXtILZvIRM1EzUTNNuopor5PQtMkTgXzHk3/tJnbHkovqosDHI0l3d0no4km0CIpkdMKQCQR1MJrbiSzSh1ANP4+EzQTNBM0E3SAoOwsCZqEqGDRI+hfI7+qUdIDacm2arwN8zSp0J3ucwMtQRpBASUn0GPHkYEYUascdfYAq0kzma6Zrpmuma4DdOVnSdckigXLHl17p0ZWCBk+NjIt6+LUCs8UpYRzGqxU4ygVyqMw3UfWhL8f4HTigyMzSTNJM0m/JJKKsyRpEshCQI+kP0dh16vfeyxdtAUDNG1KD3ajNEBUYwA0VMITyC0gTgsAIfbKHPpKNW1komaiZqI+DqLWsUn3x1R5A1PhgzA1iXIiaZTTn9XueuPqN5wgdVlen+3fXkXUztUuSZ2HilBBnIEGa2EQMxhQYxQhToA2MrDTxG1BetP4qht1v68Xq43b7FufBKjDjT/EMeb1x/q+7kkjF28axIa+b0u0fDcPaNyUkhKJ+UqFP5tFk091G/Oxzn5Zbu8nBvDJv//X2zBMd5dvn3zzNryi93VE5bru1TYmZA1YeFt+4uHCZ+vL9dsnT9+G4XPlynaaZ9o2SWLDM/2yLOsEuSmr1GgK7cZ/BtD6th5/m1k7tuLFWoKqW2/LBp7899Php1jM/zNKZ9mHoQfpl/efJflc9/QwMZHu6aIy66y/35X5rIPW/8GVAzcMxNV2tx+1l2pX/HQVI//jsP1L6Ye+nSzXr6/vOVuHe+6BMJq6t0u2gXy9Q1SFSUQUSSOinm92xZ9i7c3HNC3vZje72F+tiJpc66ZvF4YCSZULJjDHmDvmqEZKUEgdt6yNKE0amC4lRdvmiWKsj9zhZpMVPStP+DpphPUiWihPiwu3unK7TVD4TbR1CdR5+G0Yt7sYXX2ltu+S4OsvI6761WZ1FUzjKjP3yyi1f3Em2pKNTVkn6n7R5K7/MUxcG4GfSoTXVSeqhNxXUYw3ZSf2ZnCdn7tJoD+Ls+dZlUX/iKgH4ZzVwjl7fTd5T+J3SBq/E97K3rYO7yQM/GUq+CYpDr0ti8cjyI/VPhJQnv5ssrjyY32ZKt3C8Zdz71HnQ98yTl7L2ZzblOo5yP8mzEyrOkHTlWlrOj8sX6RtZofPiteXqw8mTgDLquZ6EycGYXa4+ns0yJ6GOWOV2LLES30QR7hNmANd1clyosBtF869K3YbtdxWsvuHPO/N8967hquPGeThT04FLA6Zsd2yvgn7l7L8bOzWcSafXbg9G1M2SYgTIWPKphczmpbOfhwMHR2ocnD4HOfWcU608JQIbiDizBDFNbZGJOnNBxqaLtXPI9M8E0zvs+bJmifvYX0ixx804H+U4UlgFaGjDO8eT9Gl6sDpFL0KHXp7o2MiFWAAt8oiDixS3DhPCIbaeTFC7ynPpsjszuzO7M67ZbenNzpLeicBXISN0ftVLY1jBE/KxyneVOomHzCCcMixwRxLzyXnwhpkgDeSA+LIMMmbpjLNM80zzbMlfu8sx2fJ8iR8jPBRS7zciP04aozvi4/Y41WdDsg5FVZBBAzRzFAGGJPIKw+UIlgpw0ZM8qqlzPHM8czxzPF75zg5S44nQWxEjHF84MC6DlrHjqwbrNRdG1eWakGggVZIJ7m12kuOjNAQKm1HbPLJj63LLM8szyzPLL8ty++a0uEf86V1v4cXAsHbewJ7Ej9H5LhvTe8cqA5ox06CGqx06HCHDSaAMK0ldFojgh2xihFOqC0zTgyAffLToDLYM9gz2DPYbwt2dpZGehLBRztHUcUPXmWU3BbfNy85hXlVYRYrzNIKFc2Hi7trLYBBTrmHSHjLUAzwQ5xDapXmWPPEQB9sazqQ182b2Lx2YYy5mfJhrJReqlOh/OhNHuLQieEv3AhWGQN4sXFqt8fYypdyvl6trxcqyGH5EMU/FeVj1IEqU/pUly/mDk5xVYeqlzrgF9cr7rvGfVs90vPmgR5/YMeL+AVjMGbxU3SErwhRfFuPv6WdVc/601WM8Kw//VRO4UGtz3armSm7EG42m7dd2ItA6EL1SeaxCzdHf4xwpWLAzW7hSXAdTYPrgjVZfL/ZBPXyOg7R4k38sAntQvmsLJ+V5bOmvILdYGmHdYxApKzhzgBEBWIYCUeAoxQpSBxsvcQHm5oMdbF1V7YeQ3onQlu30bNEWWqgflAfo2RcqXe1xVn2vShjnK+i+Gunwu+DJfdlBIgckKCIQ/1VfNgyrOvXeTBYgwUTvtkuMGK7c8pG0r+IkSR/CzbuX+fBSFpNGO51gIVZHD7VaBwV+mH5umUoCEpCv2ga+vVzgE8MC3pVjdpG1BfV5bJP46EfQ7WOhHws1pMFenTurK/ni+niZ4eavk30rJgwsCP9KpUV0stAsE9UUE38duEXamObDARxsJd9j1qviuaMOq9+tkrO4zyilH19vZ0v3bYKYYqz1lOmJ6h0bT1GY192l5FNzdPUA2Q/LwwUWYWOR3YFe2cTpsBFKfRhslQ9arG9XG12ZmXDA21WV2XNgK5VnBbH3MEfi0rIbPnQz4rni+3qaTxu9CqmbwhtzH2oV6Iy9GPpnHW2nqRu27e8/SbcvvNVYgRZMIySy+VLfVEfXvrc1FO6OF8/+GmVXOntk2eB2XPzruxyNTq3/TuXDYRLy+JiFRt+G6TuY3iDs3+pD0jd1jcJn6BsqZpDRnxVL+2XtdtrgZf1q1P7lYmqTqd7r8q3XFe9YSjkYxLr+e8BR88ubIOPKYYkRpDiEcVQDvYx7VBP3Trrl70KHTvQBsOPYWqUQsAq7pxQWGkmuBeMMu/3qqPXzGQ24Lnrj8+0B7P+yPoj649HuIx6gxp50KiRURWSRP5RMqZC6qQa2zE14tvycVXSVOouK1CKtOFIxQyTEEgoFCOCMSu15tLAYXXSNPXFqBSYVUpWKVmlZJVyN5WCz1KlJIGIlI6plP6RRB1QjpxMNFSno08M1RBApyjh0HECpHI88EoJS6jXZmR6MvU5RVmdZHWS1UlWJ49MnZCzVCdJZCRlo+qkdwpzF/DDhzEP1eke1USsEoByxbTGjHMjlfXSQ+G9YcaDEXUy8dHMWZ1kdZLVSVYnj0ydoLNUJ0lwJuVj6uRNTLh5tVrGDf8xnbLr1hlXLGnFjnZRAjPAHIbQWAohJQhZwTwgQgKj/cjiV9pc3lPJKiarmKxivlYVQ89SxSRxo1QcWwBrB/axdbDobKZMxzl9bDmsrdpVNNZrQplG3CvuNNOQQGqFFyBoIJ+cmHCkwaxqsqrJqiarmq9V1bCzVDVJJCuV4x5gi/W4B1hZdswDLHyPzhaLogARDL3U3DNEpJVShyuMWIes5WMeYIt1ViFZhWQVklXI16pC+FmqkCSAloFRD7DDM4W7/liDRwsPVOkoEqSY8gZzaLVlwGgIuRcKeGqBdMrIEd+vaQ8azqokq5KsSrIqeWSqRJylKkmCkxkcUyXJqBjTJ6V4zq7qKuNKJanXXe9ihhpAMNCEWUscc0wQyCQjShhK7LBmSVrL6iWrl6xesnr5WtXLgx4sPaZecBIHz2EnbdtmvdrEMdgeld2eh1iXHTsE8aDK0ZMPD+pOkIXt8O4Tn386foObHb1geWnaIw+bb7U/SrrUG2YVvnYl7YEI4SniSZ+JkthnkqtUwT732qsAVb9azAMrl+7D9mm49Tyenfo0gEldPW3SrT2tRbDuzNPC7cyzmCRlU95/G49evYwCEaXVhbfyMSiyMqHYHybMofEJB+XtPq7dh818JCXQYWk/I9CbfY0p8wEN9equR+b1ZfbsAq/lGImSwGuOBkk0cFheI4ZjJ+V1y7vHcxAfTDOHBUQKMgE9AEoLSQVw1MLOQUvdViZMFvl4MDVJosivGFOTpxe8WdQfNDh2VMyT4FiORwyORRAPV7wOxrtbDop7XWW2rzIi9t16XfGnSHknhfMCSs/DpwQEWq2t5kQyLAfEv9taxkDGwAkwkI2WM/N6HiVZEpPJySDJnutuOGaLkqZkhFtlcTcvqvbUC88sMQYDyIxTgiEhjSbMUc0GcFU2kimVKfUYjBV8liKexMlxOiji++86KOZp6Yio76t0c3hAZJC2XBAfBB1iiawNsxRCFDbYeDwg7vuGsshnkX8MIk/OUuSTWCbOBkX+xaXaDGv1pmRE1MvijpgTi7iVGmtkvDGOU+AoYkp5jRFS0g+IedlIFvEs4o9BxOlZingSS8L5oIj/OXzMQQmvC0YEPJZ2T6XRjDpLuQKWWM0ltUJzLDxQEnlk+YB8xzayeGfxfgzizc5SvBP/fS6GNxLmm3mVJ7y/kdAUjW0klOUdIYeYGQ+VhAwQJ6AEQjqNKceKOQiAGtpIKFvJYp7F/DGIOT9LMU98rLkcFPORjAOtGL45km5guFZXu0OunAHKW4OhwxxTabwigMWJOsNmQPDfnCLRQBb/r0f86yND7hcA4iwBkHjGCjAIgNe71cYNSn5TMiLyZXF3QS4MXA0JQ8BawzDhmHHIHDDW26Dt4YCsl41kIc9C/hh0vDxHESeJd6IY9k58fb0OfxpejmvLxsS8qtARdEkQQRIpLgBnxjFhkFeeCq4RM1bZIUGvmsminkX9UfgFgbOU9cT/T6ARe15djdjxZcGo/a6uuqvuQaAdYVJTBRSihDJEDfbMcu+xlm7QbldXWb6zfD8K+T5Lxz+SOP6JYce/1y6OB2eLV/Ux38Wbss6gbq/rzpq6s6bumK4f/kHXJ9BZbAj0FDqmPQEk6H4HuYy5zoVxekj3DzebWZFZ8ShYcZaudSRxrRPkdqy4HSXuwIfuGj+QzHBhqQeAeywBQEgoAiSikDrkbkOGzITMhMex3gfP0huPJN54Ytgb70X1JYedc/ZlY+45VYXush/wDisMIZQ0WARWK+wo0BYqLQUt3X57DjpVM1nas7Q/CgvgLN3wSOKGJ9jIasDvu+Lbxcq8G1kT+H03a4pHVwaaOt0lQKyZ0Bphy6i3ECChmaaeWSi1oJoOrg80LWW5z3L/KOT+LH3zSOKbJ4Z9816u9Hzhiufr9aDcV8WzqnhE7ts6Hbl3VCLMpEUYa6cYxwRgqxSkhjkixZAjT9tSlvss949C7s/SaY8kTnti2GnvRfXhRoz7tnDMuq9rdDU9VE4SITQlmgMEvAh/t157ywxleEjim3ayvGd5fxTyfpbeeyTx3hPD3nu99KitDP4wmBv1sLybvg5A6yVQHgHsAYOSGKig4IRaLgUb8t/5YdqsqFnOs5yfUs7P0kmPJE56csRJz2zCkCjerML/hk36qsbszWpW1RhbwU+rdbMiWyZ8sOFpAIBUhFDHnAaUWu9cUP5Dar7TWGZAZsCjYMBZevHR1ouPgNSz59vNdajcPM9+jCQM0GWNobF8kG9wvOJhtsGRmp8t2iPtTiTX48/XFWrUF2o0cbbB+qvtOhLdpKjdVClpVXG9nP/ntStC0+GRit2l2hXb3TwQu4iZTaIwFutqX7T4pyI87vu5CbJf7XZtq0ZseIgKEkGcnS12G7XcVkO3CGO7CAM8tHi9UJvFx2IeuriJwRXLi2cPm11QX2u9cFdBXC+HMvX0ivuper4tq7yMVabM1VPLZnXX7d0z9YyL60mSDP64+hB1wYsyg28YUY1G3swvwjgL46HMb1O8jL4A1TCJOI85bX+M2cPKdLb//uZ6t9rM1eI/DsDWinR8gdXrSoS7lOhd/dsAjcvVh3hqW5VNeKZm26ovu6YvMxX7Mrtys23Vl1noyyz0ZXYZE4ZFyXj7xwOYNs2//WP1Ymf1i322rkITR0FbBRsMgRYmoMV90L50y+s+XK+qqx2jKik6yJmoETRcOYcIl1xijJmTjCAMLHO4zVeQNDCZ8fQ4CDuB2fRVEXZiM+n2kPpsL8kMqDsDCiWAIn1A/ViNhQNA1SNkCFCxqLvMgwlSFkBAiZZcK8OlAN566RCnGpNDQMUGMqAyoE6SsjFbgp+fuTFD9s6QxQlkaR+yh0kpa66ooYyUadkBZx00FjnMjFRcYAMlRt4q75AjpM9ZNWkuygzaDNoM2mnzZ2bQ3hm0JAEtG7Bmg+AvSuHvm7RJ0aBd25R3841wLyhCNub8xYwwzjDWFmtIPHHYyZ5x27SSwZvBe45TcJKhde/Qogm0eB9aA+FUtViuR0KoDoq7YVOKMOQkxBwDgoKNaBS1DGFrhROK8ENiracOlcrAysCaEFg0A+vegcUSYIk+sF7Xo7QPrG1bMgSsprgDLKOd09BxRQ0SBGlIqXcQK6O5gYzaQ2A1jWRgZWB9ZhRnntyOYpdl7N47dnmCXdnHbjzrdnAd0ewLhqBbl3aYi6FmVnmrkfWaEgEpYhQ7BqynCmtzyNy6jYzcjNyM3FMhl2fk3jty25gIAkEfub2AiBotfjAaolPYdeLhlEoPDOXEhZm4pAG8BFiOjNYA9nnrp42DyLjNU/IJQSUyqO4dVDIBVSct62UQ3stjDt2mrHELh+6RiseOkR/+xefHbIz0xKrNu6miNo7c4jZxG1O7eI98xyZ4I/zNhb9t6ze2l4fLVcOXpdsFarmtWxoXQzzKMI7qKZ8Vz9+r+UIF86hQsb1yh6pQS1vExy3qh70nJ+67hWCMDu9zO2UdoxHRZUksBkR90e0fsV4NzZHz1dPC7joaJEhICLmDDmnpHIfMaykhYRo5kJxfmDYxXZzVI5PZKWKtviyZnTp66tai+5DJU8fFNvHsh7gvtv+2Dl84RrR9//4w/1k1TJsKs32FIUE+qHVwXjpTiDlvrXISSY69c8Q5arzi1JfzlY5EH7T1xYo2yqL94CkNby3c6CyFO/GKh6Qv3L1TxKvhOXyEeFLWEV/hPMTYY89YmPszLADGRAnsEHfOan0ovhMfHp71cdbHnyay+CxFNvGxhrQvsq/UNky6B/RwWzAktnVpR3A5pM4aIDAOehZrjjAFWhjJiRfMS3IouHUbWXSz6D606JKzFN3EaxeyAdG9XO1WxZ/izzYfBwQ4Fs/a4kExTut0hNlKIoBQkkMijaUWa4wpUUgQIL1PzwMeaCmLdBbphxZpepYinfi0Qt4X6Rerq6vr5Xw3IM5p0ZAo78u7+YQQIY4pZrliEkZnBeWQ5YAzCjFQPTHet5JFOIvwQ4swO0sRTrw8oeiL8Gu3uQqjpCe/++tDwlsVdqfB3lkvBdaWUu898FxBZsOMWHFHK//SjuRWTWSxzWL70GLLz1JsEy9BKIc0bz9nb6MSRxL2dou7S9AaBn3LhOM0jERKhLdSOILL8/uABH21O3Wq3iy+WXw/TXzFWYpv4nGGQF98+yl4q9E5kn83Lezay5JTFiTWYmuIdAQ5q6wi2DEssea9xeepM+9msc1i+2liK89SbBP/KzTgf/Vz+T1u9sIqv9vtfbGGq9/skTX8u5NJdR3xflKxbmL3s2fWWXlmjQ78s/PPwiOizRP/LITGRHvMS6ssPe6rlVbpzoyhAcATTZHxlCJIrJNQOuwhhgh6c6ij04ZOrqnPV6azrr4fXX1r0X5Q/61RsU78txAeE+sbvbgqmbudL9dg3e7hNwwrIoPIO0ApV4Z67ByDFlHmqbZqWOLv26/r4UQ/e3adi2fXrYUfnaXwJ/5diIwJ/4iXVyV0x3y9khrdvWbCjHDCMS9APM7eWU2Jh6acgnPHhsX7fvy+sj7P+vyWIo3PUqQT/y9Ex0R61AusErXjvmCdOl2PMGOwdYZBSplDSELLPBYGOkWdFEkS9qGWsmhn0T4X0SZnKdqJfxhio6J93EusFrlb+IoN1Owa6S7MvwGAXGqpOQAaAMpkMNSNolyWx+kMCfu9+o1lkc8if0uRp2cp8on/GOJjIn/Ei6wSupt8yQ5qdRMlEm8MsARbIaW3kkHItNWGcsMNdSNz8fvzK8sinkX8liLOzlLEE/8yJMZEfMzLrJK2o75maZWOZHuDgQ7zbQ6wNlwjTBmjBjOtVJiXEzcs2ffkd5bFOov1LcWan6VYJ/5nSI5r7jEvtEaNHvVF61bqCLezImhsrxh2RlNpfJgyUAaYcMYLW64MDKrte/JLy+KdxfuW4i3OUrwT/zQMxsR7zEutErajvmpple75NpAJzpFg1FtqjWcISSMNU0Ra7zkeFux78lvLYp3F+pZiLc9SrBP/NZz6r/1lFX4eP84R37VNXecWfmujVY/4rI3+5rOlebTliST52Iu5UYrxxH5qo1+yMOF3lXjWp7v/EJMRvleLIkhysIyM2+zCH+O57s42R78HyW5TJe5TKJ6jJ9qxIXx2XmhkREBF4oWG0ZCAHhwlvB97Q4cJdwq7i9vIQuG591h4hLwnECriPLHSUyKTU+Q6TUymXx+PRE6gVx+dRE6sOe8imA/qQzYqlIkPGcZDQnlwfO5++A0doNsp7J4yFmxfjYRl2jpJJQRGG0c50hpRiJIQyU4TWSi/CqGc3MPrLmKJzlIsE+8uTIbE8uf50l2vhwRz0ZQMi2ZV3BFOxjCUAkCIBKAUYwUsRsJg7ihTVtu+cFaNZPHMOvO0wonPUjgTPy1Mx4WzQOPiOUM3COgMdY1aoQ2BVgpkDeHCWaWDZauUlIRBm6TX7zWThTQL6WmFlJylkCYeV5gNCWntyFS8KQsGJPWiqjDb1RWGxbVTq+srrQhWPIY9GM6VYs47SIUGQGluPBhQq522suBmwT2t4NKzFNzEbwrzI4J7RGRvEtaDrPJIQUIsEwxo4xFxElqqg0GsDEIejoppFtCvQkCN2qzCO108kJCysxTSxPMJiyEhfb0O3enGKeyH4bYtGxbTpkLXm9ERYIkSEBiEvbDUO2osNQpD59CQOm2ayYKaNelphZSfpZAmfkxYDglpz8lhPwCHj387KO46N5AwGaXIUkeZNzAY3TGWyAmnfbCDkeqL58RHwGXhzMJ5fl5Io8KZeCERMCSc37mdmi+Kl2UvB0TUluWzq7p8WFDTSt0NGQqthAIB7D2XnEYTWEkPtQPSY6j74po2lYU2b8ycWmxv8jKCDyK2iZcRgTeJ7fAKcCpIR9aBu9W6K0vGU+i0xsEehtYZSTgRCjoAmaHO8+PCm9eEs/jeg7sDOEf5lYkTEuk4Ibnwtb4PPwhP9fpy9cGobfhD8wL3MhxqzVxZa7ata832r7mS4yN1OkJMBNNIa4ck4wg5DgiCPMxlsQGUw0QDx67Nqq7Nmq7Nqq6NCPKxLlytySfI+XiDU0n60Td7Yw6dKWX9+bJwC3ehgjA3PSk9gkvJjv0sqn4W/1T+bReKagF7VvywcL/PS0/gpS3M9Xa3upr/I4rMCeT6s6S54y94Ikt4UAAThyOSOhz9tF1dud1mbvpSN2+KDkXtsKAbI6cBAxR64xkjUhHiEZIIEOIIJAq3qWoOWxkRqt7NPkmS+jebRHwGXtGNMkOnlJnCrBarjb9ePC32fakPFG8PKy8PFg91Fh87slH9dlvKTLihc+EuVctZamqpSfyBSOoP9OtqVcaQuzB6asEpXgc4zU0iPx9Wq5mpK9XjY7ZtKh24tx+te+jXPl75sy3LgaYnEpWBlnvSAm6Qls90Zn9em31BDtRyfqWiVTj0JfeCMyt2l/NtDFeJYSnVK24CS8IltSvsym2X/3NXhOftNhWGtTqBS/vTOFKa1/jZhuXRYXx2Hu50TEoTxyCSOgZ9Pzt4uEQ427LZ6652qyeEvQrdXRGKsfFWYIOUgwh5hAEnDjrLuUe01XK9ZiabBJ63qH62Ynu0onqw5PqAEvugru+j0pp4CBF2TFp7a7A9WZq9HFqFHanWzZCMqAPU4DAJpJBqiRSnVgHIDRNKMDwuv1VjWYqzFN+TFKOHXNAZleLEXYjwGyzj7z4u1VXHNA61enLV1qqk+Uid7paKcMgw4jHH0lGKDGXYEGGo9Ah4167KHmlwRJwHROjI9PPDhw/PqkqJvJdC3ozv7UPLOzxrebfVx+gKfHjQ7UklvV2unUrCH2y6mrgHkdQ96NvFKklGXvwQpv3z7W4oIlvXNWcu1pz5quaRuOybf3A4e73hF00894EoDlf+tMWg4bYmEsPR93CvU924cXLDVz/IwtBshez3SfZpGcrlI+1U+Ju/XhTx0dSiFvA4mM8xdPvmEX9201s2JtWJPxGRQ1LdO0JkL2KXg8eHHBR3/YkUcg6TMLV1FkAhCdWKEcckxAIC14ZxHzQymUF8DsLZU5OklNcpdzUfo3BO7Ex0dxl90AntqHwmLkUUDMnn4XEAe9FRQ0cBdEu7DgiWA0kdYV5p5DQJc1YAiADeQq6YM33hVJMeAfAYFGeWzYeRTXSWspn4DVE4JJuvVpudXy3mqyH5XCeFwzK6r9GNbeHIWqM14JohKZAWBkGMhGJYYIdQX0737WRZzbJ6clnFZyirBCQ+QhQNyeqvLvQp/PcwdHQvRR+qCsOho8O1ur5B3ngNtJRISANRMICJYRwDpnWYgCVn2w63lWU3y+7JZZecpewm7kUUH5PdF21Y36j4JqF/xyW4qdjdmrVQa8ml1d4ooZWMmfgVNMAzRnEZkTMixE1zWY6/fDk+QXjp3WWZnqUsJ05PlBzVw+733VE1XJXfoIVDpY78YsQ84hIjSRTH0lqslMHGBLBgZL04ooRDU1l2sw4+udyys5TbxA2K0sG5rtrs5m47bj+vqwo32M+dWt2tWMKVclBjJiw22EoAuUcMOGaYooQPzHvTtrLsZtk9uezys5TdxCmKsmOye8x+boTpRvv5sGI355mXIBjNiusgvco5xz3WDAhjFWAsOWt2tLksx9l+vhdZFmcpy4lrFOVH9fCI/bxXisfs57TSQVpRRTgmzBiGpRY6HjZJrVeQIqiZ80eUcLafsw6+D7mVZym3ifcUHfSe+uF66eJXGbWffVXhBvu5U6t7BJV0nENMCEcGY0OZdoQgwLFH0kJv+6LbaSvLbpbd0/tggLMU3sRJispjwtuLBOrJ0nYwHmikWtc/A1IggSDQIGq4ER6EyTCQghtggBB8XH6308YGZQE+f8P5AUQXnqXoJv5TDBzVuyP28l4JHrOX00pdoQ2CChwizMcsEBZ54qg1kFHmYVDC5ojSzfZy1rn3IrjoLAU3ca5ig85V9eGoQzJr9kXD4lqXdySVEiQAFEgbJRgh2CFGhMYwiC6Bbmh5uW4lC2kW0tML6Vl6VcHEq4qlXlXlIpTpnzS1rq8fnjSVXO1u13qCgs4UgGsvnSdGQ2qVdbT8T/lWmwigpIkJ42c3NuYA25bNzsLIunD7kIT/Ud6ETSKddVv3H0Ibv09RPVERhtJ1+GTX2zgyY8jc/it+770zu+K5tbNfpj/0dECanvz7f70N33R3+fbJN2/DG3hfJyJpPvN2Fsb6avn2bfn5hgufrS/Xb588fftkqa5c2U7zPNvkgX5ZlnWCUJRV6mER2o3/xKDLgzHxth5cm1k7buLFWjyqW2/LBp789388OeuYPgITzyrW8ay61uXhjavN+vJQhnVZNruKZV057pUc7t86po2BygmAJfYee46FcBZr6UWydHzYzH3KM51QnumZyXPnqz68MFffufrMA+LcK+4LdPVA++f5umU58axipKuLQ131+4AuLq/3dHF7tSO/SAInGMUEI+YchMJJphw3DlAsvEKpLm6buE/ZJRPKLrl/2W3eWxEfsJHe0sq9ios64d/vXXVyeRwMq3uR3bOPSycw8UxiqWfSX+NQOxz05fjrjvj2UjfVoHRhQgiCoYkJEFoDIpCD2DtOsVWJump/f59jHU841vH9j/XtPM7vhtRVOeB/fPPyZ1qULzCP8nKUJz48LPXh+b9uGfT6Zrk9HOnv3DKo0FDQHe3dy921SuqFdNRTjaWEWkrqkPZOU2C8k4lvbLeN+xz1aMJRjx5s1JdPVugwoi42q+ulrYA/IAaq2F7r8J2L9iu7cuaShaIUisQZhnWcYdR2biq4vFiFH5XqMp3CxPJqlJm0vJ7GDJV2dYNniBpGnVBKEyakV5RZyihCXFraHi822NRoPqDR4f9pmUiOytNEWYFG73D/wtW+4GLli19D117FrlXDoMpisa3Equzn00q9PC32ywZPWwssZq0NMw/3h3vJVfuFrHY8zdO8e2Be4kjEUkein1V84DjV/2s8AfX1qkO8RVM6ex8PI92uEt4NlHUnflYRajyyUjsDuONQYI09D/8nBdNtzNtAQyOsa2vGSoGN18udXX1YfhroxlqbiHJjzd8GcWxCxMWTGtyu+PaXX16/+UPxvN37SDOi7TtbxM4W+852V4Ni1vu3T15UmxBxqLx9cgYLQlcqzm6XamncECl6xX1SJE9U/FPxsv3BJ3KjvbldmXgh3DfmwdsPhqRPjwUgiTMTS52Z/m0Zzc8X4ca7zfWhxVQWzg4KK3z0i7ph7xoiL5VAimoiLKGKA269DLNqFuYWbdh7v50ReFyXFU16w0/CRr+diYDRb/i+UfG31XUwdRaLYhHXjMo0iHtClL0r0t4FaCzLmMtyozUT4lET4sXGxV308FX6Al28ih/4zaXavb1GAMowQL6P64m70Mfir/PtfBePbPj1ch4URRxCwYh+V/z7m+twea4W/3EAn1slJ61/u337R1N2bKaWs758lFv8s5iScxaH7cw1vZq9r3s1+xB7Nfu4up6FWce7t388QF9zo7d/HOBRxY+b0Zg4i3EwtJ1dWdIJF5uS2b6kguLB9YMYChPdwCBxAismBZEAM0m8pYI7q9sYqINGRnC4Xa4+7GcDs61xy0/MXDnQ0ERAHGj5von4p2A5BUFcFSqAMY6uYBCtbDUfjKx7HbrYbni/jl0sDwiqk8r+Zf/a/pC3v7+YuVTiY8bhuLx3jvw7EMrksL9eSdeVBWCMuUFSSa4EZMY4YxR31ANNHQJjUj96sp/5qJOvPqsXBj9J8gebmkj2B9u+b+l/fqX+4arDvho/skaxVAiI2+NlT/fLQfVKa4bAWUPgx0DtAPXG6AmfaLdZzX5abtdxJBXfuW0Yl+U3jF+4XAp8XS8STmXXXAbdtlvNGvMmvJPYhXndhZktuzALXQj2TeWfNts2C8GjRkyfJevlrWwYlLjk8dQl7/VOBWNu4JDHBmzbWGHoUM6DpNyj9Q5zcQ9XHEnBXVUO15fmY+83n2jPHGtyKsvm2D3uTLkJ8nJXn/l52aE963YHvrXpQnm1LrRNpn1L96H403VoM+DwIrrrmndhKnilNgFPYc60VmVCnDAf9GHEX2/cs0b8qvz8T7vnwC1UwO5u+4czzOM9KhJnl76bj0l74sDHcU/aX7rldU/Cr6qLHc/4tqTrsqcxhBRYDwVwXBDLmYKeOhWzFnpA90Lf/n6y3eDHJ70T+MZ/DdI7sS/9rYX4rvFpK++3bhef8Buw/v1p8s//0r0ri28giX/m6cXN0MW390SGxB2Qkx4Zeln9K1EYTumflnVXMlBMgwig9szFI+uUFdAK6wEjUiApD/gwcTL/TIhMiEkJgT6dEKWc4/gvFP8FxygxVG8zePW+OJG4T3La48SLavD1QGH21wdI0Rz029kGopwbxRmAGDtNrZDEEOYRRIEdzusDVDSD/stlRe/wZvSszN2eYfE4YIE/HRYzGqV8hpN/o1uYFbShRNewaC+Hr/CP+dK638Nd2H3xI3FM5azPj35GuVrAR9LIdUu7/qmOYYyZDf8KxPAQOGO8pVZyAh0zh9bG5Anjsr3xhSJkilPk74IOcj/ouIut0YID3hc4EuddznvgGDo6pRKO0XNTDoq7eSelNx5bz6gXhEPvMNDOhIkLMAhTYA/YMf2JKdkAyQbItBSh522A0PviSOIQy8U4R4rv3E7NF+M4mdmmwjGq1LU6cOFEEG8o8QJaFV1kjcROSoQgwxAYNwaXuq1soGTE3PYU4fuGDHvI88FHRT5xYeVycM2imxioXVMYyArUKezItbAcEISY5kBiiLCSVnrlw5zHKmYwHVizmDIfUBbnbDFMKsz8nOcd6L7shcTJU4AePH5YrXYDGyO+uTyAjqqsm2uXQ4ysgVQ4bo3VxMWoWgWVAgABoQ7IUbXwBYMD5rnGoyaHOAU5DoiAPm++ge+LH4nTqIA9fvzZfdgu3G6IIcu0aIAjbfmBEwZn1lomrHZMW0WdcdwFu4QrCkmZGC5lSdvK18STbIg8JpzIO84qrrehZnjAsjy8r/K/4e/bb/5HbXTf13YpTtwrRecc2flF8fr66sptiteqm8B/fjHbliWzrUoy9x9c78i8YpyHqQaHQHKGEZAWYeKl8chxxkxyTE63kRGRP6g1216u1k2K8U9yrTzS4EQ8OHKHh5iWHHze4nXoTuMWXrKgTUTqProiiJwJwlU6Hpde5y7GhIVfm30i03PbwPgs/+vn1saIs+dNjGF0L1rMly6W/S0+/4+rK1dFn03sdh3D7dRy1kQ3lj5G8c6xLL752WW4cx1etveuHnW7PpTJWwaO4cQNU6RumG826r0LlTdDG6G7prC/Gdov6p5CKygmxFmGMAsDD0nAFJcAUwst5aBNxdZvZ4QQVcWZXqySg28/CQ1DLU3EhKGmbzYNSMmH6fKMVL0oYi+Kphd1XpEYV+a2uyqUNkkl8s4tC52k7/kEJR7M6ev1b8swT9ze0MM/r6Khcql2VVBLdb0Md4lWRLBVQr+KchBsQ/9Dx1wRPkOU2lAWf/L2ycVipdUiWhzh1QZ9W9Z+9r91gPu/vLh05l0wREoL53+r4nLj/D+/vd3YsCtzfRV6UyZoDu0Ge+GinCb8phdq+S50/ru0Rnh89S8lQ8s8Ov0wnOLSLdbPPvtkhBxpc/dIm2Xx/fJCXZQnjm2C5Ruer0Fc+cVK6v+yLJVAqSxPFG6znLm6H7N11Y89GsqYm1IHrMp+lDbEEfgPQPeWQTc4cbYVndybm9XfXfJq0vSbVdGAI8xBQdeNThpBlSWAWSUJ1tYi6oHwlhHJOGlztB22MsL93s0+ifn9m03C+4FXdL9Rg0Xdg0POx/xR25Ls8ZSObUXbmqXNnC3w1AVqLT7+4ezOd3moeFuc+JqK1Nc0LpoMyUhcy+gLSOdqdyOWeaollpACIJHCAGDhIYPx1CQCVLsR22liRDS6t/kkuTi4zSRCcfhO7lki4u2zOEwjDonrpOi6Tq42H6v1ou3xiM1QL5rDod6tAjePV+/Hbx6pPxrG2f7mU6M22xYmW1tsm7zzUuIkMZnJ9xyMJ2+kJfTdRiursm6KcJNVsPKC9Rsux6eIB7uG2uWSQpvhMH6YZ8XLeZ23MK49lIb8fGnn4cNcq3K2Em/eNv23X/7tL2WTH88zMvO4BJxdgKYYk/HEy1Hwnoz3AjTjQB0O0GxKugsBHnlurIREAA+p8V44DgHwXAjDKEj2BprfT7grcF6COsma/9ciqJOv/N9NXh/0rMBRWU08CYXoyepAyGQcrWMhk21Z1zMAqjB/owAKhYgx1nBokGDYWe84p+5AYicPmcwym2X202QWnaXMJq6AQg7b0AUctplncFhq68JuDlwlvXOSW+MJ5w4zC4hQXigJULiiDsS2biLLbZbbB5dbfJZym3jhSdCT2zrseEBy60E0Jrv74m6eAs4xg0Rr4yjBWmAFLNJIWeGVMZIdSO++kSy/WX4fXH7JWcpv4gUn4YjeRSN6Fx3Tu92sichxIBw2TitNuVEIaISE91oRxIzjg3oXZbnNcvvgckvPUW5J4r8m0Yjc4hG5xcfkFnd3YiBlxgMmPaOMEK+8BBAhqzShEGE4KLc4y22W2weXW3aWcpt4mEk8ai+jUXsZHbeXu1o3SCo2lnMLfZjpMumYDJYzCFcdZE7xEXs5690svw8vv/ws5TfxEJJkRO+SEb1Ljuld0g1ZpcoQ4cL/ByVrkcECAWaCtey405qJQb1LstxmuX1wuRVnKbeJy5Kko3oXj+pdfFzvdq1mgYwyFHmsFZcGUCq9A8oCY720WKMRvZvt5iy/Dy+/8izlN/GxkqmP1T5U5eV8OW8eL5HiMNrnjdPTXoTTix3BNYYZoLAGXmKshDAEO6Qd8ApLbqDZC27awojUdm4y7kJ1xFm6/kZBgru3m0SeD17MDe6H6BnCEwv0/iCz2JN+ZOaliuFYYdC5zTKe8ao3KgC6OoWhFNFRx8QinhEURfd/wES+v72eLyIvSldHBMD/Z3+r7bN8CsiXchQQSfy0ZOqn9UM8Jeo7t5jHI00Pz1j3oXBm68I9JTpXD7LQISc1Qt4THOO3GaXOKUygwNQC0mKi08QIJzp1qtPcP5MW/RYnYka/4VtliJiSHH+7vroKIv4mHoVYHre+B0ao836+NG7bnLluLtWyDGwxq0UZe9Sc0/40FB4cD9QSZr5YBKJsysClyhl6e7VahQavootysQqP20R/ZW587pnS5TsNL3s9eApkt7D/FC+bChl7icub7Li8VUbyr1EifkpHdjrRqV5DlJrZ/KBORcLRGl2XOG0QQQJoxqRHjGNiuLdWaMoEdtK3s56x5sZORhy9/WeC8khHppkzHXmz92twPa9DL6setdAsURnspo/lrKYxpZpo06cVOmM0fB+L60X4XSTmPkT2BFgcj4gfA2M+pn5SsCR+eTL1y/t/bhkmkeZyGQbIxcdj0S3/cMvZbl/zFvEtN//gMMLlhl+MxLgM/+pzmTLc6kRAGW787jSZIBjmhgFQZdNopm+BHPN3ZTqdZZXEIUmp0T5PuGbKxZs6XPNZ8X1NphjYXkLnIkztYoqhMG+8p3iXr2zidivRPruwHTmGr9Y9kQJwgK+DoJ0oW0MhO8317imwmmLLKQVUaE69YpAjCoE1RiGPdHsMSvPruy3tPhrSoHtYKPqiSDPx4u7dZfVBQ3ZG5VQmcgoP5LQXsBPH5nC4TlvS9YPAFhtrHaAYCAaZt4o7JBFQSDoAWEdaPyVU58uxDLK83lVes4Fw5jFHY9ChIIEOOoDOc7263h0wR9XXesgpC7pnHFFgiZeaYAdQsA+kpABrqYhzhlEKO8Qpf56Bk4GTgTMVcPBZAgcmwMEHwPmhyh27PWCOby/3sNOUdcjjiec+THa8cpRrqClVNgw/iD3AgHPRIU/TQoZPhk+Gz1TwIWcJH5TAhxzA56+lwHfJ876+1sNOWdBljhLYeqgJ1VxSyAnnIKAHQEqdkB53mFP+PAMnAycDZyrg0LMEDk6AQw+A82ozN/MqKWeCnPX+ag86dVHXDQdBLxw1kDIrAeKeKSc8NNQRxNDBJKtuIIMngyeDZyrwsLMED0nAw3p71tvd/Gq1jEmIizdlweFWdVthtqsr9HDUr9Vd/pHKOU0lM4BQaq2ljCgGFLKESA15h0z9tjKkMqQypKaCFD9LSNEEUvwIpI7g6SYwdZBEFXAAEkilNAwLJBzRUjqsjWAYMzaKpAyjDKPbHl6bcXTm8ZGjOGIJjsTh0vThWZrl0vHgSZptSfe4A+61YIA4pJRXwngjuafKc+qtkrA7U/uUUzQzdrINlKFzpkGdo9DhCXRS5+JXar7c6SBkl8nLn4Wx3yKorTKrquxJ1CvpnsIpMbEQc2Y9QMwD78N8kfAAGq6pc3JPol4zYyevtPUq//dZe5zk5/oSH2t7qrNZjtziQeA19u0jtWJQ59ptyqsfVImfMGiLbTyUrjy0qxyE811ZUhKsCSst4xx6EeMPG6mQvPpBQHVLhwi1f1M5fOtRR1nQxE0ZptbXt4vQseKHzdyG0f66TGTQ26vTsc7Ml3VmdbKD7t7daI2Ds0oVURo55DnASjkHFHQMIigE1Na2jgOjzY2dWjp6+8/E45GOTHN26ZE3e6+HFZbDoOpHsQpQ3AQDbhOjtK6i4bZbfVAbu43AK/xmdVVi0rr17nIbzzMuKfa0IuAuhs12EmKUMbTVkccPGc66WO12czeEkbSkz5Cfy9KH4l/1JsshMdT1XnG//6lMP3IMvl7PjSv+bV0dGRhP193GIwWvVlXIYB2UXT1p/dhV8o6YumWqUwW3sROz63V1XmA8+3UbzxOsO1FFYqpKiBuJVk0njp0nO4qwW54sSBMHd5iaui8u1SYaLH9eLWfhbfn5btZPYmKqSrPlKu5jlpUOU5q0KUyO1T0MnBuvPBIzN/6Dz4X5eMsT0fzoi7nBzsVdnE8QPvd24Ms3E7m3T6openiGGHrbTMz7OVJKmdrOw99c8U9NnoL9eG7iccvZ+T7bSsXTYm5i/PTDhtCdOfTvMCE/KsXnFi1HxiDFEod4BAYgdRAx10jUUNRcWtbNKMy5JApLQKDhHiJhHdZUWamF4xbYPaXSFk6wGPiYeDPBtPqL483EgXR3kuCHjKEbl97EuxzBAentxdE1I3Q4lq5b2o1+ZUAyLrgtz66XBBltifBMUe6kJb4nwyeLqctS/Lil+DabiqeT47uGpcXJ97Y86H73jQTr35+K+C/e/Ot/6W/iH5N//teid2XTu/L2nviQOIAjNKTd59vtvLPIvlfB+5JhHV8Vd1OgGmos4w47TaEBRmFHOSRAKCOc5Lqv5qtGMiMyIybbAfxKJxj4LM2TxB0c4QH8/HC9tNsB+Pj6+iB6ysJurD+wilJiOEXSeQklow4yKBQgmkDQB0/ZRMZOxk7Gzudhh5wldhJncEQGsPP62hi3HQLPdl8yiJ66uAMfYDAlRBgoAUUcMcCc4IRwIZjCRLgefOpGMn4yfjJ+Pg8/9Czxk7h5IzqEn+pAgiH87EuG8VMVd+NwEeceEmqllwZ7ADDWWpg4bjUxsr8uUzeS8ZPxc0bLq+wsJTnxkEZsQJJ/XW0W9kqtB0T5Q1s0KMtNeTe61QFgtDKISS2R0Yh4ixEGSHJPmKA9YW5aydKcpfmMpJmfpTQnrseID0jzz2oTPupPV/GB+wK9iKWzeV06KNNJlYNcGRJxgJlBGhKGkMAIAhauCq6NSE5CHmgoS3aW7DOSbHGWkp340iIxZHGvQ29Wm0GTuy0atrnr8u6xB96CKLs4HhIFKcRSeekktoQ7h2RfTzetZGnO0nxG0izPUpoTv0kkB50aFutBl4bFetyhYdG1tInHlEMDNOIeMMiICHNlL6mGCnsOxYA7wyJb2Vl6z8olCZyj+PLEoxAPeRT2Qov3u3KD4cXd0u50GRPgVRBdyhimSiguoDGYG6I9xcL09/1OFWacxTiL8SeL8Vm6FvLEtRB3XAvnSxc/kSlPVKzyKXUM66a8PCywSm7UWteDpd2kJVBRaSjRWnKDOAESWYSs9sQzIGiynzbU1IhsD9/2c8MXhjswjbyPvMWHEPWhDx6kfNfJLdCGEMcAtCD5i3AX55ZVtFlzjPKl2kUwxPpNq08T6Xa7XYyhCiM0BrlVBHj2sBG7X8jO2qfFd90xEuty9WG2W82qA3tnqhq69SrW58V43arlwwiuYaG/ZfQWT1wnceo6+V11HPF3f34+Fp1b99Iu1XBs7kh5191aQgF8mJNwBbijQGDkDVRMeE2cVu1x8iONjXBw7NafScLRTkzCwvH3ecPBROQENBz5/F0evr0GQAG1T7TytAfEKvy2AmLg5/W2TMdyvSmW7kOn4aLiSz529jPjdnO08aOPNv78pAs8cUjFePSo8PqbV69u7MzwZtxsm1oDJ4h363TNXOu1V4ZQE/7EOUAIC62gJlh5JzwbPk+82+CtThfvdmHSY8YPOnOC88YP3/EDmL9fH/C/apP3x9WHmEmo/uqqn7Yg/K/MdvDLh2Xxb+VXrJ97qnwGh7buYc6CWfhfmepg9WE5K8dR811a03fUJj7Ghttaxol7LSaHEP2LM/O1K16oTUz1sxg6Hbjsw6asNzN1vSNnA99U/TDBwdH6IzkOhn4zCSsP2pwSkgdN33dGg9dhnBoV5vJl0i2zWpUZBatObZvUM25/0Hic9b8dHCIJSZ8VLxZzUzYUf1vN2IrV2i0DMddBGq3bqfmiiB/kns4CvtO6300ScHZpAdCYjCc+rJjeIOM3iPbhgv6grKWmEdNKMkmDNaQQUsxJ6SUjGNow+QXQia5p1JOwyRf3z12Q84J+X6L3L/O+RfpBF/NHxTlxZMVsRJxflj0cluWrumxUkMsK3aA8QzVykkpjJcfOG2qgEFxhRRBPD4jqNZNFOIvw0bX6kwrwTQkC4IMIcOK7iju+q6vNerWJn+6YxW2aWrext49X7qUTa2r/1tT+TV8v7aKXRazfapmZbRGHvF79/tmbcTe0P82u3A03uY3cs2NyX47du8n9wAgoZV2rbdxcS+3vptO1da50sVTv5xelbD8rYmPNgxTlaA8/WBbbYOcHYf9YlIN+tYyXqw48LeZL64JxbtVyF3f9os2+t+gaGb8n0xwBBGcAzqAsIP0Gkm/gwZb8UUE5O8Mcj4EgcXXF4igIjsp/z8umV6O7HQWsU8BhjCXERlOntRfWOisMVgK3KbT77dxNmycSfrBGNI22Hm3/5vyuWXRPZYN3ZRexbyicWnYfXG4Tp1YsB+X251aJ9OU20TAjcrtXpJ2UPBgZxLkO1rdCQhhgvbdcEEcAgYjRAblt2nmscptV7r/cj+HdlVpMvsHsM6QWPqTZPSa1IvFlJR1f1o/abY6b3LHGrczt0Yo9UzvWvMHK7jY2rYV9pO1prOsjN7h/MQ8Snezh7eX4Um33Al6eg1P/ppwThy7u5iaIayvkUea3laRfhr6UzxOd5VabUtR1EN9LtbwI8+iSEGFqHno0N++K63XcbAqi3qyGx7utNpMr56efaGIT8A2iXYEfFYqTmNf1Tt2LjYuMUcUP4b/XYTQEPFdf5HXtj/gm7rmGi+/nS+O2xV/n2/git/HH/9e5dfEXp2x8yRNv4JmyYzM183XHZvVQmW2rjs3iZnC8WHVs9r7uWPzxu9Cx2abq2JHtvPKVz5pXPvs1ikxjRwzt53WxR8awl/j+EjiKvVHa9YyUTmn3bB7qfJkVmEihLbTGeIEQ0V4r6zpxOJ02TuHCf1Z4u+vpEhlvk8w9CPqGkCmhloF2FkBLnHkJGrfjhqZgXakdnYcNV+uwzmgJlXbOAkqp9SY6ehFpMHfchP+gEdZ94ows23RfHfQ+aeJGwTfwU+24z560ZeSdDHmJqytJXV1/Xa3ab/vLMp2zflitwnu4CpPMZINjtWwnrWMVOpizHigpjfNYCuiMZkBY74mzlGNFZLvxO9baCTiX3mrvuW7eTbQ4NdL6ffPtebUAVYQv/KLuTrs2VPzr9XZXbN2u9tcK7+WiTARXQi5dRgrQWiwixNar9fWi3OItMVb+Lm17vVnZa7PbnmJK2r7RO+GMfQOCBdfFWRzw9TGQr6qvclY+G3RMgBM3S0KOCHDxeheDnG4hx7NtU/O4ONf1uv7qRlKqsKAAM+m41NBBIRHEgCkDrb9RqutG7ybcWbArwa7e3d4uaaX61cJFH8y41LwrnUBigHj9pp8UdS/L050TyT0vgaVBZo8JbDu+z0pu2ZjcJq6ThI7J7ZsPq5sEdvdhdVxSQ4VumjFrueRWOCmUhFh4ShnWTGhJnXbQHBfR0FpWvFnxfrocs28ov6PiRWepeBNnScKOCPAtFW8QrFsp3rZeR6qRx9rroGGDUc0IJ4gZJwHzEFhv4g7VTVKdFW9WvEMCG/9HP03xorNUvImPJOEHclsvLNSPNyKy9SR/tj+hqi+t3Srd5T2hFAw6FwJGnfM+HkfikRVWOc+shoOC2m0vK+DpFHD9hW5Wv1XFB1O+7XFony7J8huI76h6wVmq3sS7kYijInxc+XbF6pj6Hax5oICRdMJbCKDhUgaVCylSXEKoMTaK3UKuswqeTgXX4vqg+ncCmUXgBnN5XPuCs9S+iYMjkQei+/M8vBA7qHxni7JsQOd2S7qJ/zyh1HPMOFUcW+28E+H1ijD1lcQjnopkt5kREUwHe/e2n+k0Ndrw5DJ6+B7vWUr7qrfOcRCl89trrRfu5WqzvqzSG5SCGVqbhwY2bruLFasHaLJ+PR69vV5td8H8cPZmHoxlXNDl+7mK72co7UKvuJ97IX3D95iA4YBp+BuAp0rAsFEfiue7OL7KHddVlXXB7b/nq/p7Vp9bNYypswxNnYwh9Gammt7EK2UGBreXvmZ0Hdnn6yPtlgkXZOKFSsExtB43ijo3P2YTDVXsbgYIIqBEwcghLLxvJ6mSUCmKYShwUA6aREOtZhzfq9H0eUT+oWtMPS3Wt7HB7tvm+tIZS77BNDN2csYmLq8UHjC2O5NOjdfuxOjAs79f4dCjP9SoKsRLv9mPYagF0ubFny9y8ScZRdUZQoPruZ9iVg5OMxEogIxhOXd2h3jw4Nex5SGZuHFSNC6kg2ZQOkQPjZ8xkW3rHZfc2kQaN2KSNqc0YbJMPwqZ/gzxld8gOOEq0X1K8dhKkUw8E2nnVPjobBlaq/KMv9gnFE+9sesqVUZnk1ap88uPVOge34QARMxKbIGAgFJHvceeSQG15NCr1hF7pLWxLPNjN//cyLvRbkzjoz3+Um8Q+uNBKfLOQu/Vcqe2ceISpiFhDIQ3tg1lldN1OUFZXAW1WMbG1lFrz4qffJTp4kOMiK2jblURJzqLGgWFisG58eGeVrltPhbB1vz/s/evXXLbWJoo/FdY/aHrS1JNXHiLM2tmybJlu7vcpVNSlafn9btmgSSYGaXIYHQwQun0rz97AyAJMkgGU8nITEnststSEARAEnievTf25dpZq/aIGPl6D70C46qdoIAEAQYvbQR0XofaVlk8C1B2ylRuARTm0m++zbTMX7hWRl3KHOKtKF3xcCatrHKG3zo/bK/FNSriChArV3h0EMcl+Ro2wbub4lCUDuwMlTu2vJT/+9aVZi4aJCrv9zs9F2hw7+7UXNxir9Ozj6lpFdK7+GBug/STtTXLN9a3fWPV+zg9Z1BTu96L3Q1antonDT3X2mThecTjaZ5TRiQVQiaExwlLAybDSFj1SHo6GuCJVksAG/3COnN4JGdMGWMm/pgy1NNzyTWusQqwtXHr3rGn+tu/2fN07m4KxSEqpiRbl/Ai7xHz13sghv0hLzbrAmgJ92W1F6D9/eVjd75Sg1YNnf6KkZmh03kDOkJxu/4DhP4Pe7E1vG6oDheDMnS1YPVSkUNpPRX3UE/F1TZVF6airVw2qo4AZx9YTcVMyy/Zt/2S/ybFxvkBVdge9yh4ChAS8FoXN0+utE8I4gAeUSS5zMMgyj0WkjQRNCF5lnkpyWrUPOlmADOxnVs1NKmHKw0V3+IdrBsUFx9d1WlkoNly2QyO8NQw2UnivFlLBECcoKMnCIJvLveAdXVK53UJ7aTQUrIJfEMstGX1ZwlorACF+61MNPMAyvvDcbttRDGtgNdAYm8hk3LzYnhSmpkYyGh2gMIRe23VFQgH4eR0D08FE8tH2rd9pN8LULbMscEpmpRwtTLjd/Gk51o7BV2ah5EXe36Us4hx6qc+92IhCPU4Y34TgNTT0QCm9A35SPToHXwW1Oh/d0+KFu/0Ftdgka2v17AuHPji7ysbWnVOBNtM7rdOZooooDpd7Z86mWz5fJLT4X4n7/ZrrDXXIzh1r57KTR/qFnOKTX2z+mLrGQ2KezxuZdh4rkpAseUs7oe95S1/XW+yzTqXvdm96tJyd6bVWIav0cYnWb5OW/fXrOhpOA+GDXY8e23LTv9TsuBEM54y/CDK9ebe0dTaVKRsiTK23NNI3/euOpozRw1XuqyP8fnV1TC3n+QWpSkUED4cE+moz6YOI3bPIh5xlwSVeBS18z2MLvknyd31nRSwFjE3eZ34oZJMjV/KX7cbmKbz7phs1qm4qMaWVJNpkj1UUjrKWQIr8OBk3F0zmTFjV73cq9d7PqtDOARbloO8H43D1on0Nbbv2slsBpHFFsgECxOPS0qJiLifBRnnQc6z0JMR8ZMo7CnUe4In8ye0+VKxK/6Ksetv9fdyvoOhZ8CwcOWRuTFswa8nwC8rSsCPx/GrW4+kZ+v1liUZateuMcQCEUSRT+I4DyIuspAzEoSplCL0spSPgdelipQs2PU1y10+/BM8ArNmz7W1YNYkzPI9y/0+sN3vfxS3aNFADxy0eVmuCiei17VqqtzJ0IjTNO1KYOcatsOgoijLfc/3ciq4L4gXyZxRn0QipH6SN8lTz/U65M9yI/YH40LQO5nHKppn+p8L984MMwX+CJkR/8wWVK72ekF2oE9ZzKrNqJwL0SnGQOJxu/7vo9Tmd3O2JJKNyjkIj/lk4tmQcc1+223DlH3l1DD1Rl19esMUd2mMrnaIz9HcxwbfGyPp3ySeIQO8w/vd689ozhCsl38pbDWWWng7OAn3oCahU3GevrdhTD0LTdPODnzPcrUPWtml8axJIgvtnPe7zfqAxXcxUeepJqtauvlGfAJsKBvvv/bvHYkvpAHnoQDBj/Asyn2WJ3ngUZ5nzGPMKoXRdLIvh6BRN4JNunNLnKurk4rOhYzj3c8FjOOjnMdFf9bjBcynWleVkxvY41tTa04fOBpXvFvxUWq50Dj6okfGPea8OaQ35lTO1KRV6wkf75XymnLWhz+bTK8Ncq7hue+vdIdWRW9nJ/e1t4DBYn1+ce+gpR49As2px5+eQ6wMXEIQthC56LPb033Pcs0PbNf8X/RR0LvahQaFTFhkm57TQXPl5GSw/Xs7f3wqMxoLP/JlEBKfCSKzEDOOZmmWBHHjZ9DpZGBb64Mrt3b4cbtjP3Jfn+t/po19bpjzB4f+ZdwMajFfq2V6d1vq3YmTwcbUla59+uGyOV38+8/qbu1JgzIUbEvTzSvnnbV7cctWPs64Z3NZ4qOL5ymYU21cwld8rmBpEJpaCp1yBgVhLv14vS+OGBZhQvsu5JwAc2zpcOrjgqpejV8H8xmXhCmV6rs7T2/U80BkRRcEdnTBP9blESSx1yCGvS32t+Up/nxSLVwQQ1HnvG3Eiu6FFgLxzA+FL5KceknKQbbwc8m8iIUiZakkTTBBt5cBCOo2mwl5BrqdCXAGen9qCaJyUPgnhgiJBKUF2PwAJ+irWSOLytl+7+Qb+fsaFSdEEYMpbbi5crYFiBuHg3IPFQcsvgU97+9VwIHYowo3c9TQ50FJtFIx988tA1he2YHtlW0BkXHBRC8qa+cl15VD5I2+oPdd++e2f6GfJF4O+y4NApFFnFOWi9DjSegRaacjbvcxsOcspLIazxjBc3aAmfbh2XGmMH8w4440wTnoaAZbrorRQW8gLaNX+fL19rwu9teyOJYO0Hi2rsX/DG6/BbG7dp8tr5z/keyd3/5N1Zm2dYHf/k0F+lR+33BB/g4LF8fGDawChSRs3Gqj57NXX7haInm+AHf0gYe4xZBNWGe7vkfoXDx9gF+qBs81/WaHqOjlPue2nhanD/I6+yS2act5/hksc5HrxcZjxffmtsz9XVtRfzRAYwvL32u3xblk5ArLLHl4ROztcN5Um5rl3B/4JwWOftysD+lNBRCn5jRslB+3TQ6L+pe2qMvzLA0lYV7Ikyzlge95cUjTLPSiNLSrQFe3D1nPVMmTazWr6nFnMpwN9jyXzWxwgKem1u9RnV1vYVELJz8ejnt1SAAyqyy2V46ap3NX7DeZJfqKW/GHpU7X9i59hIpXLF7VD2kUbJt9FSkLp3FYrVIEWTejMU8b2ezCSSWQbl0jqYnRkepA+E8XEaUfzsdfg3vw18kEPln5fG4meFvvHbeSCiszibIeOR8k7II3BYDC9v5yBaZOZlEbS9QBuHuAWYAgr2Yxwh8Nck81mFihHEHQstzqI8ENiOlt822qTwkr+rhVDd0EGjYmx5pKeq+2E+xGXhQkMuNxmicUq4Fm3MtjkmYBl3HYZLjv7WrQktvTtnYqeLwdd6z32ay4Y4NMsa0Es57O1EbZ5mjassoKrGx3UHZV2+cGVTCddk5geof03tGP5eBjWaTyJ4s7EM2rdC0CVLXrQtto5PborHV8WqaK9WmzE1CIVibRrUmWBwdGF+WrF8Imi0rxEokkWLFHG99fO9+vMToS1YdfhVqQvwK34Pn1TlYmDTyc7ObTq87+5+ISPOI3E3HvxD3yyh3QS2kmoo/6MYdDN5VeLRoP0kk/ek+lFivIJrCDbJBOMGKyMQb25GxQbXrtgqeXWnwShbmfAHVwnqV+EvpJCpQiskQmNAqlbNSU036GEjacNJwrS8NQx3OlZhjq/1nYw9CFsc2hGgCCio6+xxQ9W2d9q0K4UbHZAOKrsGLYno4Sw8rDfv1RRxrrXdTKDgRS0d0NWvaKbZXia5/heUBZZwrqaCdVdOJG08l6m26O8FvjebBZf5SGf640+Si/rCKFneHghxDOOv3MQMaL6C1fIVSTlRetyKP9sr6Xt/cgW+f3Vf7bU++r744oPezVN67ccOfLp5NZE3BhAqeeV26iJ6AyqNQQMeWktAcOpwK0FU4UtOptrLdyf+98WN9K5QJ8mrlfNXAPpkGTRrr9e7swLE3TTOSe8FNM2k+JjGQkWB6EhMooaXw1Op0MJYlut5orQ3Rvr3NlV+zt/KkNRx/kZqMxsrgDYR6Wke13kYvkuMEzmGqWVeJFCz7/UonkBgwRBis8bRy3AIw74Jo569NkbW3PK5WrDVbqFnY2Fs62eeBPl3FuXWT6r4IoCFuxeG7j0D+q6u+GMGpEVAXJcSeV2rPmuz3uh/dqM13KRlSVoq/Io8YRVYT8gJPRbjYJTsZVO3ssWXYHq6eeNVgxXIEdw/X+VuwPzl/Wn3C/YmHid/AZ9s4/iO3jh23cjWqjqgLjvt67n8hp2PxY027QvBra1UO7MLSrhnb/cZLxo6/Pmm3biYRgpEdnA3nYcHNlCnnYqFPoZ86o+/+UMJyjpB3YYIjx6sM6+b64daATdON1xLVYK5uQ4ptTaU0XdqokfDzZ0GqF2F+BUoG+Bto2VFdAMNKVCRmDNV3clYqKYLebQDTQK9wNTG7j1KvNKAGKonCm6y26BOGOeVXNjXpOrX07v7U2wW//YnSd0jgLGRLUmZNuVXcMHRTgy+i3gGlHj7ty5pMQowB9u7pE7HqhQ/iKsRVv5z4Yw6wXl1E5GkBkYkWohd4ERKYTEJlOR2T6AESmj0Jk+rSITJ8FkemCyAsifyuIHHUT3I9h1otD5HgIka0Yt5BMQGQ2AZHZdERmD0Bk9ihEZk+LyOxZEJktiLwg8reCyO0EfWcw66UhsnIU7UVkK0AxbAUo4sGObaLAkx6XdLPK6F/bEcXS91iUhYTkVMqI0SAN45SJWHoBLOEmh4y+9wIZY74J+0K8YOcLx84h83lPyFKFMpysCJ1XE392LdyKPAztyEPl32AjDHxptWXUefwJ0rSvdupe+7lMg9gPkoxKAv+fpr7PRJSEPCRJ4ynX7mNBnmEnhwV5vkbk+bZENh4Bnn42mJIXCaZWLGlox5K+VlG9NpqqON8TFNW/ttAzT3kcUC9meUBgqxOPpJ6fysT3glz4WWPF1PcuqLnIa4u8ZiAGs2Pxz4YY+iIhxoqZC+2Yufdy/2mdwkdqHVybH0+Apr7QwhovykMqIiJkEos8E8IPc59zyRkjIsiarBD17QvcLHDzBcPNmJ/V5+ANfYxIw14k3liBVqEdaPVuX/xTpoc23uzMjyd4U19o4Q0heR54MqJ5mqscdzQFHTGVLE1JFuXWCW11+4I3C958neLNg3LoaMDxVx55jGsIf5GAY4XfhHb4zduiwOBkG25y9dOpMar6vW2G4mEu0jgOoljEkZ+GuZeHWS5TzgCHgqQGm+ruBWsWrFlUqQpp4B/vs5HGf5FIY8WRhHYcyQ+/w8ZAN2Pnu02RfnSIg+mKWsgjqyZugk1colIenQDRQLMWLoWMxJGXyNyTwgtowDLPT2gUJL4IfcCnGpcGOltg6mlg6rWKErnGGJCyqaSpQ7hNrJ7z1s7OZ+c5f1i0ndr0/3cLNFQu2PkVYGew8sLPxs7gRWKnFU4Rxuexk57FTjoNO2k7OE9mIfNywnyf5GGUxCIKE+LHSUizKJXRGeykC3Yu2Llg54vGznBFg8/GzvAlYie1Ah8ir8+kpoqI9RrWdBkvd9C+Vl1vp5snochpziUlYRSEhAiaSi5SL+WcBSI7MbNVvSzwuGjAi7WtwaLoMVgUPbYU2kWwyHL5j0jXwZR2HUxpr4NpWyYTUUY8loc+k9L3Mp5HRAhOPC/LoyTM47aD6fOLYF9ouNSCMV+htEM9+GfewKLnDiqilgt7RLsOpjbCKLfPE4TRv7YtZtIPYPnnUcqTQMLGYH4SepJwItJUiEbr0/cuCLMgzOJI+rU6kgJohis//mzQJC8SNC2v/Ij1eXnRHi+vU/BsrrTNZoJmfhQlNCYiDH3uxYFIwzDkQSJIJvwTPy8FoubP1D3cHG+TrVhvFkRdEHWR2bCc4WfDD32R8GP5sUenfuy068d+Cjzm53aGUxnLiGdEyNSLMhlIL455yIKIJbkn/bDtyb7IbQvKLChTowzzVsT/bJRhLxJlLFf2yO+zg9M+CzgdtH234SaOkzRIRejnQeZLj0ShB9CT+7mfUJrQ8NTqvSDOgjiLvdvCHLrygs/GHP4iMcdyZ4+CU+9SeuJdSvudS7tYk+U8DjKaZyDjxCHoVzJJgiD2ozQJiNfxLV2AZgGaRbSpYYY/RoHyXyTMWE7sUTjiHkXPu5bSaa6ltMe1VEjJM05knILYExORBXGSJxKAimQpSYbdo+gLcS19KTBFF5j6omCq7QR2Kdzypwbf0Jfm1jmIW5ZLfBSdxy16FrfoNNyiHYclKtKI8oinfkYDL45jHodRHvse/M2yFA10tuDWIl4t4lUFU+HK+3zLUfgiYcryPo/iYQ9KOuxBSc94UHZ8mlIS8Cz0OBMR6HRC0pgRyRPp8yT3AznkQbkg0YJEi0XJwqJoRelnY9GzelAOYRGzvLljr+tByboelKzXg5J1IgI9DzAu8wMecJqGgQxIFHtp7sncD9O87UHJnh1jvtD0xgvGfIXSDqcrj82bCPi5kwAzy0c7Jl0PStb1oGS9HpSsk+gpS0CPirlIci6DlHhhFKVJxinLY5rQtgflgjALwixSjIUxwdRzMfbCHA6HMcby0o7piccPO/H4Yf0eP6zjZ5h6JE/jJM6CgOc0xOS/IhAkSZLI99KOx8+CMwvOLJJMjTLhY0oa0BeJMpZbc9zr1sz63JrZoFtzG254IjKSchEGfirzMItZxtJQUuHJMEgidurWvCDOgjgL4lSI43uP0Z3Yi0Qcy5M55n2WYtZnI2aD1uE24kjGWCgiTiiVfuQFoFGFPJMiysIkZ2F6ahdeEGdBnEWXsjCHrBj5bMzhLxJzLL/m2D/1MWSnGSzZQAbLNtr4lOecc1/4fuADvsicZCkgDc09SqM07WawXLBmwZpFuqmRhj1GuvFfJNJY3sxxMOKuw867GbJpboasx80wITyIRexjmaeES5IFgFGBxyOPhyTIhjNYshfiZrjA1AJTLwam+NQUIOyFeRUOw5TlDR2H52GKnoUpOg2m2k48LBciQJGJ8kjmNBEs8700Dbws8f0wIWdgii4wtcDUAlMVTPkr9vnSVPgiYcpyfo6jYa9CNuxVyM54Fbb1OYxDTfwwZZ4MQZ8LQZUTYQa7R1CSsHzQq3DR6xYkWmxIFhZN9nBmL8yrcBiLLA/n2PZw/vs+gdf8/rCX8uC8/4iLQb9OC5SO2MYtVRu3xDZuWbXR6DTYol2eiSckknEkUp8IEVMqaMCTkPskyoKcNmmCBrsbAKrB9u0d/+p2xx+DaROHmQnLJo721Bj2RiNGilh17+AU4HehU3bdrQ83TrmR8qPTJP4qr5xjiftGQYl+KpW3KzO5u185r53qLSuM+nPp7OQelP8DgFl5XB8wa7fCvfKmuEuF6g0gKzsiiSKkwPb8KA/4c/VKZy/fNowkQ9nRbgv4qPAedn2J0ToXT3Oi/VI1uHgitKtvI7kb4Q6JUB1m3oCn5mRp8afiDsnTbAWBcpzcbw1wOt/LEhagWq//hRnpf4F9nwIfv9sjcKfS+f99OB6K/Vps/v8dqJ+ER+ZedMQs7txD4WoOdwVKczCNCiUyNQ0FFpgY373V03B3Zhq//VuHWaqeR4Du1W573SWgPrrhjRN74NlO7G9FeXDeFkXmfHfcXyvBBu4+7jGT/wnv3B9vb+/dRDUsa65p/dpWyDPJfOqJPPLikEc0IjkTQpAgi1JKaeOF2upigFNymCm8vCIz7WDVVTOtXsYj6eT8CDMxyfmBppBIPCOJ/CJAtFTlGtLNGn4qnVyC8Hlz3F7v7zWNKLY4wMzvnU1RfERs13MFKRfW+3GPv/xT3DnZvtjt8C9iu741RIScUN4WBfSzhjHVioff/+T8AOQBpGKXg+gSC74oZy/xI2U1y7y6DJtcPTjl5pdCKl0AJp5LiEMouqExNicAAxLBF/1+XcK+und+hhUEu0OtKVwF/3k87FU/cCUvQJPRmPyrrhJyEShWE3IzPSF33UzIhQm522pCcCUvQEnV6GzKloyAchv3pgIxsYDY9vX/IAA7CueHT6i7VW/jQyWFNapUhcUH1d6V2L6abKNY7+r2GqNrSJ56m7FL6L/D+9T3/V913/819/1fc7kD1KNDPBajRzufCZ5Hx3gsMkcPROYPCLtakLhyDve74hrQAgT9bA8LDX6q7ANVnZ1Gcke4vpGV5O6ox3E2sOSVtI7fzfn1RkITVahHmQUqYEcEFk6t0ph7T0ZQrWCqyuKQnk7hyjm1llzDtLW1A2+93YGWgFvGESiVHvBB1tvOeFpwenURQ4QBfPheerBFn/gy9QmkM4olujEavh27MYqsU2PEDvujfIxG8j0oxPXgRiFRYpVw3h/3u/1aiTpvik2hdosE9eRSWkkGU6lhzSglOBW4VNZTcVOcCn4JiVw3SIL65brq5brm+fq4sG0VG2RHarEjHWJHFRZ3opy0UFuFtXVsYsZiP9SurbkILhMvpznJZJDEIuA8C2iQch5S6kVNLeGh3i5gwf/iqS9eqO9rob6vjjuYQ8gK/qFkfu5YeOPivMEs3mBDvKFCHYcYQ5iLw1yhWnTS70VC5DQhQiYR91iQMl+kLOOChJHMgn6WUP0s/LDww0vlh/O0cHpW22AoiOD+ozCULBj6LBjKLQzlgxi6P6zLQzmIovXlERzVbdpxVoQkge9FlHAWB3HA0sgPRJ7Crx6XfjSApLqnBUsXLH1WLB07WEjFHg09G0xaWsndn4mswYo9zrJBF2R9FmT1LWT1h5D1fXoj0UFrCFrL5vowtlaNOunGEsmT2GciJHGexiLJRYamDBlFSewNiKlVVwu6Luj64i0Zi/X+K7HAxCsSPorj2MJxz8JxgcVxwRDH/ae8G1QdtvraMLdhg3a9OU+KXMD/0ZxEnKciDVM/JTJPvJjQjPTzGnazcNrCaS/a+vIwzYCSlf84zYAvqPksqBlaqBkOoaZOKzGEm3l1dRg5dZN2gtCUBHlIYy+MeU4lDfwgSCMRpSLKAx6zfuzUHS3ouaDn14SebEWiR6Gnv6Dns6BnZKGnHc/5/iD2h+Ou79PVuQd1kz4c6HhMjrTsOkkONe0A5WCzR/pGDvU7Vyzn8It4Uo/IvwhUOrW3uplTC/+syMgry3Udl+hxnx839U2IU2J734NvjUO7cHKAypsrR4ryHjcG7IvMQJf2aj8msOgaX3dH5ojLZR2U+auegUQ/5w/HRDpqGTgKG1QPx+0a35/ASNFjqTzg60hRTE9QXhnf+wqfU3g1sAcKBzqDz5Q5ojSo2/c0Gs4TDPlCzN8V+0NebNZF3eDleZfsis09zDHrs2q0r53aM96Z6877dF9sNs4P6nM8vUWDuB5zvBirx7NOltdhdLqIK+Jr5+1x6/wq7pFiDJngenzz4bXzXqpADL1NPtwVzncKDMrZ6ES4+REIQ6i9Y+gDBnfTA/CHHlzTyeGucDUSlSMEMgidZ0mEDpFIbJFI3EMiWOajhzhu9c/ttLXWtXagrZeEkc9Sz894KOJYBkQEkUxDmXvCk6JJXGv1cIkkAF8mQ8QLQ3xxDPFuL29h7XyucF7BJ6MrTmaFzwU654JO3woqJV4PdP6kJYAudBrBoBc68Vr78FJwIoMoEWmUpGEeszAJZRL7ofSITAg5gU7sYYHOBTq/Dej8FkRoxh/BAQ/1Jvxjvc3k7/CJmOf9tjDCAxnBim4lpIcRui7Y1RR6va9bF1ukQKmISJCIOAp4GAgW5DJnURTmOc+IFKekcCmf64UVFlZYWOF5WCFY+f7nsgL9XFZYOOHBnGDFdBLawwlv1c6XZSt7dTWP3Fx0yRA7NC06tYK8JEyiMGSJYF6SpX6URAHlnBLfz8WpyaXpZ+GJhScWnvhqeCJekc/WHtiiPTwhU1hRnISNMQUdYwp6lilox8IURIHvB6mIUs6wyIGIGUmYjDmoFpk3zBR0YYqFKRam+FqYgnsnBTmnMwVfNIon4wkrUpXwHp74IMVtD0Mc9M+93IDX2qwQB3FOcuCFPKNhIFOPZ2mS85hwntE8OmEF7GHhg4UPFj74aviArgj9XD7wl7Pni3KAFVNL/B4O+JvC27KHBvb1lV4mMJfbxqTMpz7zaEQCP6UsTDPh55ymLA8pSZXbUJsMTCcLHyx8sPDBV8MHDCjhc/kgWCxJT8gOVjQqCXrYAV5TDzPA/IdYAS61SzvlMkwTKmKeZRGNKQljSQI8kE5zGvJT9QA6WNhgYYOFDb4aNvBX3mezQbhoBxfFfyuuloR9JwndkNratt8bTdu+2iKCLGQ8CDxOM+JFQRxnLAiSPE5FQhMpxCkRXCyGduGChQu+LOd+HqzYZx/NRguEXhRCreBa0hdc+w+1jlXF1B4cVatclzMdAlOrSQtR/TzzmYhEFjPuB4L4NKW+F8Z5wFnIwvAEUa2OFlhdYHWB1fAR55jxY6ulLrA6CqtWuCmxw03f3OzX5eEWFt2P6/zgvBH7zPmL2X/v2qWf0qqpew1N3RSaumarqpwhpzkMJtzRzWVw7pYOwp5t/sjcBuf6nwmNJ7yos6isvM3mSnbwo6oDjIB2uBHbjxqfP61hNRb7EjFZOFWNMweWvZNpgFUbrl5RPwEyZeK+tHA7uwfFep0CCMJG2GEx5aY5PrqDj95JK/NzholGMIkMbKji9lbum+QwpS5mfYd1I2HfYzoYp9zJFLaRk63LtDhiAThrdjdmTq+cD/C3fL0vD6ZC9SkSA2KssQhtcbfFzhPVye841U/rBIcuHAuj/3SRbOjvzcO8/d8PMXiU2+Kuz9jR/H5q6HgP154rqySuhHW6kWWvhaZ9scdEUzV4KuPMN5Ebk7pehIUaPb9VqHEaZ1wko8RjCqKzAWIMrGBi6vUSo/1orWCBBrVtrD4NGRhq187VEMok8APCoswLg1SQLKVZnAs/lXlCksagc56SZtdFvhYWjBcWXFhwYcGFBT+DBaMVCy/Cgs/OgFbwNCXnGZCeZ0A6kQHbARFSeBlN8ywRvpdGXuClQSBlmMRhnLIkYj0M2O5tYb6F+Rbm+xKZ7+vkDOKtfP5YziAvkjOs4GpqB1f/fIsUcVIkd40/dwvj2j+2E+z7IsrTXMRY89aLSRgkGcuCJA29hIskr4nA7sF8MbeL/lt5lxT7rdsa7ZFWwb4+Z2KCvq4noT+dE/0V9jvqywOw/vYvd8Xdb//i5PvitsMEDbKXGyk/Ogksn+s9oG7mqCdw9BNcaZheb9PNEaaB7LGRMMLff9a4Lsp7Zys+ra/1qYs6irktCuy72chzl8hqZwz9NqvQAlQR1+PGschOd9QSWi8ENr3QYkXjUjsa9+1xs3F+xRV+ii85XHPV6u+CzMmVtshJw5hGHpehIDmTaQxiZx4IwDRf+H6c1Uhz0s2ArJnJzTpdF8fSPR34kaAz0vVM2DMywiQI4jNC0K/yzyDKwctCzgM0KG4lwAwKcaI83CvUACR65bx26llX+eavnL0sd7BAURjEJ3HUpGooMhnN4UfpwMYDkCpyFPhAACwRmwB8hLPbwHjFXuC18hYE1SsEKwujit0CSpcEJeJhknzurTz+WFAyae7/sS6P6lz+HfBYcZD43+yYHvQnB3VgvXf+vl3/9xEEmBQP7OE6fBhYEn/dbtZbOXeu+09mPu5Ozwf/q+bjwnzw+Hi9d49qPm6J88Hraj5uoeYzcoB8Cj49J8e96GvFuFI7xvX1bjSvvdhNyWk/0Kp7BtzXrJvLHvfWrdi6vW0fm9B+rPO5/G/Gxng02j70uPctSnbCKQ/H7VZV7NCpJpyqiuiV0nUd6E7KbXlTHJxrXDn7e20ikOVhfVtsUU9t5D1VaCRZozsNrJ0TR5Yb1PihozWImpvNzMrzZyR//+rwM3RA/6R05bcP7wY28oVSwL+pjESnjjmYpdfR+iKy+X+hXvGLXjA4x5bNcT4/ncpq1eOsg4xr9C6YkIuKjqtXsNqkbbPfIPTC3KsSI+6HyX47fAiPrXhT6g/gcSdVvI0ofeniu9dbEnHKUuJ5WcKCKAXVO/NI5NMsjyOfJHHEm6w03V4u4QL54nCYXFjq/dpw+JsXYjUIByvCZwPhBYCfFICtkE4aDABwJ+G8DSV9See71zsJJDmNQ554UU5jyuIoiBmVmU9j+DUL8l4AvlTy+S9eEF4AeAFgD4shed7nAPBDD1+cs+HzCx4/Eo+tEEsadvD4++JuuylEVvn3dzA5M5crD/w+XO62aQdd+jJNZeDTiKdp7Ke+F4B4LIM8oCAqq7TQDTZ3e1rwecHnz64baoEZIytKPwfM6CJNPjt6WdGNNBqQJrvFKuyN11uw4qRBC7RAa+dhmDApwjTmDP43SGQYxb4X+lyytFegvFjhigWxvnDEMgdUD8QstvKCz8EstmDWs2OWFTpI4wHMqlJkD8BW3lweRK6qTbvijhcILw+Z77MU9F+RRUEYe3kiAkGYzLNe8Kp6WvBrwa9ZJC5/5UWfg158Qa/nRq/Qiu9i3gB66ZwSb1Qatj740pkeetK09TZqh3XFCY2Zl8dphscnWZomMuZpQlJM+i9pL4DVXS0ItiDYYtPrB+VgRfzPAWV/AeVnB2Ur5IiRAVB+X+/HIamybLUYBGarWVsx5qmMpJRpEua5yAIqMOSWAmB7LI+zfmi2OlvAeQHnmdTj6DOxLFiw7NmxzAqFYbSDZR+a9Vk6H9SFNpRZC7h0D6bBCZKdtmonBZYi5LkIJIm8XFLmeWHKMkr8hCReqPxnGyA77WvBsQXHFiGzF5i5t6Lkc4A5XID52YHZCiRibNCVvUHDQXf2VpNBMdNu1w4yCjmLRBR6Al0rw0zwNIwo8fwg8wnJ+w9g7N4WgF4Aeh5Bk5OVH38Onj00661T5HkpD/h8KxcEkt3vV53/UB/+8/8kK/yL9e//szn5ZX/yy2+Lo83l4dOKBGLDkUCtinftjX5a9a57ve1cE3uE5TQOIslZHsRBHqUpY7lgPmz9kAzA5GWq3y3w+O0d82Cdnc/yEowfBY6+RsX2f7zHgOOChvOjoRWHw4bicE6qO7QOpXsrPJy2aOckl4QRGiQxjXOZsCjOY+lFLGccS4PyoP/4+2KVHhZUXLT6r0Gr97sFNqe6gy8BOc+PxFZADusG5PQXh8C5jhSG6Fxul2POZUSIn3lJQPwojb1cxjQjhHOZhYnXFkovXBBiQd9vUCYNVvyzFHZCHl9QYYGqR0KVFavC7FgVy+qIOeDUYlYrxgIta/m61YJ3d7pNJ63GWNNubo3BtjMiVe8YaQFvR1XCmAmrzowyCa38GXNovN46ciOvMWGafkNVkqJ9BTOvnLcb+fs6URVmMic9lofidv0HFol5NS/SVO9jMtow4pBAnUO3k9yOrdSLpIwwuXp+RNhRqNI6Qq0KuSAEvT7gi8e//XxAaJL7T7KcO0cPJhTVYNI6N61quiDyiGoe7vqAiKTmMYIxwzvwLND4Q0BjhZWw6BzQkHMoc5LAvr9V288xTUkeU5klIBllPMyjyEu9hOdhKBlnjaN2f18XkJe+DhR6cN40kwkXxKE7WwQqMZutDUbO/3JAjlDCDvzspAXMU2avHOev0MaWnaqncnAxKAHJr5Kf4UDpTVGUUueGVJnVdGmuUvcK85SiXG/uK7QrXwjUcdIto/poqFtg7tIwZ0WisPgczNFzMEcnwVw7R3kSiIwEoZ9EGeGpl6ZpwPI89UhCKREiHYc5usDcAnNPC3NsRf3PhjmywNwzwFxkhaxw7xzMsXMwxybBHGtnAUu4CGmecC9PueeJkIQ+iHIkiZOEZoEchzm2wNwCc08Lc8HKI58Nc3SBueeAOSsIhJNzMMfPwRyfBHO8Lc3lqYijLACc4zRhUZZ7nMtYUhHgBTYOc3yBuQXmnhbmwpX/+fY5tsDcc8CcFR/C6TmY88/BnD8J5vx2SkERJ3Ea0sQnAY0kYZzBd5ZxkucsJn4+DnP+AnMLzD0tzMUr+vkwxxeYew6Ys6ItuB1t8b2UO+d7fJd/TbHkz6/wxfemRKUFdhk0czMctcK3+pe2R1yaen4cRz56X3hRLrkMA5GlYZ7ksSCNR1x9+2ClFnPdLXBe7h3Oy5VqXo8v1TLc92y1WoaHeHJg+yA+Skc4OB1nvYW9g5tDzcsqEMW+d5oSpa+361tdR6V2vcDTUoMlTYGUV/8j2f/P3/a/bbFaH0wHwNtNBBbng3HkXui9eAvjl3oU9AOoCvphPb+kxJ6kI+8lLPVDemPOZbFwn35ze4nDZ/Uh7WdA4Lu9vIWPN1/9vqrY652ADzxSDLa5PlwPFnYcfJYnd7aDf2IsK0UZiK0zVXBRDim40r5fX69hDs7ft9CZWvqqZIvljKJh5v2u2B/K2l9mZmRW7ijw/mEfqum4x3o6qmKL5YpiflTTqRyrRgAaQdNF0HQVaLrqaVwNmlNLuURWAAe3AzjaC+M9PEyqqxBVWFytLlctr7JpUAmefZc7p8GxSHkY5lnAAi+MMhIRmkUZ1tfyoji2HFP6+hqA7IGBHwnWQ1OYBaYHX+X5ugJzAvTPZVu+BFmv1BVRxQGET+noOkOOdqhCP5ZbaWRVqZ3hVK3WpgAgvMSdPKgN+79UJdX2olLQ0I/ojtyiw4uWQdF/L7Ow/JO8Qp6oa13b9QRFTRma5arSr+vNxhG34g9pZrZZw9TLP80E4+16XAuer5jXSob2KDw3DoXCdif8gB/1rZQgar/eoEChi3PtpQRAhFWJuwbe/8xQbjwJhe1HiMvLzXEmrsCZmLJcOJOsmckIig/g1VT8tkJOuB1yop2c1Sv7SYp2IUTtgqwe4qa6plH75EoLsPNAhMTPeEI86YU8yEOZ+MTzIhYkgoikBuyTbgaw+nS4R8J0z8CzIHTfG3ta6VlVW8WxLWEZdpLcb6+c/Hg4YsngdeqoiWr5Vk+0Uen3+XHjXO9FpqCvqmBYbO6vAS2rVejgKqzl6Yr2dVFsmPkGZ19iuUMFoweZ3tSicXIEtpBlWfOHKaGop6TftEbjDL3HM2V8SCRicfpRZi9CpL5FLfewF7s+/O1cPAXfX6oGz1Uh+2tiELZqBdLMohF8gL22u7eJ5DvoPtsXO71Y62dvNM9LaQMHNRWbSRIzFRenUn8qt5ZoRjjkFEen0ocVJ8PtOJn3xUaAXHZfArjW0v9pSd0Sm7mlalZzV7e67lijtgnay8OEBlKEeURplHFPRjJOcy9nPPFlVPPLWI8DVDM6iceWghydzjwxN+Mv+nlM1JZArWbs/C/nL0Xx0dkWQEl7gIX9K6dZPFXh0itd9BtYRBlYdMHeytaMf/uI/NKwnOKde7i6E5VTfMcirX5XNXx1lI9xrX/lXES8/1YiI79+jvG91hHCcxUzj6wIIG5HAP11hyIdbKDdCASrRggJu0EAHm7Sgl+P+F4MuJvGcSAy7qeUhHHmscDnOY/jRrwf7m8AfIvhCTwSeouRqcwCvMXY6z0Pu8GcBnREQ4WdVezQulSS+U7u0dbhVBNsbNdqAeHkrxx4f5v1H9qeI51kA6CtTSTOGpXrZL/ewIoCYL8T96+cnw9/LgHHD84/AWOdW5ApmkClulc9GLxJB5YyBlleo3Tj5OtDPQOtolTYj6XaS3gYoa32T4TOPYeI1CVB5eA/t91567y+k1iKviodXpm3jD703RGm7sJL/4fYqxf+Hi6oI4cLyZpbV+gJVbXDzQLWgqZwEzMh95OekFuaCY1InCOQMlX0tMKRuB2O9Ct8BPjOoEi+uRFomH8NjP8jaFU3dvK1VF2rw45PDdBDDTpOD5LmMiARJl8P0iD1E0YCLGtLREbT5qBwqLcBwLuDZ8C1XrrmRrQKXatneCzijXQ9E+SNjDAJ88I5Rc2bwinFfenA9hXKdwF22gaFzARW4vb6fzm/4q5Shzn1utHT1vblq1q01NuhOeNDKNRvWxtDlNHEHJiXerNaJmfVpAoyd3EGeL8e6dVzy5nVdzqVxuwrp3JYtcGeR5L8uvKGMPjHIf7K91ckmJdSfraWoflkosZERbXN2r8Mh1gb4RQU1AFmDRojpDEIyVMpwwrt4nZo11tR3qCxps4KrwnXynxQ0UauWzaZ2s1Ca1p2wubP39ANnu+/o0MQA40eyQ39vc5EC/2dT2KEeM4IesdMpBKC0aRsC6u4H0yTPzlKZq69R+DP5XF90PYCI6FWxjd0F7kV+4/yoIDdvAltJkfpFt61LCsZDo0NxtZQZROpvezUJq89+G6LvTQGj0v5zV19PnF8KfbuHrQl3CFs5WGNj5YXYD8WXDgTQW1hfn+8hUV0XyEQLrLvNsW1864o0fL12hxZX6l19QuujUsZmEs9kwqwEKMTmIm7w5m41dm5gnFcoyOwbd5onfPk/aCc3/YCDAZgPLZC13zvLIyfRe+us/MAttpyf5QnEQvjnIeMByRkufCyjHs0ywQLWeDVsD6EqLM7O3+J0B0v0L1A9+dDN1/5c0L3AtsXhm0rFM8n56XvboK9AUm6N9veWNt26r0oyhn3OEsC4edpkuP/kpQxSvPE9+gZIL9YHr4Fzhc4/8bgPOpWQZkM54/OQrjA+WfAuRVy6Nshh2+P++1apdAclsOrJkOS+FCDthDuhz6Pmcz8PCNSUhmEBP7lIJdnMk2b88ah3gZwe3Dwx1pXBqcxD6oPv9SnxfV3++K2ODQOG+ioYYzndZZVkyrT2SlPDuOsIZ2htfPK+UGkN5on2vidrfNc4paHLu+L40F7CKK9PpHoVQKYX0IzO2IHplMgHThrmAN89CPmbjUBd50YyWe3zH/BsE6ZQ/jK81ecz2TO/n+P6/Tj5l6dgKLz6Y+4qNy/mLOUX9bpvlBrpo7PqQ5QZ0bn/9bzUAefGYC0OrauznTc22oeTWCO2Qkj6DyIORNN27EVGenbkZFv1wflVPvj/e0IHutG7vX97SAiDzZpY3IQxTyLI8m48GNPRp4gmZdmLAuzNCJNTM5wf0OoPDyBx+LyyFTmQeax13sWm6k3Izb/gkGUrSidT2v4T7EHQDVeeTfrg8JimC3AYaqct+8BIKV2pzMPU99f+cphfI4VSKM+mz5n0mE/VyCTlx8BjzWIH6yzNoysrD3SEaFhfcN9gOZ/ekYfD+6S2CGYwbGV9mceT+JfjpvDGpeRqIRMxVt/AQQo0aFGCZVvdJTRxYTL23oS9bEURqNscBLoz4ESpWtCncawa3hnTkUvK4rQb5WBWjv/6vytSAqQc02EZVYbCBpVqs7Bv3bdvWmtp5LVmvqubt05oZt2U/eUDu5Cobt946F7YwfDxm96LI6N9z4Tlo0P8mg8e+hp3k8qENC53qxvd6VEx1+ELhXQov6m5mmCVUBZytcqqAOPozeb9bUEeHvlvAawgi9UO2VUefwrtzgUJzBSRcUjiu1alsaZA3o87uY2Bny2qPgVONZqyMXCKd2EkhOB4GnO6DZSfqzGNtGFtcj5Eyxk9wOulu/2uEouZhjASVRoYwILa3kTXd5dFVyV4CTGahGs3eqtnjcFhEPwbQUR+v44fPeJn2cxpV1JZRxEW0VRuZeENA4y4pM4DmGRxTIOORde6sUJbaTRc9A5u333JWI1ubDsuWD1V4nVwYpHF8PqBafnxGkrWs9vVbX6eaio1Xq0ptV6sKSVEAkLhB/HnLAklEGQ5VkmotwnYcLDhNjIe9mKVl+DVLwg7YK0/op6K38WqXj+87IFaTtIa4Xk+XZI3i9rDMfeOB/ud4Xyfr4fFotvdVv3ULcdkozPtmwHrbA0D1gW+JxkDNA549KPme/Bv1nIkiZT59luB+D6/HQeaemYMLFZYH3KF3haGfoXbSqVrWiTk8yetf3UTvahn+XKsR5G+0rorgy86/KHynGiKDDl5x7WtvjdSY4J+lpUWZGw/3wD6+nUnPvqRSVF+rqCRLhLfTxVY3HLbflRNmn1QACUt2pd/VIUGYoIGrpVFCIGjKp19P2xgG0zf/LRQzUDlWf0FmbgFrnBbRV2iH49KtgwMzMYwW/TZAR8phqlrQBD3w4w5B7XL+WNneW3Qm24qifcygGscbrnWguZWe4l1MdUFTFLSOj5IEPzGP4S88AXRNTI3NPRABb3DflI9O0dfBa87X9352VnMiPCYqS8RtNNUR5Oj8nQZWy71dVfVTqjGwniIbqcybKstwrej+sEn6bxWrO+wTMebPmAI3iwxTz4Z/bgZZ0/EkPNPtyI7UcEEr1bmqyZl02UuTUJajHW7IBTQCTRy6rJlHk2OWbfvpkKHFaYmW+Hmck3xe2thB3Siey20EOmpolbis2JnNd7tS3bxangIWde7KVZlgrAECmJF0kh4yBM/RpBersawJCmbTsA/LFAMtTvTGgy1P0kSKFzQkqhgohvlFa+dZplgPHvRguXTqVoK8UamFgdziqnKYFJKncYU19Lerb/1P8CCr9XiRnQt3ULz3bQjeDDpOviWDbgpfImK0dW1elJvh08hd4q8BpaqzOfyE9FLCxUzVeUrnw6E2JhQjx1yv7DvVS58f+r/djv1VvXvmwXSOR1LQ/6fF3C8G6x1bjU3pUlLlw9/AhS9YPCNKwKPCuWKuiLpdLZY4YCqXQCh46n0Om1zqFMFMmY0CBLJBeMpx5No1gQQvyc53l84nJvdTTkG9Qz5EyhsK3BZ/W+b7+7p0WkN6YqNMomvzcptbRDs0r2qLxQQL8sMNGiSm+A6KU0yUQKEIxARxAawIz3/t64dlYQVdxta+kJ+gKQQWeTVxfHj29DEwRIjNBtnrajoObxTnpTpfv8mzzsCyPS1cTUaIXG4ncpi16VdRReEEzDiHVKiEM9sVENq+057KHUgw9TAdKKWgrsqKW/wFqX+zW8hEMx5uu+Me3cEtsNWfBGW7UjlpJMZDT0KUnCNAYtkSQBibI8p7nwGGkkvNEuB4B0fBqPhNQzE5oFXM+97TbM0gvD7Ie6WITBSBV/tN6mm2OGQofqQ2xAddwena34tL7WSUO1brn9iMAMfWOWLBQgKw9NeGyVLh2VUWXqExtMr27LhK+W1IUXQdt2kNIzZfwLPCv2JrBjb76TGCbxwyflNqrS1PbaqBJs5krVTKd97TFWjTVq13HNozDNAt8PqYyTlEvpkThNQeUkaejnTdrVsR6H0q4eUbZ1R+fy2Oyr54eYJwXr+XEmHSfMWlPnRpbmLEEnBqzfC8h3OQKWSp/qFinADFZ0+B3lPswRvMFc3W25sTQGenNGsEDQrBAUKggKQNpbkUdD0Hu52RjtFxei8wFTqB/qoCp1ZPvDVu6vTbLrqh7ZXJJeCeMb9RfHdw96/CqjoFpzUo2vt0hZgcSgiDeKEFNlPSuIJrCDaJRgjCbNd8X+kBebddENVj/1RU/NPe6uumfAR/zUI/0ht3b90iff2wHas/c9FmbPDjALyJ4dZZKq7c/ooa5kQDyQUkcB9bRq1bg+HLgDeU6l0kQRb32rkqG9ct7fANCinLcrDuq4QcUuwu7VB77F/qN1xlse9mu0IV61Mg+aejsI0Xeg6O32BSK1umSCO5Rap5V9E+1zkDvQ9wpM7qp8StRonxsROdmvB966fitLzYUvyUFJU1OIybQ4azkoPQQ4n8R3/0c7VNP5RZTFdn9vza7xWqqNHJeybnSiRvVULNxqfJcqQ8cI/VUv2q0fpQr0P+/EFA3RoRWVFfBxOvxFgKJ6YvvoQeNbaDjg2D/euqVy0MQjmQwkDwJCJGc+y0kQhYEXCxGEVk318T4v4G76tdBcvNDcQnMLzfXSHIN/LktzC8U9EcVZkWuBP05x7/bFP/EYhIwT3E43c8kEeqvbtsvkEckECb2M5V6QhSSgnPu5RJNaHDPmj5Fb3eNCbQu1LdS2UNsDqS1ccX82aps9zmShtgdQmxXsFwTTqI1Oozb6AGqjLWrzYxbEuZC5n3Dh+SFJMXlbSDmjGfy/N4Xa6EJtC7Ut1LZQ28OojdCVF89GbXShtmekNiu6MginURubRm3sAdTG2hHvaRBRlsR5LhMRh6kfCBHkHBiPeLH08ynUxhZqW6htobaF2h5IbXzl0dmojS3U9ozUZgWdBtE0auPTqI0/gNp4OyyV5H6a8jTOCBN5mAC1ZbkIkzCNeJbKeAq18YXaFmpbqG2htgdSW7Di3mzUxhdqe0Zqs8Kig3gatfnTqM1/ALX5bUcSlkaSRJnvB5nwuCfzQKSURTTjQHAxn0Jt/kJtC7Ut1LZQ28OojXorOp/W5i/U9nzURqwo+tCbRm3BNGoLHkBtQfusjUSccYEuJCL24yRjOZNe7PmS+pR6k7S2YKG2hdoWaluo7YHURlY+mY3agoXanpHarPwHIZlGbeE0agsfQG1hi9qShPg+DXkQ+XEYBDJPJCNxFqaeIHEYySnUFi7UtlDbQm0LtT2Q2viczv/hQm3PSG1WFo2Qtssh1KvtzeYIQLFXYfDtwgjVonVT3aRms55rnQRoYRySPKWxl4UsykUqgMOI56VpmImQ27URuh0NkFZPSxUEP0NJsd5+5yub0Nv9eQILXs2ZVfvnXOXX6WZhFHW92jbZVHPGxGiYohEzI2B7RSC/wt5+t7cqJF5p3jJY8Lf6ZTesWB73cnOPNc2FKZboyHt4I+KQwtt4GBsB0B93/3dbwOfTeHHxBNs3svp0fRk2OldPcR3rRlab7KlRnXiuFziq2tgMNR5VbvZ/VKk2fzXJmt4fTI7Pdxtxr+UYXZu2QpjX9RpSqTZ+vp0TlLG0plul/3QxgRRidAlzUgVLYP3d66Qbuk5ttRnrda1TaagsLyPo3Id4E3NuECvnRmjn3MAi6yV0iS9Kp6A/rRtmmrhVlvpuYPFQg7bjHuFRlPs5z1ieZzQmNI996iWJoIJy0qQvGuptCJOHBn8sJg9OYx5MHn6pT4rJPxb7a2mS1x5htejUlBsp9lYFgyvAYhxf7yvouoAtr6sa6LoETVK1K6vMbIPRdX0Dk6CtxmQBXW638IsmgjvsbC+216p+DiZgw6xs5SzYbFHCd9DpkvxoBKfjFeNzZ7t8f4TtBrx3Urhmfjg+qVmjhz4tVzMJdYcAZir0WvkdQju/wy/iWvyBKvkbvRt7StOYFq7ZrycFafqvt3A3CD0iUypEEgYp9Znn8SyQmR/6fprHedCUoenvbKj4zMDQjy0509/tPGVmBt/mkyLuhzY0mgsVMqZwX7YuUWIAKEbziUB2rlqdir+7ojyUr5y/rD9KdYPcACBs0dpiComrSjMVUjfQe6UsNe3cmDi4FOUapOQEcFjeFp/gxnXurA+lA4DqbKXMZHZ5URkfSvHLgsUM/olmwmKdZl1q3P0AAnOFPCYhXYVIILneby6Vd1gnW5cagVFCrrajyUp325rE+azD9aTNw7jvHwbPVm6C0D8Pz6Bp4I48j9JuWTUcBWvTrO0JnJA8zGgYewHPBcmTGORk6nmejGWShsk5zDZ9LtC9QDdA959nx+5JovSC4Q2GY631BcMvh+FWEH4YtDBcW+Z/xDvgv2/EHg9p7Nq7polrmrhWE43bQw3ayZlJFEcRF8yPJI8jnkY5SNoxCWIvzn3eIPZQb4NYrZtfm+ZpNfijwbq/37kqOg50/yyAbSbjmMk0xgdUQU/txTcCDzH3UgKYY3Jm3FtVFwDtxRELedzdrLEmLwycqHzNgDT/Cq3QkpzVpYYMHqdVFZDslfNB1ZTUeZ1VO+tZoLudBqrGhFLP9RPOPN/I39fJBghAbfZbJI15jSR9Unn98SZVEWpAL14xf24jwk8AGH/A5wXaq/b2X9Q3seqe4UH2pSwJN/X49VGbXhNW0TMYfxTqBuBkKtZZUdmhHZX9nxKWUCNcmIX9Ky6UD/L3gwV5W2iJ08yUY0DXqNB7tQV2cRZQL8vTKMtJIv0k9gMResQLBE+Fn4U12PV2NYB0vW01n2DxnMcC3pnuZ8K9M6M8C/yttfinZE8Bw6OhrVkmRrTUjh8wRQVKyiT2CjSd6lju9c/ONSYKF1iBUSejb5mEYT7lDhCw3Ird7r45r7OhbORkrrIC/+mFn8F9lcIpJysaPxanvwOA/Oh8j8Wo9LHbvkjV4awWSutKR9rOO7NQmuDgbgaDm/M1PXgljNb1jdTCPS+M9gPgVHi2IotDO7L4bxIaH/d4XPnXrfEJMb4VFjQ3rVxo5WIrt2mlAXqkTbuEEQ9D5skchNKYB2Ga+AENhSSURQzE0iYL1EiHA2D9EXS7DUhAsPDqWyvnuGpXPxax+8aonN+ayqKzwPaUoZ4au187zWQsvG6K3LYUftD295tCZBUgG9MBSrLigEXhsHIRnoFAczQElFoU/Y/fjp6XB/rpnZElek5ozguQcnWBR7RNrLdYZ9ocCIqqMKaqrFSiPFdK+dLEVc5WfvhYGHztvMWifcihP4jy3vlV3Lf9xrDs91+M70u11+z3PnfRXuHmMCHlhACL5d69E/dt7zGsAl45j9VL/nRXj8DlGBxNBU0rZjW0Y1Z/LYqmUmj3dOyuKJqanG0Z9vRSO2YnZz7P44yEGUsigEUZZnkiUi+hUSySJq/5aT9DBZS2QEEo6p0O/Ni6SYM9zwR+wwM8NeSpcjmmpK4qhls6uHpr8VTZRI+Aa9pjpfIhs0XYciPlx26NN3Rn2Brd/akkTOttfkMeyF+phBxewB3iOylgOigTs+8dG+fahaAvZslIqvFdlrX2frdI+CDwnwJGdZY1EfapFc8ZeaOwf3rqNjj6CAn0nbUFQRYFghPmMUqZSGQqU5byiHpJmkW5N8IF48dsCyUslPB5TmULCbxAEvC9lRcuJDA/CViRjxFpkUCl874D9bxP/K8sNHjSfKoB9FxtH9lFPhe+9BJJ4xQE/yhmiZckcZTFMgi5Dfw9XQ0WUt3JvXIr7J/Ao4uojnY/F/yPj/IsVmxxiwfE1z2mB5xZnwuGcb9Qh2z3ACrw5xPXjVfO96a14phkU1xrrwwH9kWBBoxUmUzQOTnLdCO0kpeNmRxN3Nsjtnoy6/VneVZ8KaQyDMB0RbxZgkeUhfoH2FTFvYTvh/YY7YTzvlr40rJcw8JxYaY7ddoxMx6ruBFls5bVdJQ1xt3AdNyymU5jy7ancx6e6xXvIogatwr3/cMQ2grgi+g5hD6V1MfmUOP16ERbYX0ZYLQMKc/D0I9EnlPii4TJkIPwDtBdw/ZYjwt6L+h9CfS+SIzJl4/crFWwdEHuJ0NuK+ovYh3kVsjg/AOhb0y4Vtg4LF3bl9vl1TLfS3OahoEgOUjZeZRkzAfgDoUHYnbYI17bfQ0g9MDAjwTmoSnMgseDr/KJYdj2+rC/+rmjvQKd4DBmOl1vpQJVRz2Ig+8aQV3+Dot9LUFVf6XdjdYHR2UQud+sy5srwGUMv8qcBLb/9b44AvaqDjQMC9Mb4jgMrPDgquP8pkK28/XhgMPhtsJmx4100ptineqJK2c4c1pVvlpsOotNZwIx+a0EWnPYdNQJ7z/WiT4L1w6J5kzX8NJ3zTZobcPL2HjUAe8nnI9bGPeYylHDEFOzLTvoN2Lz6QXhqaRkxUNGvBWKnt7AvFJ0XKhf2ocKA5rsLk1cetP+xPvE3dXtNWU1gegTb9NPbf6uAsL77rs53iYnEekjAzw+LH2k89li00fGeCxxRZ9BXPaETrNd1QQFW1but1cmlB0Ef7HbSVgtQBp11ixt8jdOMsaduvbQ1ucDOrBGecg07pP/PKJfh3KhcdDh4SCbxCPwXpXuAiu8QJrSwexARwWg1t75uIatXuSOgrA/PVvSqxHfFz9ekbCVbWnqXpxUZvmwP8qHedE0dnHjQfMeUA293DWifgdfQPt545t+Z2Uhe2OykM3nP9OYyI3vTGmmosEUgPWgXL6VA7iVEM01CdFGcNR+yZXLjFu95PMJl+IhgLUiGiN/CGB/kdvjEJje6mutrIEnDdrZPaKUB1nic5H4eZYkxONCpKmXJjTIeCSs7B6dbi6QH/CLx8h4wciLmmKGhPdBiGQr4q2ofzmIXODx6eDRChaMgiF4/EkKZcw+TYZkTepGNeoaR/oAs9Wybc8mLIuzmHhZwlhIfBqmMonzmAoaen6Y9SNnq78FQhcIfWoINWv+gSBKW3HQjwBRsoDo84KoFYUYhUMginGHznebIv04hKB4HOMmpsUwfDbNOlHXzMuySPi5yMOUxjT1eRLHaUQpDVKVbLQHO5vOFuBcgPMSwDlZYX8gfPorHswCn3SBz+eFTytKMIqG4PN1AlthCDmFuTgMmqpFJ+7Fj2KZEhmwWGagoccJ5z6ngY8ecFaF0dN+FqhcoPKZZMzPw8pw5fFZsJItWPm8WGkFB0bxEFZWAecf1MUBzKwCww+m0TB2tlq240VSQcJEpjRLOfFEkEYi8gRhURp4TLC0H0Nb/S1YumDpE4udn4Og0YpHsyAoXxD0WRGUWXF2sXcGQc9g5xTUbOFllgewrnIvIF4Yk5jmmQxIGoZ+EFCeBuN4uSDlgpTPo6A/DCupt2JkFqz0F6x8Xqy0wtFiMoiVVXmkQbS0GozgZdWqhZic8yQUvkejGP7DBAmkFD5GJSdh7kVDiFn1tWDmgpkvX7qkdEXmOU8PFsR8XsS0wsNiehYxnV/UdzmHm+6taTYBPXXbtqUzjmOegFqeRoCh3Iuz0M+zNEnD3I88zz+DobrHBUkXJP0iztUpa9WIeASYPrpS5gKmjwNTK2IrZkNgilnSofMhEE3ry8Pgadq06z2TPOdp7mWBz7wsjPMwC0IAzxyQM4ujAVck09MClgtYfgFip7/i8SxIGS1i5/MipRVGFNthRDrF8JsCNv1+XcIaP/Hh1HmA07pF14Fz4Hrb9cgXIEkymkjfy1M/IikTvpCMJF4sfdEUfBjobAAuh4Z+ZNTQ4CRmwdDh93kWPcMZ0bPKqmRyDSQS1qousiByzBhmZSWvywjf2bF5KnOtWj3Ns3Rr77wCjHBuRabLCeOmXW/TzRH+fnvcHNY7QFj5e7o+6MBYeGtYv9gMh63rYhD4FzWFzRpTlr36jLigWQNU9etSb6ovvPPk8mls53f6hb/On6LG8DcRp0pcEjmErPA07vEp2gtMtfFzVWAbH6iKSFUfTiUJ1h/vMlnacXx3bY1fR6A24+sFNjFR+xBYTgxEZVacVGzHSf0q4T3C/n13Uxzq8NyRQNQ73d7dYfsqC9r5QNSpt3UDUc30XDW9KjGEmVU3XULPEI9OltDT51ypEnq6fiyLRI+r8aamclK22IjhKueAWtEgH6ly9nXa9QKruX3Ctjp7JXajiylXnKMzsN+Kdc0x+wJlbVV9qDhe31h3OjfwNBt8oippAshd6UcjaTv6/YLA/kmqEs6OapoUvztVMvSqYJBdxuiVM28sqlXk6bNZqKpvXvZBd+fiKWpXxd5L5wf4QOlhYaFZWSjuutRNBcqLRAn3JNFszaMuCPUOtqoqlDh3cv2eNJotLK9LQu3MDCZk0+8D97NKUuANUZwV6xYHZyjuDKN1zUm93NI6x4y9hHki44EfBUmShx7joC0FPkkoj4SVAaiXUWY3J31hxBUvxDVEXJfmrYWwvgrCorx7LDIrYS1kNTNZWTGFcXhOH+seI/dqU72HyMMt20fIQcKBwETIkjAKcp9RL48iwtMsy1ieiVH6utgB8kJi3zCJfU5Oi4W4vkDiClc+m4W4yGPP8xfimkBcVjRnbEdzwmL6BLv/9bXcpqr4eHaqamUKvPS5BNbJzrrq1lCDjr+TyGnGRBpSFvp5EAY8p5RnMcsCzxONz+hQbwNUdVBP4Ar1BK3RH2lFHOx4JjIb7P/pGU061ktH0tCJqPXaUEmri+avpoBNfd6eyXy9hT9t7vF0/rd/EUnxSTr/6iTyvthmv/2LVQfngIVxYHtAU+0dgPyTnbBnb5bXZz9++mKTXFeYzcjKpzPlEm1yXVd1YKzj7Hcqbfkv6qjtcNhrvFJyyQfYB4e7Yn8AMWfmbKJNuuuqMox17ILOJiV8JDzDqWekjnMOzYxG0HgQ4aYe5FgRorEdIfof60N6I7fOf2yhg7JTVMfC4I/qeqfoTQ3AvVc7jlMZzZIoTzMmgyQhMuZx5nlp7OVZINOmlExvV0M1dvXk3f7hH1tcd6zzuarqjo3x1DD8wydYB2uFvX+GnYNuTqA6FEqA1xN0QFBX/lPJsVxvQfswWajNvE9wFC6Z+rv1mX6GmxedolAzgRfiogeN1jRq4WVTlUeH1rCBYC2L31FbuUU3mivlW5VgqV4YJK2q+SrCwNrauCP+DK1Aa9nC3Nefl090VuD+OiVwxlvBr49Cc4Cd2+KANQqSerU63xW/N6UK/r5d//fxpOjX97KErTU3ku/0bNzSmo2b4Gyq4/ijmk1nv7qZms0Iivfj1EQI502IaujZIaof1rCVqhci9nYiKeCM+3p2+pIG7O6FtqQc5n6acQmSekBJ7ieh9OIk9QC2Q5pZOaO6vQzANGj924Nr5DbXuumxED3Y8UzwPNj/FGiOZpaQEZ4PsCm09Gt/dJX7XwkbqS6sbeoKOHfaZ9KsZ42R6plU5vWWdxdIvGWRwip18B0JU6agVWPgSjloIfqmlcarC0fikPCGAbE3usak4QFtbMLZqqGOOyzwgU5fegp4WyXMW9XQL1/1/OphIQTUpR46xvqAeXOJrwa44Pnan1UVO/+ABemxrKeRYT+s049yRl9WA3MarkAIddvrXNU3P8AcXKR7I7Ue9BxGwO0EUqbiGrFwjQzg2l/UxukHto25dops6ko7NUkoY0BS4WVZKNIw9TjjVDCsapt4Phe90Ka6uYCheoGvBb6eEL6CFX00fHWApwMGk7Y7tba7HQv5TgLoHYq9HFZCdxIwCZsM6aFDDdoYkEc8pDSM/QgWMiOEeFHsExGGISWSNinehnobgILBwR8p5QxPYxaUGHmpTw4SQ2ugU+cIJpqD9rlWxnTch/IeFUnQpZVhUMNGFZ5hTqmgZ/WUfy6bOtmPQpFKs63ApKrBpwrnVS68n+QAmtyip/Gu2B03Qk+umtRSl2k2TVUjH195WL5jXsFNyWU/bK/FtZLazGLVdke0Hsu6TLU567mU9KaEM2kmUu9gbW7EYx9Zl56uCn+NiHCDCDZVlGMWttuhmb/AZ8EhnL//fIrqt+aie1x38fz0UgvJQxnGXiw8BqKbn0deGiUiIh5J/SROkqxxnzvtZwDDewZ8JHr3DT0Lbve+tidH7NMv25y5avOfAmOYvgJGMxsMogSRT53Xlh/XoGW8QmO+wlVokH5UJsDsBGNt4Fe1JFUHhiJOIN8g6pUD7+7TOpXwJ9ialqyGRkLRFx+qxq52N/DJs5/9AC6mm2M5EHnUvXqKwvip3ugmz4jDQatAyCwWQ3UE9P36eg3zMKfIvx2pR+ISNGj91fVXNgZEDCO9kLlQnf1keirVqWrpVmvPXW8bwyEsqREY7gGhqQDMLQC2Iz5/grV97/xUQG/ivnR+0qWwKgS+wavujbnqmkJZGoJ7rrXLGolEMprHAUvSIMhYkAckTP3YTwXNSd5ExPd0NADCfUM+EoV7B58Fhvvf3ZPi8K+oLINWur8vttJRE3KqCWn7OW6SrbzDaOk3N3vQcm8FbgtT91eVCy1lelH19Zs6NLkadyi7E3j4O+xT1lwfdisDJAPl4jmwnDperPyv4nnrggoFSyayshYi4PrfS+2SUcMX0vN7sZlfqK4dqVRxeB08WYcbwnU8sESput7ueIJf4kxG4LwPzqbiuW/huR1/+R73ovOvzvt07b5dO+gKClighZoTAVttXD1VaJ6v3Z3VvCtyT2ncNaeIKE5zIQLKBRdpGMexR/I08pPIow0BTOm5ZgT9gipG0LeOTOiR9HCu/5m44twwU4gjntuVWFtU5F75qFrVog8yvdkWm+L6Xhtnt2sUoGHyWMbaydeKLpy7PeiUe7ygViT0e3MsYdkZA+ntMb1xUEd9ddminu93Utlt3v7vpeL0l+hXwFyPuJSrSqvhis+lJagHwpR1Wk/4xxqertgr7/fXW52O58P6Vhn+3qEziZaW/oJl1uF1KCaanWMO1Zy0wvDJzAkvCT0nF71WXMwig3PSPgcbPSfNSWNsMwm/p9JPYNGPHRv5BqYDu3oH+HGLTrvVwUTFOPZ117quKab3aotTolzINBZZ7sUhC0WaRTLPRBYKkqZJELKaU3q7GlArUrttdZryWObo7XQmuujt++k5Ai0HPZ/7jLus5pXatlIe9uuWtQbPuJtoFBhEq8aO/dDqJFA+Ryxj9xytxie28sgM52hdyZd972iRrgkWqLOB/lSF1sDbhdd+KZGXAWIo7GiiBepcn3V0DyA7Lu9h9DmAenLcndZ0n4o4oYU4doAb97h2jlA6wpsC7lMCiAU60ET7LijhPbWbaNwZatC2ZwSEZwnLAhIzP89yyuMszCTNc5LTLMpr6BnqbQB9Bgd/JAANT2MWDBp5qWdhiJBZjRwm/dTQSjiDR/rg7gaV5hJtJSAsqqWvjuhMG0Csg7YdZ2ugaFDsrnCXome3/hnHVnkDy5v19vkdSxf59QXJr8oyQoIVjVacvwA/i8hCUjvi6u1xv12rVI76pP3nsriFZbBOTw0HedXUnAquq6Zdo8G5hi2EZZGfR5JnIo3ziEsRUhZFeeAHCfU86pMaYc/1OoC0ZyfzSMQ9P61ZkHfCy39aBH7t1FPSrhQn/v5KeyoPx+22OkTDGQLGbqSRBMs/aZ+KpNhk2oOqjpkEEah+REdFIq9T9OM//FnLh5WJouveYQK5mrnt1hJPfdRxY1HcOvqkvFzitx6LbMxfEfICkC22kM2OZfq1KDLMwIqLbyRNbZ0OoWl+Iq+OpKSbdtdJRjrrtpMMr52MdCMjPDoz3Ujfc+VIGBni0ZgVPRiz7KiidI/JE7MrdEfYu/l+LbfZ5v5KI1WjqRr8qmFN6aoY5mQQCOXLpAAUa/mhVc+tkk9Dh9Z7aJtFN+uP0mSTroe4ESXMVG4dwL91etzAZoepaOTSMVNt3wbtNHGFM/inVD4OOGTt2KZOvFMBb+iTOJw4NNyK7Vbu4ZbNprgzHmkq8arRRrdOsd2AfOto01Fq3sBhf1SvB/oqHcyane8BXRGa0T4M8/7cKNkRZd0soG8CZplLfId4K5+vvHbdl4nAdpEccj2WijritrIE1UaLxu3t/Zz5DXpMFXWMrZlDY7VoPN7OZTgYg+SzmQ6G2Mm3wrSI12En5/X+4Px1KxsFtsNHrtgf3Co7fdsRo0rN09uqnVWOsoCGXsYDz49YFGdZ4jGaB2kQZQHLmkwH/X1dIiXPF0478UI7Xx/tzOGl8oWTDVkRkOm9i5HNQjQXJBorbo6QUaJ5ncC+GWUaYVqcoRrVrF3kgfBcxjQXxAuzmPBMJDyiQRCRLIkyko1wjepsIZuFbBay+VbIJl4ROgfZkIVsnphsrKhNQkfJBssxjXLNXWElohikGmzVPpj1szjK81iGMk19KuM0yv00CWJJWC6SeIRpsK+FaBai+VaJ5nNdXircpmzlsTlwmy64/cS4bUVkEjaK2x8wxdxtscWHHMXvQ7vhGRy3W7fwnHhpykXMKGVpyOI0y0IqgpzGWZZnyaiVyu5zwfUF1xcF4htRIBidSYFgCxE9MRFZkamEjxKRyhQ0TkGyanKGfHS7tsFK5ISRKE1FTHlIA0IykuR56GeSRozLEdrRvS2EsxDOQjjfCuH4Kz+ag3D4QjhPTDhW6CzxRwnnbVEc2rXdTqA/r5qcIRzdrkU4XhzIxI8EAZ2GZMLPKY2kpEHOeZoyf4xwdG8L4SyEsxDOt0I40YqFcxCOvxDOExOOFSxLglHC+RHv3d87ZJRzrnUrcp51qpYt3omDmKbE9yWjIWcyEJkPc8zzOMpTEvl8hHeq/hbmWZjnW2Wezzoo4WxF+BzoHTy2KNmC3g9EbyvwmIST0JtOQW86Gb1pO6sO41GYZT6RSRBlJA95lIIC4ZGMBH4sxHn0pgt6L+i9oPdD0Dto1Sf7fPQOF/R+YvS2gp1JNAm92RT0ZpPRm7UjMLLYC+PATwPPpyHNMQAjFPDJie9Jn7Hz6M0W9F7Qe0Hvh6B33Mq78PnoHS3o/cTobQV0k3gSevMp6M0nozdveyZJEfI8Dz2QthMvjHiYJnGU+56fB9QP4vPozRf0XtB7Qe8HoLfPViSeA73jBb2fFr0DK+CZepPQ25+C3v5k9PZb6J2HaZwQkvt+nAdxnoD0neckFTHavlOenUdvf0HvBb0X9H4IemPas1kCu7wFvp8Yvq0wYmqHEav0ivUnU1m73hz3Jby616o4dzv5JrauZ+Nia1e3du3WGs8ntG1HfnlJEARZEtJIJpEf+XHkCc44Z3nCvKRJyTmh46GSI3hnncZJZVxO9Z2intJjS5CcH2KukiTnR3pyPvhhIz+JqohnVW+vrk2iKpC0Yb/ODdzGU/0gTvNVnHcWOWBR+apzjeEVUC8OKQ92SKGqzDuJVpzNne74F1kC5K3/wC/6Q15/PoXJVhGQS+HxbTO8K9XwDRw3lT9GoHgKgk3MeBxYkbXUjqz9Rec1/Ems91jsBAt7GEmklaETi0pi1Vr3BhqqfNnlaXbO4UYtoKVxRmnihYx4eZxTEUvf47kf+EkqWBRwKzPncI9DlfXU46jmWDEFc9Gbx3l0hb3BnueqtDc4wCQYpTPC6Pu2MIqT+XNZpU5vytzBKoP2siqlXImpjYSNiXLrMnimSBQm+Xb/G2Tx9eHe0XUGrhz1+cztrVA+Xf3STEQcM10WRHV0Wv0U64OYWstme5guBdbgOxzXqq1BbAX/dcbxsv2o8ndQBg7rUi51UpdszCP0xV0SGo8cP3gsfb3WzIVr9Fedffb7dQnwcw//BfpALcX5685kEIdV/Vf8EfaZqjCsSG1W9UK4VeZyLCSoisHq6cB/zXTcQk9HFQIpqum4AF2K5M5oGqOEMZXXrMhjakce/4yNr/fitjYH1XqZ7Q+5rppVVplGdWo8IscatZktEklMCfHCNAp5JEkehOgECX+Ef6Mm2Hisx4uYhfYZKvulKTY2cwWRoe6fnLdAyCv28P1LtK4kQE5ZSxMAYNdmIMfcoolENfm0TgBIDk6zbnIpM21pUaRy5cAT7mCx4/6s67pcjB5UgXBVH3yikaSGonhFSctIMrIV0ERywSxruhrq5r4GMoVSzXze4iuuwKuy38wsjh/NHGr0UtDUbED8zDVimYUyAlr15F3zMut6QC6+zPMWEjqEZFboKuXTkIxOQzI6BcnajoFJ4HtRltGEBJTIhPM8JTGJPcAzGjJPTEEyuiDZgmSPQDI/XnneI5GMLEj29EhmxURSfxqSsWlIxqYgWdtJLkmyLAnDMMj8II85CYUvBMnzjLHAj7xJMhlbkGxBss9GMgowtvIfK5PRBcmeHsmsYDsaTEMyPg3J+BQk6ziMxSQNcpqnQUISnsWUitSPs5zSgIW5x6cgGV+QbEGyxyAZXXH6SCRjC5I9PZJZgWc0nIZk5vNNALOdbtmpYXT+hm75ouHHX+DqwUWJvky4GqvG/mDU8l2POV6Exb7JRWxin1nmZkGuByCXFXRF7aArrCt5f5CbTZ/zl4VbdrsTj6YatUZbtaOumCBZmPLAo75IotxL4jzlcYQyWBBlTaad0S4H5LDSvmfusmyjnc8CfqMjTEJANnNR8ePmgGfBTfVd5QlpXH36z5XRT04BGx6ytU6Z7RWnjojVbeXlD4k/o0BZckwA9FWN875T1pPLp0es36kmv2CTpz9ZBejmKHDyuJUU+rmqQQZW8BC1g4d+lFtYH2p5vP4Zs9Jr8u8Douu6qSvWbiMnHLpYVEPNhDu6IlQzH/f1z249n6EqkOdGeCzknOt/JqFrwot6HPQ8VPj6eXtQrrjKDQZg6HSZvFPLpJrgFeBJujki7IBYID6J9UbA5kMh4KTG+Cun5ebYdeZG1BoFONvR0dTLVTdl97D112klD8IwtyAGKvdw6ajDephPXvnP3FWV0s892qXFws/AxsP9Tt7t4aZ9rwNK5+opMn6oW8wJjH2zGnakSSSI9xIDHnof4uRyD76rJs7rfObn+HbdgXyXxHhy5bEVadfWPEcTT11f8x+I/4ApoO98QEe4n2/VfGTZ1jn+sYb/FPvyYj6yiofgXYOagA55oDObebT0Dmim5zGigJwlvrMaCBvg/tAKPWN26NmP+C075TV/xNF/6qmoWV9on05lWSJyRknmyzDPGKgVAv43D5Mg4jFrbLr17Rcw4H4tJB0vJP1SSXrIy7XXaGNANGiFBFwARBcAfSIAtYK/GOkCqNqFXQStfjyFUHWlnWufBl5GSchZ4AWURyKOZJLGufTyMBPCa2Ooun8B0QVEvw0QjVeczAWiZAHRZwRRK4KL0S6I/qW4LsouiFY/noKoutICURA/PQKSaMS575OcRGnOM+6LIPIZ6FVZG0TV/QuILiD6TYAooSsSzAWidAHRZwRRK1yIsRNJVEUjnoii1a89sqi61MLRKAqo5BIw009ZFoR55EVenEUxzXKf535HGL3VVvsFSBcg/dKA9EEpXGoo5StG54JStkDpM0KpFa/EeBdK3xS7+y6Qmt9OYRQvtIsZBWEaB8SP/CCjMg0SyUjiBUEW0ZQyL2iDKN6+QOgCod+GLBp2i2Q/AkD5AqDPCKBWmBTzuwD6oSg2J6Jo9eMphKor7Vh0Fnl+LlMaxyJKRUQDP0495gmekwCk0zaGqvsXEF1A9GuSQwdd474s14lBNwMSrdhsdgl/4YJn5AIr0IwFJ8K0KE/NEtWPPeI0XmlxQZjwkOcJSZOU+STzvJBR4ROf8jT1hOyckKn7Fy5YuOCbEKgpnfGELFhA9BlB1IpxY2EXRKs4nw/qxw6YVjEr1cVTUG21aNdQkzRKWR56NJR+5LMwjGgS+5lHYy8hgWyDa6ufBWQXkH2hINs8vfOdTkH5OJTlK+rNhbLhgrLPiLJWPB6LBlB2AF/HkLVdVTiVVHpZ4qVc5ITGjMYJpySICWOAl7QXUxc0XdD0GzlGo8HKm+0YLVrg9Bnh1AosZPGJFdjKhXxiDG5f67EJ24mUW6bhJMvzkMd5FPtpziMekzgXLIwzIXgqScc0bHWzQOwCsd8KxJ5kH3wExMYLxD4fxEZW/BY/id96WxQHFWPfAtf611NY1Zfa9lU/CMJASponMawin2URl57vR0ks/ZSzNqDqDhYoXaD0mzCwMtT+ZwtBWAK5nhNJrUAubgdy/UNnkvper9a/bqWLlRhtVNVr39Xrua6FuD/NeTHcsJvqQg/q6kHdetAOoPb35+6K/SEvNutitlQXkweaCYYnjzcJj/mMyS9+vZGAVXtVdxC2KGwyWL1VtcP9FW56gdVVDldYN6/5PVtfr2HNOesNgPMBlnABP/7959/+7e//22pV7J3dTXEorvdid4M/HFqlFuHPw3UVsbAdpjFDKL0tyoNjdhlC0Z24fyJB9Orbqe8VAA84hK089FZokcAAZFw6EYKqEPuu2iO6YgosiH+HBef8BEvkcgBfVyrt26sK29db958wD/cG5zEC8EPAdxbX+RCuW7FlnA7hOnycX+T2OATquBL15ZbM3NemHXmW+iQMY8+PY4yakGFM4oywwMs9QQOe1Mjf19MFpOivF8fjBcef/gSsRkDe9TOYCQEX9Hss+llBYZyNoN/7ir6H8K9TEXEAAXtKIsaCRzkX1OdBGoUZIyQPYioEETQLPcEHMXC0GOKCggsKvijH2y9fjA1WNHgkiJMFxC8B4lY4GucjIF6/OAvHW7OBJWK3aUH5YMMWmmc+y5IkCrKc5KnwRRpzTyZxJDzuJ2Ee1mg+2N0C6AugPz2gf3tWCUwN/0g4pwucXwLOreA47o/A+eukOB5GoLy6PgrjqlE7AjkOIpmQJOeRjP0sS9M0zpPQ9/3Qp14cD0K46mqB7wW+Hwvfcx7FVXhHvBX3H4l3bMG7S+CdFQDGgxG8O3FX6FoE8l7Phf5WLciTgUfDlEWeF2chS/Moy4RMQk8KHmWRiAZtEPml/BkWzFtE1guAIO0WyH44CPIFBC8BglYAFw9HQPB7eRDrjfMPRJVh0U+3ck2rUQHQatouuZgLEaTSy1POhBfliI4iFXhMldCY+oNioNXhAowLML4k4+wYNPKV91j58FweAbJA4+dAoxV1xe2oq79qh8RfxSG9cd7fFLvTUyrts+jeYRMXFumue0411KBTR1v6lJA4YZxmAZMiizwuYiKpyGQcNAlih3obwMHBwR/pjjU8jVkgceSlPi0CYpGz3waXwW//giglnPJw3G7RB9U4lCI7FTAjp9zJdJ2vU1hw904OgKeeyNkr/oIHUc6qMNLNsYTVdChfOb+qImmHUleCVNdhb8v91tkIQL5DFyWh5+KuVAh9ApJpAes8VWfsRe4c1rdyt5apLHWpSU07MC/bifZWbAGbXzlvYdMe9/hLeQsKyI1zsCq/KLdc2KjF7foP5dqrPk7ZndpuX+AyVC9Iiluslekke5htu8Cbei96vqpPeC1XMI+P2Gp9gMEc6AQLad4Ua9Pa+Anrl4nLA8ZY3yoH5cLZSIHV5eB9leqRKmaAVXxpx4Vv0QONUKwByoIVe3Qhua7z8Dvld35w3hQAFft12XiQ4yJQDsS4GX87Uo/EJdDXLTo3X8uLUdhOT8hN6wkZXAItfa89iTVYAYXdao4boTGNKq5CFRcfxNVP18djvaxlBbdxO7jtu728w2QMlXe1eWk9RfNMy7p+pm55Wr/zTLs2laV5TAnLSCLilKacsIhyxlKAYpHlrEmHc6bTAUZLzF2Vy3ZVyGomP+Mz3c/Eb2dGeRaaO7NqgEJyxVgNcYjdDoAZMRYZAWcMJAJ0oFnwygGEz4F/1G41zFQFkej6uLpP+K1EghLbe8e8GIsHbXZSNZ/391c9pHR1ykpyA0C3PZzwkt7OSGNAvdfiukNHGB+AnLxGpqwCAhCXoA2yupq/meefS122VAedrMu0gLegpi1/T6V688Bc2Bio/eJ1TB/KOl9XebjApUyFFoYrHsxERb+I/Ud5cL6HNfqxoqNSxwsJ5/3hfrMub6qNMjPp3Kqh3QyHroindHFoIKJSD10L3YMccw64J1JNbAX5+XaQH9ZMq16Aei2/rLN/Ajhu5b1O+O78kCMGWJyDt1TzUI/T3KIztrv1LZp8pt7QriPtZwllkfBEwANKJc9YnJM4ZsQLMl82SY6n9j5AR7jnKvhWt982t+sS9VJP7pG8NHWcmQhq6nAnTEUvzFQ/2EAtQU+4XqdIHigMbuWdYy/IJiIxr9UZvGm93RafdITcwHJ95XxAyjAsVTNHorkK+8AdKDVrOULrWLeg7oDWU5SYthLAQxuq9Ma7qqlOKTRW2es1hldq0lmDglRiaGKriHZFQTinngmX8LLxdVyZ+tqoOh4T2J3OJxBRRUWOWYbUXcVFHopjelNrWfZE4cGQy/DE/lJ89bUqR1ffCMtGaMzk4Yp5M7GssX8K5ycABQwRha1hVnet6L1dH7ZoQDBEdnGdz1jjhXsDc8JwUZiTQb5a18v1nBopfpLaN5nOpnKzFTbq22Gj+DY3CLMGFI0pqEcNrFu6enK65akaeKZd+8CbBCkL/YiGOUt9nmYZpVzmAaGSSUZEQ8DjnQ7xbn2Xpipz11xq4Jnu52LZ8VGeXA3shvqfWUFqd/bE9P8iPqL5Jik2mZOv99bpTGGC7WuDqR20XxsJxRY2mgKNV84bo9GBOvcJtVOBJlXQz3IY+4CtN/fGiHqNKKCorFba1HbZHjb3nTwDFdeZwH9geqApkLeV2jhrsP+s+toXayUMgTcc4q08IA1/JtJ4fTigCGUWiNQqurYJHlBLN0rawBKemS2EnoxbW7DxR20PxMlUalv/fh/jijOAO5UirAhU345AfS9uj3uxdt4eNxsACSm3zhuxx4Wy6eMJ09xtmrtV81OymNK4Xdwr8YEoIiYE0IUXJ5LyJCGRoJ5M40g07gBTeh6gjdLcmje3ptWtc3HHlDFmIpApQz05i3RUtF1xB/xgVLQpC84Y/zZifw1ajWIRpQ0pRQaP0tSO0/tYvyhj/TuIxNmKT+trRR5XeHqEKlVlsUQtsATV7r3hGWCOndLe9oVqBX8p9uJW4FzNi3XuxH6/LvbKhii2HxXINPJaqVROxGqAU6NkXo43qi/7IBPfjcRcPAO1GLpXT0kDVc43uslz0AbxHOVQtqL+3IdL31XuCPZarE+cqjV5eWcIa+vWx0tm9BFimASuU9nBitD17Qjd98d97ryH7bHZqLPOTFHrfR8zlNDULVVTN8GmivjubRDqZKKZcEc3Jc25W7pYf675Y3H+TP9zYfz5F3Ue3/0ZE9B8b8xWhYL3u2IPAA2Qub5FwQevqfkd5EYdDdXJtX47u54QQ/s0ij85H1CjaInutYwPJAAzPW7hzmt5OCgRvrKQHW5gS1zr4e/EJ6mOmdQeXH9aH1qKAwKXs1nDMFtUNBxdpubSfmTmab4JJSByPe6oGIkVi1tucOfWxaWz1hhq+Hspnb+sc6lNuz/rs0a88P5G7KTWLeSbApd5iselsHoqM9TPGR4YwoqamS/gY7mbakquOf7ECyVOSWsYMjVTchOcklu6azObEf44i41nfen8ITaxQoV93mWT+pNijXNbs8D5VBddc7HlVHzaoqM85IHvZzyQuSAR476f5HkaSeFnWUaivFEeTvq5gAvx10IN8UINz0UNyjh0NcYQPa7GNcZGK59eFGMXfH0ufLVid31/EF/JILiScWQl7WN04TOahanyT/Y5zzkRgYgIrDbBojAegFWyYOqCqV8ipn61UrdPVySYixHIwggviRGs6GY/GGQEOsgIdJwRaDsbexYGlEQyo5lPOE/iLE29IIiThEnGAzHACHRhhIURFkZ4SYzAV4TNxQh0YYSXxAhWqLcfDjICG2QENs4IrMUIgtPE51kek4SmLI5CUBYopZGX0iDhXjbACGxhhIURFkZ4SYwQzMgIbGGEl8QIVoS7Hw0yAh9kBD7OCLyd342EeeJlqSBEBoxTwmnIiB+SiAc8omyAEfjCCAsjLIzwkhghWnmzWY34wggviRGs6HHfjh73vd/+zfec97vN+oBfGv2iqphgHalhkYTvufCPauvqtnWoYd1W08bZlu3oAZ/yzCeRSCnLWM69KE8FS2F55DQTacMgZ7sdcgRVdxjXqSqAQwd9PNovaLjrudhmeIQToiEXJppuzMD55VN72K+c13VEWp25REXClY2LZiI2GPZUVrX8dKy5DhswnqLCJEu5EZvcxa2Ff6jzpYwXEIRO9yZRSBUv7tzd6Cj2DewpHbIHzy7FvqEilSoF5gfbrBWicBKV0Ik6aEobNqEHOr3LlYOf2c3RcTaDu6sY+mILf1GNTwMtlgCFGfkuUp6mdMWiuaPa/q6jSFs74i9qcTbhbRjHtrtkGJsOZXVbyKF3SBPPdmMmMcJH51F8mtNp6FkR5YEdUf62KDLnndomB9EONzrJvYVtXbtto0u8byfhOtuyfcYhE+l5QkqPBnkeJgI2thBZ7MUS69A2BWPOdjvAPjnet7PvqzBxpvxcZweYiYnOjvPkis/ft5/keqOoCAt8ItaCPmHyS4E+spW2tnN2tb0CfacVO5atyxtZ1lpLHbTWykXyaY0y3qFJWGLyfK1TkyWsephSJzFct/OcmDXg/GAFtVW8deVgSBvsgD+UPrTew99LjE0/ZiYMopME7AgansDIOZWpEf5gs9Qr5z8BrZoivSal4gnXNDHwG3y0/f2rJZvJhRmJRJjNBG1y4dyxD2/wa93X0Q7Pm1RLLZ37OvjhEQm1zoP8VHKyQqoDO6T6rSod/V7FE35vkpzqHDG4bXviIqwbXHODW99wGjM3rXm7uFmSZ0Eio1ikIuaUeXEQ+gHLApKEcZA0mtK0vocIS91cqptNdleToQZvniuiYtooc1HXpMGenL96KpUrvrKXngt7uAbkOkku7l+0uBUK7vWjSMwb8nOdTrLSKuDFJ2u8R3Vd6WBN3PVVk+2rJjh8g1aerFfOOyu9F2zMbbqWdR5G/E2nSREwg0vnXawj464qY917TLwJm/Pt/34IheyQI0HVQzNkH4GcXj+lj3emjfMrpqF8Bt7ALFgeqDHz88bW+eFeum8wXyF+YxVQrRbQj3uBwslBx/HXb0DnsbhYRuGtK2E6qZmODqlWgdbX1XSUMaD6aCZj0Vhi4YnwO5VFrKjroBV1DZsCduh/qr0MbwtuFL87/6cobs0rO9V09C2uusWtbnHxFpMtpKvwTL2hXVot80TsMS6Ix2JQe/zES8IgT6IslNRjaXNuM7H3IeObvn2rbt9Vt/+Bt+uPNJMWNHWcucxyE4ebxCnB7FmMpy67KquxrZHUbKPMc0qQBoi/LTu5o7QgqY6dBBrIboEs/sD7u4c90LsEVjkgRmewn29LGK2K/K6zg1TvUMEKvkfH7GEd263OsmTZseup5Mb6UzjqUzjlR9DA9ImSMubVCSzrgVqGvQ7R6Ue+W282Y6mFW2xoJbs0iZi16RIz3neSCKpMXOrEq34fKqfZy81V/HXpWbFLVNZIErROumbky4qgWmkSRf8GfBqmtPP6iV6gGos8n0osU1nSij4P7Ojz7+R9AdsSsesfxTprXpiSOxRQVJJGaTFlom7D1AbuJ7itJsTO7y3eS8Och4KQMGEkDYMszJnIfMq5JxKZRU2yyE4nQymK262aN9yIKJVQUj46X/EDxporefEDhnxyqvt3QzR6ko0OorcdgrF6cYcmzZPzGgijPOxBbcLjIpFjrosNMALuWXRcQJMf2tywFTzhOrtyjsrIqFIIw7qT6N1Q3Ao0p6m8kTVv4RuplS40dm3XZaqYIEcKBBUMFa7UKdO1m69N7sgrJInbdSmt1CUH3MmvgMS/6zzXlYN6YnE0vx23H7fF3Vab9VT+E9T18EnQgKKMmQMJNPEvamNcNO3j52pmX3oOyC85DQtQZOwQvuJ0Por8YXuD5G8Ov3CX6HyP5tBMH3ialXIhNVLqKZijL4Qund7RHJkpHCv1FCaojl16mcp+VrR8YEfL//A7rNdP4lps/xDOD5XryGmCmvdo6UzbmiL84Na3uOaWOj+MrSKOt2xxZJAkHvNyzkksKQ9llos85jyMhAj8MJK2bjje7QBrSuuJLWeZblKcxxLmxGFm4sqJoz05Tb4/yJ1z3Gn1xJRTKZu8eUgGE1fgKxB3kTOz2uanRrndFXhMpKqzKG0t34gjWohqBUgfNa33DmZAcq43BZ6TSSDWTbGD3pQal4n9x6uqFA6w9o2EpaUSIe+lVlJ/LYra1cu8QqXNKRUQqbX+sTrjukL/DtC5sGROigSegZ6LmKRqimnpfHsPHe8zPEsoK+32WfJ6ncb4E0/55qmTIZ9fLivWCdIYaL58Rqzu5qgQuQHbQRQegY2pgGyF1wf+ZwAyLEgLje+KYnzbaygeb9bCYZ8kAUvygMd5lucBCRjPZRRFuU+yLOFNtM14nwsILyC8gPAjQRgEYm/lRQsIzw3CVkR70IpohyW3Rf/txgb0tkiP5WmVkaqlTpyLLV3Vsltc5Ey7FvTmXhqgExisgCClXkKy0GeBkFnKsijNmxreZzodOhWp7mrsKLm6a54KIme6n+sMZHyUJ8fYStG0zynKyqqiC1i1ol/GF9hv/zLiGmWMP/axhzkQsdyZzcm79heDx944CUDH9R4tOGX7OF69t+bEAzdbfaJQnXYA+h7wSdU8Cngu9EipHZlrxzf9Ol5hbQWNpjhOfeBhn/vLrapAAq128HcMFDI1Las0uUATGazAVHZKbnW8n2Eyt6o8o5qAingoddGUVw3Q2SdMvacuMHFYLofSTul+QIvap0KTHVa/lJV1T/nR2YW3zCni4ic9kymooT22orN7pdkbTTlQ78UdpnlvlreyFlWcqAxGlytXbKOW8qSG2bj1Zqvzu1cUp2xHYwaic0QzlRqt0P7ADu3/q/j4476A/foripHDJR+rdi62Gyz4ONqqXcTdJ0KSjMpAhknEo5DlURLQRPhhHtG48RkY7XKofLFAaPyECfS3s5d6HO18rkLGY2NMIsPoMr7RsK4Q5yuGuFOcZBHh6HLCc4Sft/mxrDzI4MlRzAfiuVZsq9yQe2o0tgsx1j5mNg90PQVMRQ/4SeyBQnCEFOtDnpSmTwr4zBhogc8CSg96pW0d0FdA30Cf7azuxcyj8lbQBb10keFDUWxOCynn+HYOeP9BYQ4+XlUbrAoeqpmrXFyjL0tCxPWYQ/wV4ys+Own9co+HLGugWAzYEeWNdn6ufaOrULZL0c5tPT7G6sD4yum5cYc2IuxYWeFR6J5KM1a+gMDOF/CjLG5B+IDNbjDBaKQ9TFM3rSahm56SzbmGHSWMcp/H0hecJWGcksjPZO5FUe55ktMm0e+5Xgco57q+zSzRSvGdiXXO9T8T8Zwb5sm552ftrXXqrNWyVBnFrCx2gNBAKTompz67P7f6jApWB5XqRrXOpW1Y9atxdijP7be1M5YOxWyMXC2vMZukzDRtb+i6YHHtMI1VHq/3+glOihObYiGocdlqk+wpU1VWZD1S5wrnBysDvXtkBteNQ3vFpi+Pkr58V2vgIaKSJFB/fmWo4zrWrHuz4C8eODrgOtbAisGThwSPnsX5qeRkpS4I7NQFb26KtFCi5XeiURR7w/ssnqrvcuGu+rS6N46opqwH3NP2sE6ZJ1gWRSyNMhJkkvo+5zLmAffSOKI1ez1ggAEiS+seEtHoqb2xmo/ltAcMNRO9PWDEZ9Cy7tA4o/WoByxJUKpU1B3DMxcggvSgT0pqd+VWiGiloCASKDZY7zGaCUgT6aV+P4bBVC3FU52parbGCl1Ay8419AR7VBvsuvqa0ZQ+SmXeMy+7NkkOeja3yXyxxs1PQPHKn/0QymQt6F2xJwGjl9SITOaC3j1+Eiw6rho9BLUnchGx8hiErTwGG5iC872WRGuz5nuzbe0QUWzoVg1rJ+qmoQkNHW3WdmfOspgSJrM8Dr2c5NLjmcw4DfOEikw051TjfQ6FgqqbsuqmKrKlmshjQ0BHe58r9HN0kKdXjTopdMaXjor+HIut2cB+Qd/0awFYXGwzFQP6vdxUCeHS+wQ376a4w3qKcJP2QYa57jZKIUGSQGPYP4/ba+CScrferw/VcU9RomYF22ijQk3LrutBATO8uynwbG2PzpMH288YFBVdxne3/l1unogKPtfnWK2SepH0cENPg1N+6HzMZyMJRleMPJYkYPbOe8wI8Iv6nNWRTKu0rqL/v6g16LyuThZnd+KFabol5gRQC6s+jmnV0Vanz3o3uPUZ55Qw0HGoncoMVhKB0E4i8H5XHKySxD9JgWSqz5rVYjl1Zqju0IdH+g5zhqTm2nVqmNa+TRrEx3rtGY9EzIIoT5OA5IEIGc2TGP6/cW6Y1vlg3rXqbvWpbvTd2k9A3T2Ts8O0YWbLxzZptCnEQr354z6nrbcq7LPJBpA1qkftK1CFeupnrHWDK2dnxT/eio/aZtZbAv4VpmHEcrzQ0uT5lHUCgatKj6g1HExGoLSL28Ic61ffQoeBgrqDvgWZKt2rwCcH6NRN0ZNDpScAwrwt9sry1s1j8CASOhPe8gB2gT/BS+gPCGlfO+WUv6nrzxXM8oXH4nwdtE5d6jkkwEpvzJvd+Pjzdlt80hvzw/2uuIbPdXPfpvmL2RvX9djuoR67RexjXhYTmW8qh1spHMJWCocjmvrrBEqVaD7sdqFuqFXO6oZB/4tpzdsHY8TP0jwlJElElmdRHDIpWBTQMANVUAZW0u0pfQ/xt7q5TtZU3Tyza8a0UWbL3T1lsOci70kLreJu46QNzA2Pk2u6rf3gKk++g1hvir1R2G5gdmrDqBhR+IMr9d3KlgfKoAmBw2wJOBXMJlQfXqm0qNsr4/dxcDaNFwkw7hpFbtASD3UqVuVcWGm5tb0QTZEq21GRwlx3xRo9FT90LY+2fJGL8gYxaC/xWdCHBH5Mjpjcr8Sw2U1RKAHEduTQbu5tI2XnmFF5raCLokl/pH0jUWmGJ1dCykiaiMXr42kIzyfzGzs7iY265s0m7uLi2fD6MzXU9s3GtX5KPryJJDKVC61EDWE7UYPyzHqLESS/IviZWN46aKGHDvU9Lt7jqntcdU8dI3rKiJPvaGfHizLpBSLJsyyLAypD6sNySqVIPSpivzlvm9z9YM4HdT+G0biKAUw0cR0/MRc1Th5otmwPE8d7JoKcvPoqjqycPAzYr8sbp3qWOlXDulZQrVQ+MG/pAgRe69Q/6AnY4kflMWySRqi3pslEuwte7wudh6FioC7F1ZwqnOZd18x5vf6kvAxFeqOHBh379/Xt8dbRuZwdxTGVroshZE2ljx5nlSYjoHJlbGUeR7eVfY69CfSuL/Vr0M6cW/Fpfa3J0i7bUb2/q0rzB7Xc5utE7NHkjGFoGMhQvYpkU1xr7b6unVBFCuicSyhTAEzXMoohcRUjZudSUv4vta1CR3XUaZ3g4+GPaYrikHK9Kfa34vAskWSDVP0F54domJmv+KPzQ/yIK1axrk6rj8Ld92uUxjBtypubAiNPKhGzQevupp+Lnq9RDVXUm1bTcbNqOm6qp1NlUhrEyBGOnk5rU2nayigR2hkltC0exbj7ndS6/Jtis9EqtUXNVTsX22k1utVO0/FoqxYFJzGLhYx5nvIkTWmaUyEyz/eylHBB86aE+GiXA7QrqnsOeI8yEqTNNB5JtaOdz0Svo2Ocp9Tw1ZyM+kOv92HXftuKUrtyqidwGmtNOxse3AmrFsNZVTokY8RR0QASFTNLycOnBXpBDczgtu00qU8g63y3KsSsKjllqnFgwDG0aWubtvXX+EwuitvT0AN3PfjHx/RBjK7Ioy2VHTTvwOokfLQSPIR2goefin1RpsVOthL1/Z8iW4u0z2+jbl8pVIoFdPtT941JrdslkKI4SGXge2HAIkDPiESMJyyKQZPxWOTXuDmp6wH8vKnvtZMC/qHvncunY9IgM+HppLGeGle1pjJpgRktZdvYmUZqMSgpOUGMK9vJ3FQ+O5CulaOejebKfNfk9kYV4EpL/Hrj2BG4anp1RoCq5pLqHnStw53yKNFv1in1cRxI5J90lLL6MroL2IX43rCPal5rtPStt1oSP0mfigigXe7rnKjamRDTym7vHXyQrm8iMgEG/+42RW1hNHNLCjUJM5gx453kgF38EufOefcls9hXl8fPJmJ/xeL5LaiwEYt7iXWuKneDls/o30u9p6sAOgNrl7Ojmvm4jXNGy3VUmWpAaavK51WZwAc1tWkMPlVLszKchHaGk7/vE3iZf/0kt8679R9/iJEjRdXUxaauajp4mHiuYTvPH/MkoUwmQezloKzlsYgiL8wDLimP/EbsONfrgMRxVLcVeNtO3Tbz0eG5/meSM84N86yqG84IWFyUVVapbtlBFEcGVhogUsdIquyEnRTvthJmH7G1oxBMfhWQGHL49UZVc/wIN6k3dmIBrQs1Grnh0xrWTFVCazCkvHWA2a54VYc+tMtvYc0y/NsNQAAIJFU2FOWXqh6vI41s79UtboFyESq61buwjhlNWJ5KenU4oDDl1AajOiBC1emCl6HWjgMyjg4cBylnsyiiT8d/nK0IfwGKqJXJI7Qzefyi9x4QpfMaveLua87sKbJckYHesMhmrnKlu6+JrS7It6tv0rRQQ/6D7tUPaP4OeKtni1UgXT3buiBkTS9tAjg/2mMp4PwIM5HA+YEeSwPRA2lgwtpRh2DFVp8e11jWX06qFZuN9WvrOk8lkILx8UT/S4S1VvaPlg9mlRmr8Qi5lwfb+wKJpOcgrM6EhdZxc9Bl2xA7qqtJe3Vlc4WunY0zbc6uWqbBkRxUr0DprtNgYZ/vf/irW0BzTHeVKedTlbewbLRkddKkEmWZJFmmmLBONl1TlKFlNEYma/2Gfu47coT56F6MS88/6+IndUy7RObF+iGVobRxws8F+t4UQmnTMGs8r2wO6ER9RKePMdp1vCxuG656UpWLrKLN74r95nIJ5M1S/YZU6K/AVdXmXXTeaXj3oUzXR9fVbzuB53Goru2P8nI0Xg2nFaVgiNit3ClhNErsP+n4pIrET7nUNNCEjcP3Mi626hQ0SSmheZ75McnSkMcRJRHlIs1lFiek4fH+vgZUt6+Vk8llVbOFkxdO/lo5+aEa5dfFaL7X8ni5CKM9O5tZyVbCeJTNvlO+W6N8Vjc5w2i6XTvRJA14FuUyT2POsiRNw5hwP5JBKmWYymiE03Rv3xireQurLay2sNqcrNYtBGBTAVuRaD4qIC+RCqiV6yTyRqngNWZjHWWCqsUZIlDNWjxAI5GHEYa38ZAKP4kyksU5T9KYel6gciIP8YDqbKGBhQYWGlho4DI04K+4Px8N0BdJA1Zik4iM0sA7s4JGmcBqdIYMqpbtuOfcT30axQHN0yTPScpiEvHMZ5FgVARihA+q/hZKWChhoYSFEi4T3PVl5pe0SS1ckRlJjb9IUrMyfUR0lNQ+4JVp1KaaPoDg2u07NBfnkgaxyDjLmUdoyOOAgc4Tc57EHhuhuXavC9ktZLeQ3UJ2F9B/fKyHSel8VMFeJFVYiTAiNkoV781yGiUJq9EZeqhatomBeWHGsoT4XFIWpcLLZOxnIo25R4AiRoih6m+hhIUSFkpYKGH+8/4vXPcBQqMrb0bdx3+RhGaljIj4KKG9ATAS6fjJTtPmDJ2Zhh01JxEeC0lMRS64H/iBjHOeh0nKqZ+wdITNTHcLmS1ktpDZQmaX0W/ahY8fSwfBi6QDK0NG5J/SQftsxyGnZNA+XnHJABV0m7WIQEQxl0Ei4lBGJAwSSWQQiEQmqRB5HAVdIuh2ttDAQgMLDSw00KYBK4vKdzoRzEmY7AMJgc/qAhyeIQTyLIRgJSuIgrOEQM8SAp1GCLRNCIEI8iDNsoj6YRx5UZLkuR95NCCY7zw/Qwh0IYSFEBZC+GYJ4Wx6hAfifrvuxmNxP3qRuG9lKIjCs7jPzuI+m4b7rIX7YZgEkch9JmgWyCz0fFAISMQYJ5znIjqD+2zB/QX3F9xfFIHJeXIeRgTEW5F4PiKIXyQRWBHtUXSWCPhZIuDTiIC3iIDxMGNRltEsy+OIx6HMQxFQknjACyk5pwDwhQgWIliIYCGCSxEBWfkzWoKI9yKZwIoGj+xo8O+La+f9jcQ32K1SZrEBtHJNK/fdcbe771YlqnnBbtlp09YOUuaRXHhZHkWSCsKZYJIEQeoHxBNZU+BnpMMBYsjgjtLc0akK99gMZSNdz0QYIyNMYYp4Rqb4fl2mxScsFqvyTo6slKvf/qWDkybdZJMj0qo1Do/omEcE2FrfGhCBgbeINTtYX+sql6QuHAN3YZpHB4tnla+ctwr/VRLGKtm2Gs/co6rh/fdRV5HV9X50IskSs8hiVmoc4h7wF6vQld2M1HViSp2b+7hd//dRIhKWmqtwbshlWNJHZKY8QSq2gLWYpfvPZbsuz5WjQX9fE8VpOQTYsTv4iM6uOJgZQsc7fD8tON5aj1AhSJVbG1+quklhe5U0/Dv1lkpMhQuzRqRe55qo4P3v6ledr+EX86qBTjf160fqmNlcc/U1VtztcUNiqraOx1Z++Pw5K5kVAR7bEeD/kJsixX3ygykFiQVtjBx1wgJVY9c0dpvGXRo437RdayYXUoSCS18SP46IpDLljCY0D5LESxs2ON/vACl8qm40NS9V0R9z41lusBihs0rmAf3B/p8a8vsKyWgkUPUUh9bIlV3Gqzzs1x91xTQrjfihKDYN5qniazlWE9jcdyXaZJ3epxtZpRk2TILkomR+xGQFg6kSalWRAF2C7ESpsMqBNl+7rofQFGEw6YdhVLvQWwWXr3TJ9VKKW5hVaWcx1nmDdTXVpgbdoVv2tOrZ1FG7FdtjDlsWHmevy6ghgDeJjW3JultCbSe0WK2qs5kXVZd0a9eAr7nRqBKN1vLcgP4FO5caVI9WHnkBqG4FdMd2QPc7u4jwh73QGauHM9Lb7d2q/WBa+kmt26k/QkBxGXEio8T3oihiWcazhGWBLxmnSQ3vk7oeQHi7cjLmt9b3zpylftIgM7HCpLGmMASZ0370RgNxF4cVuhzWZZ2qfq2qX59fhlf9OeklYLDQSI4IWT1+Y+9QtSPh8+zkpq4ZWXNQjX2AtVug9nZdM9hK68OxKmaGPSsgVqBpDQvv/3ovbssxPK4I5kSLqG1UOg2/KeFdGaDUWE19al0t1FCSQgFLFQDuULdUKK/IqnoNuiRoXX4NyfeomEUbsPA9HVA5cRKpLVH6NX8S+zXAaKfauDwc9KM0tqiOvUu/o9vdDVD1H3j9o7y36wE5MsfXDM+0uX92veHryoLvu16AQd00XLGXoFFYcddxT9z13yTcc9yjuGg2/PdqC5weMTQtK6CvW2q+OdOuxTQ88IIwFoJH8L+BzAKa8CjOk5iAVhHEJwl0hzod4Bhjzt83d5kvqvf3TAnwh7qf90xiaJRJjEIvpXQ0sxopgnJmjV0pU8nvMOP2wYWC10qOx6ImeC5R1pXE7Epp2I0CcCdblze1OcQoQE3FTAWIe5mvkb86IG9b7LFBXTkEZp1g/WpzFpGssbqaIaBU5LIiE6P6rMsWRdblVvQLE8esgWaY8dY+OjgUe2RK1GSKe6Q0ASNty6Vm2lIzbZRqKHcIQeMVeQlUY8Vtx3bc9psCK4ormVJVUe+e0lhck1ZNXbXA+05hO8VVJtzRLaly7pYOmZxt/kg2Odf/LGQy4TWdZxM2YyWV1qnFcXNQRY6dsvIe12fW1bpRc9bSeHkjYEYo0DeVylWBYsU1V9rIc9VWM+wTj+4x+StDRhq0q+JSgJkFmtRgfKVzVOei2+JWZIYCbKF8WK8QTlO2XB95q6OOK3OsoemoemeK0/KN/F2V97qVtwmMfrPeOdApKkGoR+3ljTQH2UBM6pyjetxEcSw0uj1u0VjcHJG8gs0G2tRtscVyfm27U0Wnqak1aGtrW7Hfm6KemNvTKDX4NYy5TVgHJhWx9ilN3fdTqT2iMdid6DD6+B2LoZojePuUBetXq9WDMoRaR5ZWqg2F3eVjjohqXbD/rT0f6fYcfgcuCdGSxVn38PscqL7kyh7hEINYgdIxH2GQX+T2aLFGfdlVl11zueUB1demHf/g8ywkLBBZzIM45lyEfhIKIlIi41RkNZH09XQB36evgxbihRYWWvjGaOG3/W/bi0VK14wQdDNBzc0Iz84GVpx07I+wQafKUxef+2o89bVpn3QHXMaMxJFMaBLnJAhoRkgmohhDIwQbZIML1Xda2GBhg4UNvlAlYV7gj1Z0NlWAvEjgt+Kh42AE+N8UR/QaH8H+psUo/Jtmnbi4OMtDSdI8Y5J6EWE5lzTNZegzn0gyyACms4UEFhJYSGAhgcsmTqpYwfdWlMzFCvRFsoIVLR2HY8cLN/fOm5uiKOUIMUAjt240yg1NyxY9eIRHuc9p4kcRT3zfi5iP/yvylBLtvNtPD01/C0MsDLEwxMIQj8ip9DlMQVeUz8UU7EUyhRVOHUcjTPG6WvQjRGG3GeWJumE736qXxpkf5iLz/JCLLCCZ70ckysIcs4nzQZqou1tYYmGJhSUWlpi5mtIYQ/CVN9vRAn+RDGGFWcfxCEO8w10wwg7V9VFmUI1arJB5SRaEMotYEKex5+cCy6wGVMZeFntxOsgKqquFERZGWBhhYYQnsiyFKz4bG/gvkQ14E3WtvRiH2MBevyOk0Gk2yg1223aEROrlXuZ5cQ7/xwWVfpImYcASwRI/ttKxjvW4MMXCFAtTLExx6RxNNVfEM9qWghfJFcTiCjLCFf9erLcjHGEuj3IDtmln6EullxCWRIz7jHLB4iBLIyoJ/JoFWTjICdjTwgULFyxcsHDBU542hCuPrNhsjBC+SEagFiPQEUZ4WxTjzkp1g1FW0K1avJAKGDmiKQV4p2FCgzwLfRbFYRrLIJfDZ9G6r4UZFmZYmGFhhqewJ4VY8ZPN5r8avUhGYBYj2IHQ76XIiyJz3h+KfW/4s2ngqganGZ36L7dVBJpHWZQHMfVT7md+6vE44UEasYAEWdScLPT3NUAFpWlcqsZzBT739zpT9oz+zk8ogfRQAp+REn7eHlSeOpWXCFihfwl0EvOZPBcq/yfCnZW7B8DHpJsYTtKXr8sbzStmsORYYobpsk7WdwrpOfZsJ7+uMsHqjK1XOo+qlf5PAH8g6EidZ0Mll8qhpxs9fJPhFX6rCFAneR2gias2guPjqNx+QiUKbKeGqh7sVgCXYW4Ok0tDDa2+uOnOSlPSRes673ZaCNzDjoC2N/KwTg0Da/Y9SQmFqT0MqwAt7HZS1HmtWgllW+nHfzVZWu872b2LXZOg8IR0rkZWDGYbwatrlbqkJWLUDFmnTNxp5K5fW506Ub9xeGT1xtXMYHe8vLQjGyA5+INKWtWXteP0+mnODhDO4A2qt/SDargkIZkjCUnoepFD6IoEq1ZK9WdKQsK5xb12CPn3sMBSWADOvzrvboqDzgtkp8juoePqHte1b2nSm58Q9NQbWpQdszSNskTIIOY8DEQo/TgPZEgoScM4aax6U3sfyrde3Q673t3ZPdQJzOdi9gcMNVc+9ukjTlIL/RllAF0yA5nluCmOZZdc25mjlJKI/II80FLHnLubwrlTea0KVBpQrUmKDfRygKdCcrJzse8A6/Jisy7sPOzEq1PPmkzs3VxbtboBKhPwJk5yL+VG5dpq8m/BgjK5EQ2jg/KiVBBUfnbFHVD1cWMkGkvfUoMNZQjWuYxBEQC2BBrGvQk//Xkvlaihv+6VY39alZPXDCIwqeWJRgbv75N5TFmn+sVLKE2180Rq9Uq/eJWTGItlaEGnp1wG/NPO6qXe/PpQ5ZG0kg9ftVR1k0LyVNs2K+CV00qz1nwOaL6Rh+YtodgnPupEmYdSbvKXx9pfF9FFrkdhA608f0WjF0B0vkV0dnT8+4PcbAQQW3EEzHhTQclYwnhzi6tucatbRtLGT72hrZpKTnxCsizwYj9LQ8JImqUpo3EW+SwWjWo6sfchZdXcXqrbKyx9UCL5aerrxHHmUmgnDjeJ3sIZ6W3qgtP1qnoNmKc1qwCbZU+S+7LR0oxSpTB3KOf7+hb1GZyNlVi+0cva+RtNmsm0KJEfFbNhraz+hJJXrczxll5cc7d5QToBcmXJrdj3TrQKRdVkjcSgmAza2Hn5m/zzpnZURdzyY2lXJtGpKU3iyYURLs0IhCMj+H7rjOvZGCGwGMEOm//+HjTf3RqWwFtR3qiTvb0qgnZSPqpq6JqGrmp4UjtqtFkL831MoxLyTCaen0cANH4kUuanLPUDT+ZN+Mt4n0MaTX1Tbm5K1E0zFZEa7X0uvWV0kElYHs2L5TudiBbPeFRi3TvY5NIxswM1RpqCSzK7VnL7obgt9vvirkn7O77euibIrvKjnt8oJukNLvLttU5jD9P8hNYqFJetmiFna5qo8iObDKD1E2ZRvhawP3UtklaRqmwv0MJaQ/9Vo8ncSJGhgbGqSHgq4x8m1EARuqyevhE1EHji5N5Ur/q4Le62w6xSwHtINc5p5FfSP3wnGAcLQSk2U5njTWFEVWWl2N/Bw7owua16LUbHeHG8sEPSSzfyToBE08MKp9dPOeGdaeP8ikUOn8m2l28A9wzJl31P0tPg9FHeYiPYRrrVcxAbJZhYmEcrj70AYgstYrMj//8mt7Ak8Fj5h63cX9+PZRbeV21dqdpOSC085ZZubuF6Sq6ekmum1Jj+2hR2dozHstjZAWarjXX+ZT2Oy6LPMbvVNFObp7qieG0O6kBu/UCOfqD6kKVFGo2GYVwOJlSyFVg81/DG+vDbkXokbueOV6dgVmp4dU7TlOyoDvZTnS0fD+62MkdNCMvHqipXes51TSxDHRl8U1Okt4BXk95si01xfY9z3hafLOYoj7AN11uha9oq+15tSxPb1nGkUjl6vCvaXFbsQYEyp152NUlbcdFFXaQxYDYJ85WXBj6mkUjgIbsfZxZKM2pq423wrWs8V18LW58wXOyS2CFs5Z8UFT7LKS85sXI0xKCRxaDRGIN2Miuf0FlfauXeRm3TH5Fe6qU5p4wlPKSpT5IgkJmXxYFH8sYrpberC/gnfj2sGC+suLDiM7HiA7z/asDlKxJdFnCfHWxjC2zjMbDtJC4+Ab++zMW9jdopZ1gUhrmIZSRIkOUyT+IgCvIsD0MpvCwaBtsL5S5ewHYB2wVsZ/ex/jYOWWriCFrH7o8kDvISicO38hAQb4w4XuN6HGOOqsE4dahWbUE9Ymkce8IXgoY05jSLMxIkXLAwyYgnh7lD9bWQx0IeC3l8yeTxNdl2wm7o6WMYg75IxrCyERAyxhjvq80/xhp2o3HmqFu2PZmjNGMiiWgeiSCNSBRKjwVhLMOARiIlw+xR97cwyMIgC4O8JAYZTgTzjSkg8crzZ6MT9iLpxEplQOgYnXyod84Yn7RajRNK07TFKAGJA5mkUcKiVAZpCn8nGdbj8mKfs5wOM0rT4UIpC6UslLIoJS9AKeGYD8ebTynhL5JFrPQHhI2xyHdmh41xiNVmnEGqhi3+iKLMi7I4yLOIpyLgae57PAxYzCkPYj5yFlJ1t7DHwh4LeyznIS9LHcEM/StCZyMS/0USiRXLT/gYkbzTQVGjRGK1GSeSqmE7HTNPkTTSPONZLiRJJfe4IH6ahARLuwwTSdXdQiQLkSxE8pKIpC6PcrUYuSpWYa0sLo9kleBFsooVOE/8MVZ5A3ADA4yRStNknFNMu3YRGB74Io2ERwQLhJ/mlOQRJv0PiExFnAxTiultYZSFURZGWVSTF0ci/sqfTzUJXySJWLH2xI61//VGyk3p/KvzYY0RwK+PGB6tVv47nXTvNOpe3+K66g63ucM1d3TD7ye2b5+jRIHvJYzmsR/K0E/DLIwyL00ymeQxjZtzlImdD1DPnb4bA9gPqgPRdGCSDs4UnD99pJkYa/qAU6iLenNTl8q1uYYHwNwgJzRm5e5S6bLqvFKIts2TOPoprxz1iBrcC5WKK13v0yNmealyR9rpV1Q4vJUoOYV57VVqk/RYYq4s4eyLg071Yu53snUJc7xvR87Dn9Z1UhSTCGBTFB8N/PcmPWuF8NeMZdKbneTDrIdXKUjhEXd7lf3SJOQCDkKqQiLBtKonSUPhzzZP6RQ1dZ5Nk4VUJx9I29lY6kbtlGE6s4xpq3ISvHJ+aPJFtxKJ34l7fAvmzdVZPetsniYBAyabM1KLLVyYfbfkhLkkBxLP9Timw/Tjlf8CsoT5Vug8sUPnXyupEt7Wm0IJV+8L2KYj4fNVe1e3d7H9SWx7TVGTWrcIykuiRAbEE4x6kRflIiNexEOfxlkQxmFTwmBS1wP0JKp7U31viffOHXA/aZCZSGnSWE/OR2+q9MiYWHinc7CcYhNMGCa/qXNduRuBe9AqYtDgumaYtiYEWDyuBt3drEHg/CjlTiffVunxS6BIxNi3Osl1lYwZRdN2DmYzRAvu7fxbFUHh1EEs7TDUGjXCT8BkF6/JsuRc+SpyrgBxYHkEf0XJygtfAHFYEePEjhj/RaY3wnmfrt236yZ58olSo5q5ulmTobijyYw1arGD9IXIk0gCKcQkTmhIwzzJWer5vpCSNMUwx3ocIIVbdUsJt+TrJlnwPFrKWN+zEMDYAJNwn8yZPKxVqkRPyuRDRFmszg82toSuKvle5a9CC44miCalr4XHLcleKUBopTKk0DK81YnBartbZdBrZfGqk3td2dn4G7NcWxlIdMUV9bT4IRS16aIFm3XeSzJXSmFa9yZ+rFSTCXkfM3mrdKMm2fJVVa6gyY/5bJL+afg3Ic35ggqJfm50s0K0iR2i/Z3E3Hc/7tdKjfgkN85J+HuFcAk2da+hKSoo0NStibNq2sknNeGObjopNR8X5+Pq+Rgsc818Olg2NMJjcWyo31kwbKjzR+PXQxNGWXq3nVEWV4E2PHdF2QpD9BMo7d3B56h07VYZrjota1VLBdvUFpqtdTbwT3ihW2lSz3YsN50TA6yS4sLYukiKo195t5SKgsik+B3AYuced6Wp+tJJ5W4XZQFA1c9qV9uyC7CY16KykgPU6UfXBpvBOitWfRUN7ttU53JUZwaaJ1Q6R1PTStpmEIGJdD+pDMBqBSmB//fdpjCnAVhMzBwFbOXvB0dkmCoS7f8yhwkfdHr7F5sm6hYPouGl7vrk187FU9n1l6rB04utpLH50/bB8QQofXH5k+IBvgisyGzqTeALiyeGILx7ZjzUrl3pMeGCe7EMUt/PmEjTgBPukSBi8E5E3vizDvV2gTPjL5Mc4oUcFnJYyOFpyCFc+ewi5PDsxGAFYFMySgy/qHmO8ULV4gwtqGbtjE8082OWZzRPsfJvIomgAROBnwQ8zMJ8hBVUZwspLKSwkMJCCk9LCvGKxY8lhXN5nMizkIIVRk3tMOoffoePqk5Yf5UwKVi6b/C86EfsYH8/bGqS1X3unb7PTeE+91rfd9bu9NDbu0aoetqumbaL03bNtMctUpPGfqx5atIgszDPpJGe3HClHIAqdxCziqwzw95SG3ZpcTTK67JDsAoVEVReKUXumAd18EFLXc2ovwg9ljRqLO65OgOoqKiqIrw+WASBPQnA68O9Li+IBTmunHxf3Drwrzo+dnLA67o4nsLw5ty4MnnfihLQdLeWqpz6J2A7WIeu8RXNmhMITXKb4+8wQ8A/rCeSG1/XV84PDcMOVWtslYJqDqPrOs12qeOqAL2hcaQVVa53e9hrR1zjgKRuPgD/qIIhWE4FC53gq36F0LzWfLe5x3MRs8ocBW5YQ764K5vjboveJDAZtNojwcKz3xx0hXnstnqTdtl5+0glgTbwSVTVwro1LGZ1DlEtBaRO/NH2zTLFEXXZLeOm23bNXah0qSc8XTzAf9oGxYey50uzLmonpj55wQqYp+yh8oIlJ0wi6q6COemmlrqZ5HFMQi/gcRKzVPjU9xMC/0ZRIsM0DmoRYlLXF1A+vzZ5IF7kgUUeWOSBRR74luWBoFWL7FLywLPLAlbOA8p7ZYHWU3atyg3ltqi217Q81rZF+DTEdNAhJzRPRRIHWR5GhDKWRznW9vR6CP+0x4XnF55feH7h+YXnF54f4/mom2b1sTz/nGcEwzxvZaGgdhaKtxhB+Hp/cN7dFAdTbL56VovnsZkLzVyrmds00zw/1qhF8IJHCUuCKEiA4mVI45AxwrwooWEic9EQ/FiPAwSf4y3AMu7OusVA2mMN/2N9z8L7YwNMons2K91LZ2x59MT96oPRK+uo2DojVbxmU3lFXhrLmzPjKhTIZJUAivq59mCXv9+sEwMa6KquxImWXzswTX2iWwsYauzqNByDjwsVrvppbSYi76ojWx3VlUm525gDbnUYrop0Q4v1rVTH7vAKgEpfXnhreSN2Mjnuy0MfQnevnqLze2zxHbZ4DkzGOtB0xWnrqPa5vPYDK+kCtZMuvClKXEZ/ze7LUt47dWyroYaecFZ9h2vucOugUnOWeRLQOrF920yaJgHzMh4AlnKZkoxTGaeU5yEN4iDMalCd2PkAvqb67sLcXYeEVjLATGGtE4eZKbB14mhPD8EoIqn8Pyrqx4TaNqFNE1fiK0epbvlxs4GRJUjtJgFC7fJjwqVMEBUsW2iD4rc8wG9yi4I6oDLsEPF7hcomfKlSvRpFpe1VBJ8YpKe7YquirTAcKVdhSiKDsVUgLMJ6tsYXKx3QIzbuXbHHiKzdboM6jOpyqTZwGcilLmGOF6+IvyL8BUCulT+A2vkDfhKg4b0XG1B5XQf/kqEWCCt4JLNPBb430Nwt8V7XdW+ae08i14ddWj6ni65bC87aVY/gWg9wmqagDbfWyGPjPhZuJw4zE9xOHO3RcPvgiCyVX0X2Z1dRACnq3ABZZRYqtvjVrysjRm3GwYQu63ydKguWCh/FNayeuqzTr4DwWhp0PvVH/LRGh8XDaRCp/pwGgQWAJuoNmbMR9yoZWeEkUsB31kBbm9/gFX9aK9vVQYpb51beJnUnKSI+ZvIpQcIttmsYrvanhD4ApreZDmy9N6kLOt6RIHVrp030o7QS41TGJJPlTeexqzhDvZFDxXGWmUsYkmglTCgP+2NqTFzioAmkrB1hNypZjfpyWykzTBh0I1UuoU5CHvgquKSgb+QwFfybFpvC2J4qu9txlxWVp6j5sHJbqsfT4cYKiwDBMC4W37rmz2J3owKItXOqerPKLAiKxsv17fzy6x3UPEbJirTNOZ/DHC/OlWOQL620CTTq58tO1WebhnrqPXcut/3+OctCCToG6BeRDKM8BMANpJ8lknHBGrNNp5MLHMV8nXwVL3y18NU3w1ffMk35K+49DU09O0VZuS9o3E9R3frSFn/0VpbuXm/XlE7DlHuJF0ehx8I0wcQ9cRpEaRwIT5Coj6UuVU16oamFphaa+jppqiftUA3v4Yqy2eGdvER4D61UFczrh/f3Zoc4H9S1Xpyv2rhVmyHAbzdsIT+JIxJQlpJESpF4UUAocAGJ05QKFmakD/nb3S0UsFDAQgHfJgWMZT39DA5g3sojs3MAfZEcYGWlYKSfAz7AYupHfnNlCO/xctt5KGA8T8PYZ9SnQS7CzJfcy3giI+mladKH8tjJgu0Lti/Y/jVj+2/737ZPh+9kRYLZ8Z2/SHy3EkwwOi7jj0v3E+T6Ftb7GSeSRITFWRr4hIGKEccR50HiBQT+OibRL3i/4P2C99+mLP8wV68xlGcrFs2O8uxForyVFoCxfpSvPL9HDDlVEN45O06rXbv2sQxzERMpJQtkEmJ2uTzLvYiSMJWZYH2g3+ptQf4F+RfkX5D/MdJ9sCLz477/InHfCgFnfBT3RxH/PNa3UZ7ElNAskqmfkTwRJMi4H/geE5yKSJIRlF/wfcH3Bd8XfK/wPRV7DI7ePBTjoxWZ/5Q2eJEYb4X/Mn/IQt+s/TEB3253Vso/bdy271A/TnLpeQFAF40CInPfIyzNszSWaRb02/K7XS58sPDBwgcLHzxC3uftMogzcUH4IrnACmtmwXkuOM8CE/G/hfxRlARJFsU0CEkaeSxII1/4Io+TkGVxkJ5D/gXzF8xfMH/B/EdZ9zkF4J8d9aMXifpWZDUbiKx+WxSHVoJfC3vra0NIrxu0PfFZGkZBFoSCRJLFce77Efdi3w9YKJiK7z7BeN3Ngu4Lui/ovqD7YyR6vuLzW3fiF4ntVhQws6OA3+Ji/ySdNzdY1vpWlFViGPUp61i499vizvlBZXWxU77pm9365ipBEN7sVje7eLNb32wSwT341hZvBMKLY58FfhAHfhZ4eRwFMdBHKCXNoqzRDR4+zlDSONNRWndUWh1VgYVuiR3p9DePTiX34BFnYqaHD/zkJPXGymQKxHSDKVoRmXfrPYCwSV56U8C0xb1V5/23z1jvr377F81NI+ls7/ZiV7YTMKn0tGWRH4Cx9utcTw96hS2pa47dif0tAneJ9KGTx+1bNcTscmp3KvmdyZG0wdv3+OaAd/WoN8WtRP5tVzgzrKdYRr8LLNquc9sBrt9IeNxcbg7O9V5KHFTDv/n+dfn3Jk+uzs6EnxrmuKnZvknU28pGu5EHnJ0Dz7gGZlpv02K/K/a1cKFqrf12pB6JS4tUbwFyVdG3V84Pt9Am1Z8ZXhCwvvm0+r1pCQI2mACKuZHwglQ2KaRak4zWKnRniwNGPLnCZFLZPRafO2Ly4SpTzotL2VftuXIsqLk8F9FcmhW9pIedM1Db91bkBaQiDK0gamYHUf8fWGvOuwIABGSaH7Zyf33vfL9fbz867yuhuCcdId7lqrtc19V3ueout7rrNCXhA+5pkbmUWENaJmnqiYCnHhWhHzEvyOIgiXKLzB8wwACL/4E97FQPUt+fqfsr/WC2bFmTB5qJsyePN4mq/blTwus5OWpOVrb3ij8trUmplleg+mD2dtQiTBJBBN4mk7omnqt2wnBEftRBdQ1POyV4ncSwTgFeVqosaEDIfK7M4M66vOcr5ydbYco34lMB2rrRZk0Sed2FUVCBuXWmRQUySmuyHlCxulQ1UuuSpvhYdf76SqttkuG+cn4GrgXYFvCcRs02yq1SqWytEMj3Ft52ianUJaqh6zobriUDVHy+3m6LT6YO7A3SOGz6a6WLmncC94F0krnAm1v1CtUbxU5BzAIdrqOr45/hYatvcSiKjc6TC998/Ydsy0Uq8b3E1BoCHqdUr9dkbMd99OKo9ysiLd/1iOtFDsG4w5ZZ87lIK7JCw7kdGv4O9v6t2AugrH+Xd3KDWdVvit1I/tzqDte0R0rYDWbPndS6fRrl05wSD/TMLMojRtLc872YRVKEEfHzxg9hUtcD9LSr7v2nubfEe2fOmztpkJloadJYT05J9epaI+M0ZThMylsLtbUVE3HUPADi6a4qNm0qUrxyftW4aVC63G3WB9ek0a2Yql1vJC1gJ6RGTVoDZu+19rWV6ceNUPZJbV1VOu6+OF7faCtdbQat9K202N1f2UY2qXVJzM2balawjZiAszsYFJu1+MdKut4tft0y+TWvQVlngUK0vpVJNKs+H3x3zXwK66jnELbi/soPXgDWWSHQ3A6B/sF8SfxIx1t5DuhMc9c0H8e5KY3bKcKZiHLGWShi6qPvVSbTPIp8PwtTnubNgcyUngdQzixdd2duvQTITRljJoybMtQkiItmrswwZWF1IVDJebXZqXOaow5wsLyQxLMPkLX3qnICZsbCog76bmVnuTdCOAqx8Ats1VrgLg/79UdtrLNgEssRFRqAr3RBIVP+oS4pZJ1xpDdFAepDIg93eO9dATBX2ZG0Ban+azNLC3JfOa9LR31IZys+ra/xPVQoqyyK+sWhWF6lKa9k56p8lKr40HSO9iV1vzp52qzz+qisOpfKN7DBVKb0A572rDcmSTrI9msQ/LWmAmNfo8ErP24A+z8p+EaTl8AqVGhSVPWx1nvDOCn0jMa2tKEF6/AFk6vf70xFDqNFmXdoWem6aF+fRNnvDlSN/f1BbjZKWt/CI6IiU1fBydbXa8A7S3lpa2Zqed2P6mUXKNA0qxqgPp9R0nqtcD0NTpWAt2oRfG9aPb34T10vUOJ/vPJfgvhvRY1zO2r8v4pr4bw/wGoonL9upfsOBZruGZzFiffQ3i1Ve7c6iu47Se/kbJ96WzdPO07P1dNzq+mdy9I+aazHst6kQWaivakv7zzvxXPmZ2+KCQkb7mxWg76AC5x/wgvYyvvmdGjSqlOAdnIUZBW0wOv4bhz9bvDMZKtP7YvK0QBE6M0W56UR8WrwgKLHQlbeFgXOt7EiNLpAF+4FAOzmVtmaGsOWYo7GN6Gs1BCct3qnsjtl2yHCqBrwvmF3V6UDlXazrsp2dFQMc/pj26tcmxyaAy/1ULA0Ns69PDR2so4PyquHkcPsOWbhT1Js4A89JNC+dor/f1PXnx73metxVIXQ7BO3PB6mIu2Ly3dOhzjFilHnbIBTfpHbo0UfNp6bSy0ftu71doAKx3LzAUkT4occ9KeAwR+9LPZYEDBCa/7o9nIBD7avD//jBf8X/F/wfy7891tn1XPj/7NjvxWnzvkA9neKXdio3Fftonu9hf1xyCRNWJYC1JMsi4gIqWQ0itJQhnkS9mL/hepdLNi/YP+C/U9ccOKLJoOg6/78uWRAXiQZWAHt3B8gg25ZCRune+tKnDRoJ54lmcczHvosIcITXHipDChPYx7KwItILx9cqrLEQggLISyE8ESlHWxcjVbMmwVX6YvEVSs4nAcDuPpGr50BZG2uDmKradKWthPuRTFnMpOpl/A0hB+kJ3LmUy6IF/Siq+lowdcFXxd8/SrwlXitQtSPwFf2IvHVCsPm4QC+fie3Ml8fhgDWujyIsFWbtvtPGuVMCt8TiRd7iWQqxi5MZOJ7GeVRL8RWPS0Yu2DsgrFfB8aSFSWzYCx/kRhrhUPzaABjBzIc2cg3luJoqF079Ilw6vEsJ5JLyqWPfuVRSnMZ+GGYef14e+EkRwvmLpi7YO4zYC5d8WAWzPVfJOZaAao8HsTcVg2wNuqdFgHrXm/nFopITtIgx3qPTAahFIQJL+Q8Eh6NcjKArRcpA7Zg6oKpC6Y+A6bylefPgqnBS8TU2Iqf9L0BTP1/j0XLWdqGu+raIKqqBm1/N+JzkchQUMZlmiUZF6Evszzkic/9JOuFVdXNgqsLri64+mId3sZg1F+RecwB4YuEUSs00ycDMPpuv07h6wwAaXN1EEpNk3ZUOfNJLKKMRAIU/tBPPZ553E99ysJY5KIXTE1HC5wucLrA6dchpgYrOo+YGr1IfLXi/PyhOL83BzHkLqCuDLsKHEQLU/NYhiTJg9RLGcnSPGdC5BH3ApZIxjLe7yZwEAueLni64OnXgafhis7j2hq/SDy1Ytz8oRi3k1TtNtz152o/bdEC1jCNAp7JgCQpWlCl4DmnMRcBDVIA2H5h9WLZ2hdsXbB1wdZnwNZoxeaxBZAXGUQWW0Fkvh03gCl1frwpyoPz/gYWtfsDIBJsM9h9w8ma4B5X3eN27hnM2DT5jrZRNmUh8WMW53nEYo8kLA8koTHjIQm9uPEjmNz9AGLDznKv1f2lul/W98+cwGnyQDNB/OTxpsC82iBzpnKy1p3O2ITJ4DB1EObx2Tj1ZE9S2NUJjA6FTg6KWA0XVGYhxQb/BLByDneFsyvuMFHUxuQ4euX8XGVbTe6tfKzQd3pzJ8Xe1MyQokpyB7C13qbr3UaeZBWCP+/6E5PDfOA/G+kgFNVpltTMmjIVVaUQ+ep/JPv/if+q1YplR2DszRo/iE4tVegERbobDIvCPFBcVxMxqUYBE/ApbQIpjwnsceejvL8DcKprijS5rkR5o+ZRUYtOSHXQSV5hFq80Bqj3mBeA/xJz3h7g7QEdFDpvU51+9VDKTX5lQF4nQMWkrIpSDM3oF9CTU71d7ESnfTJpYet383Od/NUkJKwSLwmMINMvPd+Ia3imnbNbS1g2iptEbripyStVzVnHsl053bX4UcodZn/F7IXwIeFrS3ibN2K/0+/wuIVpXMvDAanw5WV1usWisMDEu774vc7F0wC+X6oGTx/Dx12PYCInHqwYe/5ETrEVa+fbMSGp2Gc7ce+4zlusYJBiiYV7hT3DnGnucV3X3OOaewY5c/IdbTtRIDPuMeLnWRKGGU0SlgaxJ0lOeRSzJpxkcvcDnFndn5u7d+bumRlz4jAz8eXE0SaxJZ2ZLd/A3OATOQr82bmlpwnV5B1vEqIWtzuT8M5wqk2lIPUfVCpXxzx/hZRYoMpkw8M3ZKjEvBynNN8OyPWtUnJU91rLsVPy1cRT5/VT1aYUsVQlrk44FgBZFyFpEs0io4Gupd3zdaJZ0IFgWKxWdb0pEpimSFNQzzr5AZXKJapsiXZNEUMp8Ng696PR6gAT9oDXnefFielcglbSPyOGqHS2+XoPXPIE+b/rAuCfX3zjTnySY/U3muvDJTicXzHz+ZPTBab+UxWv4hV9AbUqYiuE0LdDXP4KS+J9AcLZBwEoVFRKpdqwKDNaLAFNXWzq6qaVucluqsnhXMN2/EsSpykNachTIYiUVCZZAv+X516QZZLVnHCu1wEqgDXvlnjbQd9mbEplPZlHcsC5/mcC/3PDPDnqn1s4jdKkJejDbVHuAAhAxEWp2yShrUCiR32yoE8/c2Pywq1dHspOEm4FV1Vq8HL9u22T09Uj8oYBqpS4OIKqcSj2H+EvRQboDVv1Gqa1zWp7VE1MOvf3iaaVHAH2FEtVhTaw6oYorQIOjYqgqEZrRaAB7gGuN+qpEg3YuiKUnf8VC4t8klvz/FrZKp8Tt3tsVRXe+exl4J0V0ufb4Sb/fkSNWjp/gxVqhJW/iDsQWPa3IwKyucuFu1wX2rvYflA4ntS6HWedy5ykcSgCT1J4oXEQpZ4MZR7kXkZEA4KTuh5Awn+ae/dw7wZuzfHWmSXiKWPMhIhThpqEinxGVHzA8tIAWZuAWrUBKmtDnxxcl/LBxNTHw02hZUuAwWydrHVZVC1Z6rqrmM26LmZzh/LfbVM/obE71IaWYYM/CNy5FhqFfYrQFo65/gYNPKqtW1qJxU3ab1XcAGdTJQ6/Xau+r3RSa0B4zGm9x62Oxy2A8s3xQHncHHQ5Haxzi69FS85twRlZA89g4D58ok3dm+kIX0fVGZbysSRmBHR43Xu01KnKE4jA2Ngsp+YxRCcBePc84SXVZ/BVLRq+omzFwhcA0lZMoG/Hp7z+2X2H+wJe5+sjgEGBhiHne212vB/B6eZGt7nRrW4cBOyH3dbOP5QlJJZhlIeS+hlhjCY8Buk1CH2akLAJeXnYGAMQLtbuznQimk6yqpOZwfxho80E6w8b9MkB/r0Nv1v5+8GRe4EQuymuFQiUVgFMDbsg2anSoVdtjK9PIDsHCK+c75Q0iQgGi8bIfim81rXcY2nTYiuNubzZG9X7sattWzWk7To4dvU1tKOokpygV6xvVSkCVRfhqlUOG8e5VeCWb6Q82LKsdUhhTN5ifWsw1NgY9PtoKqBd4Zvd1zSFr3ZfbPSpgS6xmu+LW/V+ta1CvZ9ZcNQqJPsdfMOlXFmf3YKqegUYjv4S5HgrhDGww22+h+0Ia/ANkC2sPdfBv8M6HCtZoG9x9S2u65pbTsoI1LQw9Ya2KJ8y6glgA2CALBK5kF4IP5E4T9AnsklOPbX3ASrI9O2pvj0zN89d3mDaKDNB/7TBnhzyX7dLQhrLcNcZpXJSqssunlo0qmKWCv4RPfUDN2KpKfNoak52S3SiWRlg9XqPVW2U/4yuxy1adc4Aoda64g3IrlfKdrGXN1JPsmEHxHynvMValHX9mcoWrrH/Tm7gZoXlGOdrgb7+QDbU62KbeJPY3161FIUa5XO0hdQVRftcb14sxH+xh5aBS6jjhSDtrwh9djTHyiINmttRP++PaKpz3sInv3HfC1iUnZzRuoHbNGhnju6/3MJlSlI/juM0E4mIhO8nlGSZoGEUh1EgwyZxdH9fAyhc6sa5alxiY1xbs8Hvme5nwt0zozw54CoQNEV+teEBEBFtJL8NLJSa7X/7l67fC0DRbaGcLHQBe4CwbF2CNI0KP9oPbkDR31vVy4rigK429nEhqvg5YOn1XmQKWwt4HzAlXXxNuQXJe+kCAGlfD9tucrYm8ZOdxz3ATgCwETqErghbUe8FwIYVLBjYwSw/boqyRFeHN9UZAAhPP/5lxECg7wBpq7rDVXcMWgYmtm8hDYmFZFEmolDINBfo8RAFYSY9L5WSWinqJ3Y+AD3X+u7q+APlpOvN3CaASYPMBEOTxnoG6a/W2Js6ikZjR9Er2UhUe+1DHfa9U6bHzU5Lb0r9VedgDS4o5Niv05saU0D2+wELHGrjKbwk5V6nNPO7Yg83F8k/EdPwaOi4V9Jbvr5GAVD1f9yi0TTVTt2/64FtuaxEt3XLFIzApIonugCQn7TZ03g+tCQ98y2UmzbMrvI9QOPq9h59AQe8DPQJHdZtb7s+Iha3vQsXB7XPk/WuvkJrxNXXXAkycGmIJ6Q0egkOhJFnRYgGdkTTG2Gqbb+/EXhw4zo/uG8qZ+d3xjv1fe2N9b7aaBXF4v0u3O/q+4Hemvtdc79b3+/W92vC/ay7O4K+H9M8yoOURiIMMk/6cc4DmYg8zIMoqen3s4YadDg0fZW6L5AGq56Mm5pbO7AZSnu88+GDh5zNEfHBI0+ibf8SdnpFR8DcUh60C71yvisUHTaW+krbaB5l1K+/cfdLq91SHrfXOr4JHcttcUATnaVPaA/++ti0emeVs+Hupji0awj3BGWNOvtXzvM1XWtDC5bJNuad4z7BKaxzqWbXLtX8VgeJWSFVusZzkaxBNyzg9cPPMqvismrnF3i8be2/jou61JWLrWPTl2vjSY4JPOhtsd/d9FHMyeVTgvlONfkFmzwXU36xhqpQnUyzlU9XPn8B5GiF+wZ2WbOfilt5C6Dn/Lu4rRw8fgQ4vZUHDP/NGoLs0mJ1pwt3uq65B2N1s4Zr2lQ4+Y62j70XCAHslzPq+3j8kAoP/Sm5n8d+HjQ+9pO7H6C8m+r+f8L91+b2HG+vSWAWnps6zkzkNnW4J2c0ZRXT9vW98jLSSG7H9Sosz06Yqz4H7ngQKSUNxsOnq73pkb2E0k0r1/x2LXp9UGDTWY6OPBWBwlvDSKdPxR7kAlRoFcdqLoGLlS+TCgK+RpcljGBYV2Fvle6qH+0GZYxsL+62eKoBAL8tXaCcIs918Fl6A28DZ5CIjXaNR46X28rd6e8/626qPYveUniolCqHTNtTyHznmjBz6BjHuBX7j/KgFN5rgQeN6lUZHoX7vv/5v7SOrCOZbVvfeptujig/195UNn3XXG/gojnAMZSPZKimpqakjuQP4hppvPKCQlA9FG4dMvA3KbJ7pfQb4tasXcIbgRWE+rr6kDLfF1tlR6h9T5+flHtskKFLAseLlK9S9AIYwYpRDuwY5bforPC+WCsvtJ/E/hNIVBUz/NWsmrewnOqT6RNmwB5c7AE/p+nBdc29Lt5bnwl3GOLBd7YzofEolCynmWBZmlMWplkaER5xIrxcxE3WngcPM8AY6NfhlqafG9OP2VkubrmZGGPqODMxxtThJjFGMCNj/Kz836X2tBTHTCeuWOvY2Co/hXK2ydHfEsT80qzjHDD4xjHPYqlJjbtobqBXnRVfA10cN+o42nzBLj2Uh+N2q42MsBbaLvZrpUVpm6XUTkwHPEgv8iqIFzU2vae4ni8sjZ1QvWOLjZoE/Ls97isVa1/slAXUPEM1VeMnpealnlEDsOxk2KjhHp4S8bZ+QGDD5FgiCpcVEKsvDF9eBdy2c27UZGCMxDUBVbZW/WpPwtF6jtTVcf4dIHalFA4msPht/9v2xVlVv4CqnVffgntXhA4BqpzTyicvgFWtKObAjmL+ayrFFtHf+cd6sxG1L/3x9yPgA+gn6CF+77zXuXYqam3yrVTcWlT9uJ+wH9fdqB5Qllc9uDpbT+1ktKt70Axbk+Xnd6Tfhvk7sFP9aK56NFc/mqsfza0ezdWPVhFrN6itM5vuZMwsHh3bNm2YuULcpo32aBqNPteUKBw9JaeaEnJpQ4naktaQZRN+VvuGmdxQXRexnthks5wSgVrCpHRMNcWiLuiqh4cpwKj7+8pSZ9sIrYBneNnKI6wEejGkJn8H7UXNfS8PyESlxZAtA2iCV28Owhwhyjtl0VTU4QD2bWHadbxFbW6UdR6tE6qstbs6MlqRJ0oDfepolRFlrxSisgkFucLzSJPpQ4pSa0YgZqw/4Sh1NEoT3FGF372oiI0Kr6m/8uNWCqjHImQf8p9khgKpQz5Vdig2xBFW6HIQjnBEx2Wsi7MthzGTfq+vTbuiScITL6Ys8sI0lGFIc5okscgokSShcePN29fTBVLwfZ2IHC+IvCDyhRF5npR8FR6zYMXo0+Pxs2OxFVYdRCNY/DopjocRMK6uj6KxatRNNM1zKVKGpxmBL7nMfRZ6SU4jGgpBBuFYdbXg8YLHCx5/nXgctuwZF8Bj8iLx2IqgDuIRPNZpWUYAuW4wisi6VVtCDqnHqE9zEXhBHCUiSpiX0szzWRR4STAIybqvBZMXTF4w+eVjsjFePBCV4xXlF0Vl+iJR2QpaDr1+VP5ZScnVSusH5p+V5Gq1GcLmdsP2IS/1wwhzqmFKIeZJlsg8YxnhPGNBHod98NzubkHoBaEXhP4qpWZOLm3FYC8Rn4kVhhySEan5rYnAH5GbrSajknPVrp0rIg65L31PBCRgJEzTJCYpWpkZDUkexYOyc9Xbgs0LNi/Y/HViM23laLsANvMXic1WrHdIR7D5g1U2aASfO81GMdpu28LpIPWYiKMkCWUaxVIKyWPGIszvloS5P3wKaPe4YPWC1QtWvxCsHvNW/xywDi4N1v6LBGsrhjhkI2D9Rld0G8HppsUoRJtmLXTmfphnYcLyLKV5FviRjCMeBWEeZEGeyuFDQdPZAswLMC/A/HUK0eGKRxfF5eBF4rIVvhryEVz+Ee+E5/5FzXYYnU07t2o3itGtxu1kyVKmeeZFvuCMhJnIvSzweJjEYUoSbSrvR+pWlwteL3i94PVXemTIIxCmL4rY4RnEJs+C2FZ4adgKL0ULwqe64G0r26EdQ6qbVanjsNlpMruxRu1DwzDImZdzkKqpz0Ie+JlMQ0LiNPRSIZpDw7Eeh4JAzS0miGnWdJljfc8T6jkywCS4DmeE687SUOVETBj+lYXWNeDodHV7VTj0UFzLw43KYYeFk9Z7FVev/6byZAK47AvApNvj5oD1ZRGazZ5oBXeqrMIVIOsySwqE7bQEVnbiNzeYLf4WYfgnsT1+/Churpz/uBPbP4S4cr5f38GC1hj6n7Dh/wvgrnR++GTIRiXMS4uNCra/3hR3OKYdNW8XmTLFw1tp9exECKpHwI6tFWvfSnmDuQhsbG1X09XRp9eYVkjXbJKfMMldXbK8ST2qco7eAr5j+JedXM+QI5byq1KTVotPd1CHnKZAhfBd7dQ/ZiXWDNvN+WAiTjWHpuYF/rO4b4WW3mJCG/WwNwXcL+4tvnq5mXqq6n/lWGnA8lxdQFhXufqeS1zpLHGljGDGWMZbCtdzxZUSK640tONK/6PY7ysJ4nWVo/KnYr/+o1Cp2N9VOTGwomlVBq0iWbzZdavb3OY2t77NtW7TpPuQm1oknMWchVmSJZ4I4zSOPcm9hIciIZGfpyKtSfghIwyQ8kfoQr+VKnGne9N0UycKcavacI8lahzPnTbUTDrXA0Z8ciJ/+KLUZG9rZJam0C0apkphVRUTm2w1phgN8hMmw+skvK50kuZNGU0NmK4hVF3lHbBUZdmrlTCdH3u3UwkabJVOpb01tc2sbLitpEROsq7VvfrjaD6ssjxXuStUqiKY/l4nDDalcnKQDDqFwPbtSovy95t1Us0JmRo+t+LfahZDCRxgzcHLW2MN36pcWlXfptaBNefDINtSv02d0wKkAZXAN5dyYwoDI1eh1AXqttjDm9Of8eLEa63zytLwLdRCiJWGGa48sqIvIP8qscJaw7BV/Mx5fQ0SGOY1/+sWNdlr6fwKs3ynqinV5QNPkx2ItSvUna7rVpYYzB6dqdzytaIynOTg4R10kxu8/tnVk3dh6i5O3a2n3uianWQGpyPNkwdosOO57HhD/U9ikGjGFAVYgn3qutHUYVcBq6dvVyrQtR3tbKJqaSgbl42l7RK8ukIvaDmHhhtq0HS1TaxOfNomjf5Mp8gNOrXNQTdV6lJVxUYnQivNwNIkrzOF5e0qNM6duB9MbNpU8UHVtdRZhwx9pDfF2miHhhwqYxyoVljQDNPPYc6fptTv05jVvrnM5l9FFnDimTrJNGiV1vgs3H9xKRz4ENdZYcNh1Mt1Rvz9RcAOPsmQ17CKiw26afDMOVR/q5ZO5YU0BS0qi4NYspDTNCYyF1HGQx5EHgntap09fV3i5OmL5ah44ahvhKMecdLztWkRDX7HK86eAr+fHbutEOMwHsPuN7jI38Miv3dIP3hjC1e1cMkIetvNWvCdpLGXUhrnaZwHPskD6cc8o6n0gjyXXt4H33ZnC34v+L3oGDMf3deQyIIVj2eGRPKch/WDkGjF90beREikZyGRToNE2oLEMIiZDKVIOPX9PCQZ/B8lMkhj4XvEKjc80NkCiQskLpB4MUi8gJRIXyIkUiukNiITIZGdhUQ2DRJZCxL9OGGJpIKQAIuwcxpLKX3hSRkxxuL4DCSyBRIXSFy0/JkQkPMViWZGQPYiEdAKXI3oRATkZxGQT0NA3kmTyHgWhpxS0IxjmsR+4BHKQj8UoUw9eQYB+YKACwIuQuEDnBgfiInBis199sNfJCZa8aGRHR/64UZsP5bX60/4yWqnph6/drth7cR26tk+3qxdHjbIZBgymtA8CTIic069JArzBKA54apim37k8T4HIPJg3fRY9wW7r5lQ0u7yyYHxjfFilmpTY1kb9MBuOZ2bmCLpjC8Q2CWi5WFuIPJK107F6ujaiU77wDm5VXoVZgYXKn/nDAv57Kuqd2nxB4Bf5Vpde5PLV44qvlcFJFUOVI27GMx5LwGp4UHlfreWgFI7hEBTs+jd8Xb3cb29ct4AOiXw0Q3EvpMpvC3TSLvVHfeqLBLAfXLf+IVj0drtwbiNpevtVtzC28JH/IgUoLuHP92JzfZYe8MfD8fbrbOR4pMsX/2PZP8/8V/bLy4RH1Vd+Ct4pFzq0KiDOGIEgXaMqydQ+7KfeMbVpZvws623n9YKhvG1ots5fN7Wp2z8+JtSf6Z6X4YstStavoKGg+oXbpHRxco0WO5xX2GVo54DLaLLkrNWhYnncoujVuhqZIeucue9WoylxYvvxB7uF7/DGoM30uMRx129gktLLNyZm1z1Goed4R50b9cPjrtmtpb7WzVbV83WNbPtEMjQWI8lk6F+ZyKWoe6f3BPutbU8qqk4aio6/kkhCNYw1YCli9OZhaWKVdtu1SYO0wqK0dFEsB+Omw70WYj3frdXBTvfH9Ep+Mp5rYBYI9qva6QI5IvieA09YZgVLrANir5IW7dXKJRLrIaayd3hpokoVeCvUVg/i5aVs7JFhaoA6L4E8L4tPsFjbw+vMIJqf29ik650Bb1kUxSqgN8OftXhpLAHtf/4trgzjuIS40Yt32Z4xFI9YsONJiS38T+vmaZVUa9SS8rK77wV4Cr3Fa/cDX29qoQeaDvHTUXsVvm8K0t1cNRLVlhzUurV0hxs1clmOvTT1vyHRVPrGGZ85SVoM+plwZrQWlq1nlR0lno4VQZ2fSt1TC9+mnt8ZVuVsg8FDf0NZ7bO3OjyNp/h0Y3fu4+xmt9P2eo9XFuKnD+YainFICnfX/ntbEEPIrcX5/bnD3G5FdQc+b1cXj/kL3J7bBF3xZ81a5oWLWPYQLNOks08pT6WBwlSKljMfJZlPhOJoEGu56UfcqCzCxjDvlQyjhcyXsh4IeMZcxctnPxSODnu2mTn5+Rn52MrKjoKxvlYw+Y4I9dtznGybtg2w6ae72dhKFjEkzRgCaepCGTui5QnWZqNsbLubuHlhZcXXl54+fG8vGjNL5+hGcZts2A+hiYvkqGtoPAoPMPQCjjPMHTV5ixDq4YthiY0JkGSCV/KKEuI4EwwHqaBL1kYJWE6ytCqu4WhF4ZeGHph6EVz/qp5GQ3a8/EyfZG8bAWw/3/tfWuT4zaS7V+pH2A6SqJUD39rd7v9WPdOr6vXHbt3bzgoEZI4RZFakqpy+cb+94sHHyDxyAOq7PHuOsIx093Kc0gkkgkgkUjc3fnHZeUm/eNyL0ONy0pwXBcsWd8sY8b/7/p2tV6z1c3u/u6ardnuPl4mt0vfuKzo/hqX/xqX/xqX/xqXLxqX/1oy/zcYmldfXd+/3tAc/ymHZq0+wd29f2hW3tE/NPcy1NCsBMdB7estW6V39/FiseJrZnbHtgs+WCfr3V16u0o3vqFZ0f01NP81NP81NP81NP8V1P5fMkKvv1q+4uJ59accobVyGfd6uYx33Ba33BH0xd/4yDPcSWRUgevEo0gK9pcCTarB+cVG4zVb3C6v0zRlbH19vdmkd3F8u1xtN5vbzWJ3J6vEqob7OR2D9jAyHiVo34Jep7ipn/3VB3fbQ/7wIf6hYSc1VstxN1VnTSo+nqnxoOumL7qDh+pQYj+qy0ZctY242py5xxzVnn4RcwI1QtWau756q45P9ocev/v04cf1lexn/rd/K8+fzhumhuufufvn43Ceneq+iDYfm8XrccKSk8gylV2Rbv2+hengKZuUXPGu488VB5rU4LYTt1Wo23wS1Sz+GcpZx/hgTs6aWrWoVeBVkzyy9sKPslGXGkVXzwd1EYi6OCm54sPIkQ+oLP9iOEo6LsO9YbwpqZjlRfWWiVOlnQK/vHowDo2ORmd13FTeqsH63hqd8RSuU3UTdyT79rCnNlkYzrjKS43EzOh3OwkUXtbuf9SlDotFeycTH6TWq3/80aBYqzFyr9cYkZciqQ/vZ+l7hzFD3kgkf4q6n9QoMf1hXEFke3ef3CS38eb+7i6Jb3aLu8VuxdLVcnl3vVkPKcNTlt91+fYknyM51c1DG94fe3lc8NXdvedZf7jX/14uQnrvzJ6FG+i9s3II4lKg4fTo1CAGpygOjorVEn82Y8WVaFq3opCz/LM4zKldf6BIpB6uBhVwjysa23po4Z6b8YUGwmsdk1+z4/nIB42TuLG2c++fRk5aW5TqKw75XjWT97t1i9NcnaAUb5FW5ekLtS7SbtLbixuamDy6qZx7zpLH7iDledO0dxp1epMXI2iD4y6rxBBzlAYgh73hqiJzJBALJ+71xUAh/qhqDcjhgXsEVhXqIL66C4qvfrj7UkpUjRmvITXFyZ+ta8rP7TjFrYAvBZm+mhND1hdifSifz9r2RWo8HKmyZm1JgUaMxBvG2yZunBAsuaq9IAZB3th0zukc2xjyP7VIt2OwiMU50nj5JxgstHIs93o5lg/J/phw42hnba2D+I53+WixIcWiqJVS3j3qpdQY4pEZn0BZXKe3q+Q+jrfbbbzbra7T9fLmbrm7E0uO3VCQykP4u44sYlImHtj5++T3WEHYHvKHjyWq99v1ps0EugvyWC4jaCIsVD6LsF2pxp+RO+liefxxrDqf5GqEq3ubFGUXIkzbMijdgNI9czqkfHn1pl2ycBfIH6FGFfkQvQDLgel+VPT7F3wGn3Hn1S4T5J2k24wPl5pXFQfr+XKgjVdqx+zVCNZ6bK6xStZMaT2uxf33ft6oOiM0zGmrRCysWtc/Xo+oUUDGwsSFeKU+ttXl6SArNsiBtI8R8r+pMOZbPpSJMOpwv197e+uOv17TrrFkCZu2mEJiDu2qDoK8bKeWPaUNdb/XCgK/slr4z9urxeKrxf1X8Z/gBrVYK91yr5du+U5c7nT1oaxOh+4GPTndeltyBvlZ6NNvIRxJ4UgJqztCR8LthJwUHZeC3vG5+Ga7WSxvd+vr+/T27i6+v7/bxWzLp+u3w5l8mvd3cK0H+dCjfChTD5Wz6K320Fdxr/SD/nAX+y6rt9JGhK9pb7iaxMqHiTppTG3plVrWKRFU6sbRcyX2TFpvLG8dHRVjYa3XFlsyKtAyFHGSHuKeeyL2PHr+GzG9Ed6UydllcpK3gMlLQIeNCzk55G9ZVnvuocVNzHLfpd91EL6kdZ/avaPtDkbroluv9IVwmlvGR4nJVc/qeSpM1G36DJd26psysvlDCInPavRLSlu3Plwz2rvxoXqYugJbELSjnfLdfSCn24r5oltByJVF/5LtbStXB9Xh+kjFvX1785kMEk1WMdoY9OV/VP9R/M4hnP91l+XIDlFuwfL+01/NBsgPo/8u/vCVxP3VYv3VdfzV4s+wktAq0tzrFWk+96X6pM/6/iiLtgnX9n2/CSk2a9r7ZrVhsUeqoUgiI4GMNGSkI9UYGYgbpw3u0k283t3cbVfxzeYuvV9ud9fXd7fbdLtZ37Dh6pvAh/yuCxM5lsmo+6svRwbqP3yEHDb2IMNRcfkjq7nbz34T3tMY0yaXfHPBPatVRKS7jlK46yOfRcuZr/DFIgIiFilZWzlRjaXCV4u1SHe99jY/140aSTtn31+xPKQhyAFdjVhq+SEfqcYbeZ9o5/a1AmnyTdVtmBsx1KTZPhMjkHjRdnj98sqeSaAFnGSzxhEn27Kj30Q5qsa3m/hCde2KoY+mdVXehvUTf8qmbkS/iNc4qocOo7C2VCvFwHZUV5GLzpZxNpF0IRduYjBUUbZdxR3tODuhOZR80fZ8KK+e5dO5dVXaFvB43VlKxYntD1kns5AzBz6oN5ZlkdLOH77EcW6RHFhrU9btkcmv5sgkyqu+bY3yHzY08f+Wf4YdEa3Ayr1eYOXhx59+5rPB90Oke7CkLnFE9pc2KAlMFEUDRitdpjBRj1HDEYwYr9zW16Iu8XaXstVys7nf3Nzc7Va3m/v0LknW98OmO0z/uw5Bv9N++j9qB10YhhxP2iXUF/oOwGAuQzJWu1GtPu/Braplkhg/s0I5vyMTwfVuy/wbyyXR3GkXcvyZVOlM1LJIxJSqRBT91ZK7tGQwbXWhbWn8E3/br5WPb7Pe2p0NNeR8wYcFPmoc5D5Jl8PW5tt9efX5IDaBxFxXFA+VW+NNludqo1/fnGlXLyr2diyP0tXKUKG841oA5SrniT80VWtCkbgn9psKMaKcDsKp8y9Y1BptSvmuIkvhxAr+0fOxi3GiPhfvC/n6XKfyRuv26Z1mzSFR7ISLgWNbJXw4Yv2IL+/87mqN8m7jf5L9r4bEbg09ujtctbO4Ohecfc+aRhZm1gxDT1j402y7/3feNFHjye1Xyz9B8c1YKxByrxcIeffD1ed2a7KvwSs/0gd5J7yx7f7uh6iV7wsmR0I+UvKTvXhIejSG3N3Ft4tlvLqN48397n6V7Fab1d11ul5v7zarZNigh6h/h/Ej/XvUxl2GW7Plc2v13Cf13FcZVKBnISONHFpesww+ZDZXKRPTWJHNI0P4+oj0nLyMErROrDzlTJaTT89dqu75tFUJzexJFknWdmWGbGAOatUhXlH8gXvQSfyMT8i1ff12VTFaBoiJPW8vSwr1MPF4VVxaRMbUtoIq9DtdhvA/67E55ZtF8eN20bI512KMrJlexl849rwsH+UYU7ZV7lm7NiiLXOSkqYL8W9ali7UF9w+82yKVetDtp6iw4++7EJiXdSw7Ru0L2pKPpz9bcpB1e/rDvfgyWtzIEsrXX63WfwIvrhWRuNeLSLwXK9GHR9aI8tvl1Uf1EXULAkv1fQGIFCBqyqgFdJNvowo/Jj7OtFqmq9v7dH2b3m3u4nSzu76/4/9wc51e3ywYG7bGMe7ek3MrPL2SKxfr96jun9y6nqhbsPZPfhVfjj3sD3fmDstRCwl9/tiuFsbhKOV/+KxYWnJ9JZvdu+luS1psUHcbtn/naiyYPDyRdM6+Pb5SJc/dxomcLmdFVh+YvDjknDdf8rWAyOpNVJ5W56y5tsTmct6OAZrPV7P+/n3b603qthq/TEEVoS/u0/PyJFcX0s+2e+VtJEh4WZnUKqfQjbh+pN0517KU2qbx1mxbP9827Kq3vckNLnwR9rjLy+f6SxUd7HOB+zxaPr0vRc6BcvC7cnuuXZe3uAck3jH1OetumFGvKY/ldGOTOucjA276cCT6XF6acDy1vd81SJqESnxQo+gXV3ydk8i1krj85c83BP23XUEs5QpiJY56rv/RYw8ffNRerBh/2ps2ov46ha/+z/8b4lMyMLDovftUeDQj/68vpsAlBVw6gDEFjB3AFQVcOYBrCrhWQG6rrUC7/AXUVZunTwBdjVCwokYoWEsjFKyiEUrTjxqOmmRT+7UzyOG6MTCAZgxM3L+rOKSx4a4y2jHxfXjediQ5fl/JI+/7IhikDNzWsTzdzrE83fdjebrXx/JDf+/ybPtYdWeO/CoYiRpa3L8cvXD+O6y9QZbW3CA7WIZYmMkkCswzmuLwmzqh9Is7oXTvO6Eriwq6hT2ogk58hgom0BAVTKAhKphABxXIALPcg/Y2XYoJKcOk5eALfRsjSYNHhBSKcrj3aZP4hx6LPNwbbizdHW4s3R9uLO2c3NjBUR2TrGijQF7daXKwzkwMrSsTQ+vIxLh0c+vB3A46GZ0XbZ79dm5I4/pxIAEtOZCArhxIl8ZuSOTNRG+d64ySc1OKnRtAewYmUIcuPKpJFx7VpwuPatWFH3RbsOdaO8jWBsZ9mlWIfReun/hO+SvignVBuFcsILorLCBa/xbQytrI6FTWDddgTcxpHRi7AslBsJey48FedHdhzhqRbwK9hyZrcpXNnhXicIKfphfDTWEKAQxhCgHMYAqhR0cDMgyKco9fbZx41aHJwfowMbRCTAytERNDq8TErEkHZmJuyMHXxNw6MHcezJ0Dc+/B3Dswi2tfp17bLANbA9kAc2wlfB3kAQdZT3i0yAMOsqcpOMiwpuAgC5uCg0xtCg6zOcNKBuOrWVJtD5HI6qE9/lTYcPnd+g4y46kwbMIOIG2+DiBtug4gbbYOIG2yDiBtrg4gbaoOIG2mDuD9YBUikw2Y2Cg5q2E1z5mcaJDhQ13QYFFVHJAZ6kjSzkM2p5cy8M9s029lpkn16KWZCsOfiQNIfyYOIP2ZOIArZ8Npm7AivApVkaYg4gFiY26lcrVX7KfUZUM6yoKD+smCg7rJght6qTuZjnwoE1lDf+3vZHdocuaoohKV1HlOvweRkkoQH05MEDCUmKB4ujMT/VaWR2RrRsiFbs1oGHhrRsNoWzNlmWLzTiEZPFhbQMAWiwkC9llMELDZYoLowdkCogdmC2gID1ZlI48GybvV/dt5naiUNAdKkfOcR6JWgNxbPbWb274h0wqBO9gLp7vaC6c73Qtf6V+kyJChPkYhE/IhavLQR6jJax/gcKBDpUX5P8KpNP4lOpDA5+hAAt+kAwl8mA6ktv/d5gXtuFBKOdqxLN7HVhzQ11bc0OfdKQ55SsK/2NclzaGR/5X7AnFiI09e/N/5RBYfH604YIi04mJi0hbF6Yx5G0eZU7ey3GR7P5kUsSHFuUVWbVl95NqnOEbCZs5CVjCuCHE1qPfD7sUMBlmf4CWSlXC8HLqgwVKeq4Yl/u+klYFtYyxP28RYnvYfY3naa4zl6ZF8LE8P4mP5W123kfgBm0i1LMFzKTsO1nrwjMqOg3sheF5lx8G94pxdbeQuRbvE8PbMSBLuFxuK7hUbKp58823qZlsdjP70R/Lw+7uxdCvcWH09JM6j1CUxtRnEAuZgEwgyDZtAhvcUZd3pEbmXwkfQCQIYOyeIWFspbB83SZESawQlZJkvMPaYJ/Jk/0kWWPdOGMbCATMGKxCZMliB2ldxOqFvPxY1NJGy+pHu617KwMtEerEFCuWnjmQDMlRtOCRH1YZDslRtOCRP1YZbj7O7oNwsTRDWkgVEq8gCovVjAdHKsYDokdACoodBC4gO+1tAd4O7aPgXlFRp9HyCooEWefuHE8kcBDB9woqwZAD2ZxufD3ws2pT8RYhMQAsCNzsPGrA/DxowRA8asEgPGjBNDxqwUQ8aMFYP+k6zhKJ8ShoqT3wQC+jzCQTp6AlkGMzkfoaMc4izypucD9rRkRVn/4jkAJkDnEVwEUy9gHiXUbLh89hg9hYH65/mWHrfM45qVj1lW1YHv+oAvehtDRr/C6+6WEf4Cw/Qi17YoKFNHqKhnRxEQ3s7iGbt7YU1X9vXTXYsiyzJw3tiDIc+qJtI1NKc80n1SOg5t9GuLBti+uoDmtGuQH+GuLKxzCKAb0G9H+K5LnRaoL+a56ou91K4g5rnmy53S5d7pMud0eV+CHdB871PmOOZ5XNgdzPH06BOpmHbgzwTn/gDrZocvp9pYIBNTAOjBb/4FJUl4q6mg6gK4Vvn6JJ4kMCCAkIEFhQQILCgVpaNTMzr96IztjA1WMj+pQYL2bzUYCE7lxrMtm1ZFg0ZxTKkZ2xdjpEhm5djJGAfDiQQQnIg6fWoC0mvRV1Ieh3qQt7pm5vCkYk79WTJBOqDsMjbctF0GSTFbSpPcW5zeWNSCG0LoZih2YwDQ3GnbYn9EO4OE5Kl58FD2XoePJS158HTX5gfv3b2Gx3etiLm6tUW6rbYKZ90NKW6YSDIWDUcZVXAfMWKMGdCog5Nl8dBZNhpkgEpdiYKybEzUVps6lyKO8H860Ilg4cXRvJAHGEkDwQMRvJAZGAkT480Y/nhHGX1C+nelYhhGRXpw6tfrG67+oVetrYyFiy0bhvE4A42IHQfGxBtp/OXrNhR2hEitmIAp6ySQVdg59yQNviOyT75LSuY2H2oiSPtmmTAoXYThRxrN1HIwXYTNUzh2a+nvIQ1Z0jDLXYh6Va7kHTLXcih9c3LiT1X3KFXQK75VBhfYNqBwCrTDhy+GFmzX1QYA/puImsusWVVrjzbZs0L7d8MaT8f8H4WeT9nyXUSQCnF/YzPh6R5ZmmJk3YIPy/3eH9nlPu1InAb86ABQ/OggZRsD9oclH3S67YCcVv/vh2+rf1U78WSLKynFMbfV7Lgd0BPKXk/pziNwaeg4hglTqyB/OzAtNUib3D+M194vSlSedPgLx+o79+Q9vN9R3//Fnk/5wOywLQi/LxvyImWKW7WQuAiSZHKTIZfgAoNhrifsa+wVOO0A8bf/o+It7IiYG/lQ9PeyoemvZUPTS8hfOi1va/EFXoyvB3QVwPGbwdIAN8G8LMCHsUib3DeXftbzH83MJv8XAERiEEMz9mdQoCE3SlkmHm9lUmlD2VZyGsTvS87kTVzNIvyOSFZeqmgLFQdgWWh6ojR+RV551V3yWZJn2KZyuMVK5xYoGCFE+tuC1WcyyJv9KEhc6hYmIYkwuTt7hkWtbuJj2Iii+vbigN0bcUBdUGsOKAkiBUHVAOx4m70HGOoDqMmZ1bYrJInPrlSxaP9tTZ1SYNndb1iVVVW5D6RLmimXLYHI5AUzolsyDakBQdtRFpw0FakBQdsNFlxwDaTFXejnfLKj3VTEVu8vRQe3J0ggMDuBKGdbxDVxMsTqxKiDkcnho8tUwgwuEwhQBmWKQQowDKFGBsd9Kk6XTB0W0MHwXtEOijWopD1I+SYdMGAGKQBQkKQBgiJQBqglXEwVpQq4D9R6zlTPGRaYYdCswo7FBjsXFBgvHNBteTF8rzJGfv1VNZnPn2gg5g2AL6f4wYDmztusGby5blokqzomg7EDe0Qc4Auy1ScKCAjm7qgkwV4r7EoXl7bBgMqbdtgsfHeMgp2KBvozTthpxba2rcpxNYJO9nqUwnU3DGkgzU7ReLKnSJN/UKngafCwS2wnwcevQYdFpjIujuZDgaMRb2fnqg+C39+QtjJtsnLfcBnOIh7GdvCOTBld0WQixPO5LQBgg3DAl5amxnQqYO4GaxhO3GL6Y7/hsRsptIBx63tSOTItR2pBQPa3WhknjWRxWceVhww7bDihneX97a2A+pw05G/EoEVghck8MGBugQ+uK1Yiqi5BVZLEaLWvOFtSWfjaXIuDmQLU5d08dB5HLqgiwXKrpvIurjo7Qld0MVyqtD3UZIuHthjWuSDcr7tWCz3246Np21BtuZ0SUuGWtIcyJw0KROwUNXlkTWqLo/kLeryw0ovvrk+iaskkqM/GqHJwW0yMXS7TIyRDSfuHosIjzoWDc2NG8PgFLkxTEuhknevIq89ksQTviwoIOfLgtKSWJIijRpRUEekKBHGXh+TquknXVNo345T0XJXIuL7giS1TphHwDGvLyxGkywdJHEISTy08FztWUXdWjOh7DBz2zXBBzdpgp+2JuI/RSJqXyVZE9yuEfqiFtqY5rXVxjS0mq/noopadYxpO4hh8VuR58RCmCRgpp5G4FDVjMCDNg4l/3vywt2FuLU0oCVjoKGZ7HQQnlPMpOuIDjSMuU2wwS9uYdkS59PGpC1ipu7H6KX2Hr/yfy+ifZXlYW+j4Wa/k8kRahY2jsE6juUmyxm3/SbJ8nC/boPPbaubKrjJbiq95QV7idiv20NS7FlQm3Xg7NZaSMLbaSEZWjjcMiZXYtEuq+omUkfrAtrrozG+2qlwzThPevlDRzzkU5tDVr3CQ3Ua45n1oeS+S1xNHGI8Gmqm5ZgMoWZjMgw2U59PrOLSj6zBjqdPqC3wue10UwU32E0VO6hW4VQrB9U6nGrd90dbnzkramGX2xBTm0LNuU31cmpKpP6aJhhwftYAIUdnDRByatYA6TdjHtXV9kjS/FTYPBnTCUTdPlmNEQ7yHs7WCkDGVtrDB6TPTIV9bwfewGVFeHj5xCQFCYWopVBC8fgCWLEmF3BgfopBTstPMfGoeFsl8qboIyFjUWsZOPUzYNdTYQ/bMatrKuptSNv5IiESgfUdR9JBFR5tSKzGow0Z29ogNm7QFghZnz6QI+KmuJdRHW2AGZW4t8+yYs8n0JiNGhCAGbVZCwh67zRLgl+cYxBuar5nhwDMgd04RtnLRKK1XqfC9rfdnoGX2wZUdpoAwI92AGAVWTUAVopVAwB5jWMAUDVjDACKZYwB9IViEwBw19205661Uv4F/+bqpjpvH+kxy5C2XA2gSQBewCLv56T3A01xfK/HBQW2fVxQYAfIBV1ZVSDuwCEOx5jiXqVCrskGMFMczptNzrhDPB38yQ2DHJ7WYGCAhAYDo21aZWKJLHbU6dMkE1l828qKA/atrDigxIMVB5R6sOKAkg9W3I02rpw3u/yFnAq0UpZzIlnRbKpzfaD7aCIbkOhqwyFZrjacmZaBuMGJrO28jPodSbiaCrvZgA33iazBJaYoB7aj55K6oJMFUNVYFO5lK4zuZCssNt77dMjysi6ppbMp7tSEuA4N4hKCTpZc3nPfMIipE/a9UwP2jsNaZJHyrsQGsnS0AfB70N1g4EZ0Nxi4G90NXmnZB0keiZB0A6nCFA/IQ3BAkWQEB1S7oC2pDyJ6A3y8Y1E8TGODAZEaGyzW73au+cCV05UxRpLmpCepNqIy16E8ITowxb2M7WYX6V8dGC83vGPkAnnZ6am6Ie3lg5L4bAAvq/ozTtrKeznb6TFO2gH8vUW7X1Pcct1aU7C6jsSkK2rY8ZQnxPhgRQQc0HOjkcN6bjRQodSDHvxwXW63QmnbQ1kSGQC6JH74z4ICzv9ZUNrJn3OdbSOV0IX0oUUeP/rmxAIn4JxY4CCcE0svaNzYtTb+jraDicF3JBsw8tpwyLBrw2nBaz6vOMo7XZH4+0QYD+DZgUAgzw4c3j9Oo25lEW3PG8KpG9J4pqsDCeS7OpDaNygziipgbB5JmuXzul+R43tjWTcXPfiORT1v1RXCAV+sE3czQgO5Ie3mS8ttU1YgXSvsZuOfnoiWHjC6Thr3pg4k4EsdSMCTOpArs/XPhxcx4lBHqA1xtz6R4OJU2M0GTIImsuZmh0ykBHa/BjkXB7LPpUu6eMD4gSHt4qMX/bqgi6Xhyx6sdUrSxbPLivRcIzxK0slD9/1I0rSirMiOfD3blzjx29FUGv/GHUjgG3cggW/cgVy5W8/XiSmRgevAzNfECD9DHyP8DK2M8MA80ounA+R+PL2b6McPV/gmYrM4pX2aJmdeo61+Qy7T1SVdPGRShSbn4oBmChNZJ9eZL6hqjEqJupgAPzSSdPG08XngM7QB8OuL3WDg/mI3mP76PGD60/OA6e/OAx52pzbZPtqUOfDZjCTNIE33KxL9G8u6uZCdnqmwm00cS8eohKSnhdBiwBR3MyJRrbGswfUTa8ozMWFvZeCPZixPfydj+fHRVmSNrskFHcsNXZmbGG3HkiWPiA1rcubeoviNXnwOYnYGbIY2FrUzIXucg5y7omD0zPJteWRYTcFO2sMHKGks63s3keMRtTzY+w0IkhfadLZjPNxQkNwUNxjfnE7RQ3NOucxnoItMcR8jVDXZIu/jpCsmT4V9bG8RNVrkzUXWecOiREw3ybIYY1E8nGiDAcFEG0w/EC1CvcD+WCdm2WQRP0Fbd4OggwUatnVJFw9SGmksimdS2WBAMpUNRk8CrTB6+meFrQ0t0ZWbRpIObZNnFAYxB4Ms9qHuZQSINGkHH7TZNwg6WOTca1P+CvB0ooFWNIGhVjSBoVY0gaFWNIHRywcrbFg4FLI2G5S/okviiSsWFJCxYkENbjKpmggpcKvJ4StMAwMsLA0MsJ40MCutxHghk1PFGBEBFyhY5I2PaCxDzSwMaVh/LiStRRcytrcBuqzAiiB0I/NAXwLUowB+VmjyZUX4eaEpkxVhK0AdfSMKS0cPopJu9ElcHUJVojYRZsqdOqwRidMa9E2WhrSfr60tWeOcHcLPi4zGNgDBCsyobAA/K1w3y4midRE1fOVG38HowVF2kZ9C7CI/EXYB5Hea8n5OWb0MiHC6QAY7K1i1f4nSKiv4MpP8NExxgpFellvkCU7k4K8VgfFGy3DmaAlyxzO4Y4K7rMir80x5ghMwXhuAYKUN1yJvGX2qk7haj2ETk7Gwh60NYEQPdAanC+Rhp+MUE1kP10conmeR93C+PSQV+n5S1sP1z9Rm1VjU18MZt4T963B9QgcpOyRg/umBI5NQDzy2tOuBrKoykfXo6OF8EkFClE1Je3WeHGFdJ0ffm7Gcz5xZ2s+ho09kgJZEhzxv7pNm2I2LI8R4XBz0upDmoCMFNAcdNqA56B1/muPW5guBqgOGtPcr+LWJviajWTaAh/WDOpfw5nQCWQeAbxzAlnNTcQ/je3ouMRX2fZey2HL0qeT/oQ0fYcxy6YwP4E2FhL3Hoh4mciY9FvUwkcHUsaiHiZ6LT2Q9XOKOwBrkkrIeLigtxRSn3o6YxxvSXj60kL4V4mFGauFPhD1sUIDaFMdL/bugwDUWLig9Hjmh9DDkhNKjjxOqZbxU5ybJgc2yQc7cWVC/kf5Ck3NxACfENEHnm2A5KRNhFxt0+/REFt8zseKATRMrDtg1seJW0zZjJ+vGsqFtnuDgNk9wcJsnOKPN0NbhSNRlMchWnS5pThUO52p7gGIDuqSL519PW3mFavTNEz0ntELwBYAPDsz9ffB42i4gHqEJurTzManJwyJjUSeTKH8XfQvsqdkALta35fF4LrIGYuyFXWwPrDpS9+3qku63QubYY1kXFzK71iVdPD8KNx7w1ejyfs4ZX5AVGPod+Ujgr8lHEtvbC39ZmrhfgwFf2QhAsIZ+cRaY/wlBX98E4mfGv0Rdnnpb/KscI/y8+BeqyxucVbl9TDZI8YKRpJuHnHOOJPFDuhYUcETXgqJnJzYUvSqwodamfvKsYOcTpiEl69a1+p1YkhrSbr42bwNIUrVDSOYgznDbCM1vcQADLCT06mYHkF44OoB0rNIBvDX7qD6VRU0NCIa0u8+BOfdE1s2VqnsE6K0+KyLckgLQ8UXo1UXo9UXom4vQtxeh7y5C31+E1qpuzoJfZm2Ly8xtcZm9LS4zuMVlFre4zOQWl9ncIsjoXO4HHW7HmMtcEImPL8SvLsSvL8TfXIi/vRB/dyH+/kI85ZJogkstcHGpCS4utcHFpUa4uNQKF5ea4eJSO1wEGuK0RGF7ry6S9v6TwH2jcA8d7iEsCZ7mQE5lUhxDRCSr+/06uoFTYbhVDiDdFAdweP9vZCSCVduuhd4GPMhLgmRyTWjHOKF0I5xQTzOiD+TE3KRVoAuaNCKY07ARwdC8z2VpNPDdS5Ecs21oE1vYJY0cU8xq5phCO5aXlyoAiZyrG8uaGy3d78CG4UjUzYQdMDbF3YzPLJUZzHSAww6hmbEzgS4UvmFHMABbdwQDsIlHMAAnvwgG4BAYwXDjsQH2axNoAhzhsdakajJWh9jWCEIzh9nWFBVuWw6GANtyMATYloMhwLYcDAG25WC48dgAbFs6wm0Bu3PBKj5NCrCtEYRmBuZTDky4XVnxAVZlxQfYlBUfYFFWfIA9WfE3nl6HrUlHuPscqfY3FbZdUNBkW2TDZyTpuI4kkvd/AAlLU2nnxQnQew2SBo86/k2SDGIGwyMros25KoATUGNRZ/GDSpTYyEXGMXVezYoIPDZuR6Onx+1o9BC5HY2eJbej0SPldvSNdnbuXGwP4tt4krfYl+TZQUPe6OF/FRf3RPp5Vi+lKW4wfuy+um92O0Z87BNZiouIgBrSBh9f7FeP9I7zIOZgAJYtuqCDBTm8OpJ08SDTs7EoXp/cBgMKlNtg8eS9sWXWRNahg6EWkIpahVC2kECdOOCobhxw2k954bSj8sJpT+WF31gMnBrvR5KOzgU2dHVBB4uoJZmzBmMahK3V6eqziNJEdULNisey+EBoxQFDoBWnVZyT90Ln/GfIaZjieP05FxQoQ+eC0h+HE0p/GE4o/VE4ocMH0WZZY2qfCuPXldmBwH1ldiCtcAeQVrcDSCvbAaQTUhzA2/EFVFAHjSTDrpwK7hobCrxkKrhTbCi6R2woujtsKPpCVBvqTnP0JZ/oAvO7TswyVIifoPndIOhgkSW8ogVA00o6eLpCtQhTL+t9pyX8TksvTwzzxETblgFt87/TCn6nFfFOccA7xdZ68tEz29QZdf2OJhhUO30CwgqmT0BYlfQJaDgvIy4Y5HPAPHuikixHkqbi1X7Rc9YcoizPz3x5KQs6+nMCnSh8Kk8wALN5ggGY0BMMg7Z/YwXt3DohQ8fiB8CxDWJWBnqXrZey4qH6UrqglUVGv0gKKWXFiyJCVCUOTc7KoZ+JBQLkdgjJHMQJ270DSJu7A0hbuQM4Nm5goTeIWaJF3aW7WOxpIg0rz4WktedCDgs0eRxlXyWnA3cJwPEli7ypF10moCyQB+d/RpdNg7N3CD8vVijIDvEzQ4dlrAg/L3BYxiLv53SkvFQuzg/WFNNNnvAp0K7K0uRFXNgpKkrQXtWJMitGH5Iqa4DJuC7oZEHuUhqJ4nWnbTCg7rQNFputz+qaLJg9lnXqYHcu0hpikpJOHuSuk4msm4tPgjMGcilZJ9dzWeXpMTlBZJ2wky1Pqj2LsmOyZxChJu9uLXJQZSrssen8BFp07m4ncu/VSNRk6u9jlBtQkqUG74zUEDMujjTRIbdHmujh+0tZne2LKC0S3Lc5MOYlufpKJsrLpslYi8BXQGOc/RkV22YnhkWkbAD8Gl43GLiF1w0GLuF1g+lolQdMB6084BtrN9BHwAzpWR0QdgWTCxmm+rDLl1zIMKXbr13a9lWuuk7B7jA+8XkJd93cE/QMv3QMv2z4eJgzzzOIawOn4rirc0EBP+eC0j3rhNJd64SuLdqD6jOZ4jO0F1yfyQkN0V5wfSYnVNPey0bbJgq2bYF2mvWI2t8pI1G8Q2wwoDNsMKAjbLCVS5OYMdoxMxUwwyy9+FCVOAyU6+a5LLfdOYJeuiz8ZuYCGZMTl2AkztIQRxUILNwTGA/dIxgP3TMYD+1CMB56pMV4bvx92jyX4Z3JQZjFcMHZFjNgL7MYg2emxRg8My3G4JlpMQbPTIsxeOwW08bqkWRuN8xrNWPRULuxomdZjo8pzHZ8TGHW42MKsx8fU5gF+ZhGNsQHsf88ZyloOmNpr8WMJEMNxgaeZS8eojBz8RCFWYuHKMxYPERhtuIhGptKKyHmw+CEmaMUSPzTL6k6jujiRIzERa2gw+S04vafPbGg3HkXCJ+e+gmA+amfQLsNVt9gAD5dizye1ObEAnltTiyQ2ubEAtltTux6dH6+Oz5Pa9CQxgt7OJBAmSoHEqhT5UAOS5Q6SYY7YYD2W+TxLA8nFsjvcGJjSwT9OcvTPNux4IW9ydD+6HsIoDYnaka43s4QErK3MwDrXoIBCM0QDPSIRTHQGY8Uw62vr+nwswt0SU+HBaMJgln9HBaaJghm9bIlUB3WyTrB0Mf7RB5zFE5SOBhWs6KReV/IZ02B8Rr4GBFQER8jAurjY0RAtXyMSI9s73aML13y5Kk8U7u8mmwVsPdpgyHhbAsMCWVbYEgY2wIb1CRq/VSMQUe3J7L4iG3FAaO1FQfkYFpxwGkqKw44RmXF0d7FjqPT5u24O7KomB13TxcTc3T8tXbMuT6LyxuqJtqV1bEmDjuPhWE7cgBpQ3IAaUtyAGlTcgC1W833EVMHW+nT6iNR/NSZDQYcOrPBgAPXNthkf2d3Lh7pHR0hFbaHoyHAXRsNAe7TaAjA504QQ7cfSzlmbfJzBZ6YtSLwkwUeNHDEwIMGzhp40LQOfWjaJfvQtGP2oWn37EMPp5vEL6LkHugETHE85OKCAhEXFxQIuLig2sYmn13Lot9HJqqK++O5Y1k8fGvFAdFaKw4IzlpxQCzWigNCr1YcbeJ23LCgqY9i7MqzJzHrFluN4rrmKnpagDGQB4n/UeH/xvEfJf7nBfmE5YVPWJJPiC98whArEmnOxEk+JWJsbvDX6e9wJxjGogaTPJ3jZ1Ai5jmt9uIk4ihiJ2UWyWkvm1og55+nePrgc4+ATzz3CPioc4+Azzj3CPhwc48YpSI23JIWVAaiFDIvrv71lCfi++2Omsr6X34yBwbkXs7gXjrtpS1Ci5lNJxxsPRMgbkQTIG5LEyBuUhMgblkT4M3YMS1px2R2kvQyfqQScboT6vhvL8YZ2j8vo+ZwPm6KJMvHfo3gamXclrbEbGwZbl3LcLtahlvUMtyWluFWtHQ4qCXgn5akC1nOcE9L0D0tZ7inJeaeliHuaTnXPS3nuqflXPe0nOuelnPd09LunmLaPcV29xTT7imGO2QkTnfDSDyeeKsY8Fax23HGmOOM3aYbY0Ybh5trHG6oppbaKU2MzHti8uOPZziWGHQs8QzHEmOOJQ5xLPFcxxLPdSzxXMcSz3Us8VzHEhuO5VxtkiKqm4qxJqofwXQMJwpWPsVA9wLFQHcHxUD3C8VAdxDFQAcmKAY6/kYx0BslFAOwZUKa1DV9BQvJAdzCQnIM4ZKX8/H4IgrI7hmxXzqShL8RG4r+Lmwo+luwoWj7t6GG2H2TNE1ZRkxcs9rV0OlTg7oMHzC0pLh+kVy/tFy/TJOERg+U8w7Al7lAeK0/PwFQ8c9PENvbR5eiMcWNkXYsUjVZTVSBsAHmaWoMDtTSGAxURnSDgdqIbrDD2OvtgaVnoiSOFTFPlxN0oDInaIe9idpzeHuEtN/agKP7FnlrddPmfDL8C+hXXHCDHyqb3Ak635LcttIFnSz0pz+SdPJ0RabI2npTcZpxGca4dDI2LDlCXELQyVKxp4yy34msk2vbJBAPl3PrCavpO4g6mVQlfDo/0iJvqapRcd92TOpon+1kqdA0ypMiVTdmwGM1RWN5nv4zYY0Uu6dVo6cswaeMQQa7rJkC3YumCbYsEXApmgUF3IhmQdGDpA1Fj4421DAs7s55Hj1naXNAdGRI4zUkHEighoQDCdSQcCCHDfvkNHtgskGtvOTANBU2N0Q1AXKAmgpb2dLyucjLJOVLAz6CE3UsbQDvO9LDnyEN25ELSduRCxlb2wAVgrQBvJpRzp0aoKwIL28ty97Vh7LBX1jDzNK+iV+O3i2wAKUd4m01XIjSBSLYiYnNVNjLBkwoTHErIzqhmMiak/1BEcOJ6oDDi068/wn+yYMdgi+6fHBg1eWDA4tYH3zlV8syXC3Ly9SyvEwty8vUgm/aeeFrv1bjcK3Gl2k1vkyr5g6TVWwV3q4V5gDW4czryzS2vkxj68vscG18niljfL6TPTGiHF8r5b4B7jl5Gq6exq6CG0HwjTIfHNgu88GBTTMfHNg688HXlnvnkGqrhrS5PC/zpIrql5rP3YPuB/cB8QNENAlwmogmAY4W0STAOSOaBDh0RJMAJ5BoEuA4Ek0CnE2iSe57a/zbSRzJ5FKnIFt0w2BLJCloOyQpaCskKWgbJCnWo+K0TT3sdEE+2gUyi6Mm9UEcl+jXSaqER2B4wc5CPMQfu7FC8ACODw5EcXxwIJTjgwM1QX3wNdV1QG1VD/BCDYdWXKVJ5mo7tA4rTaKHIasikyWZQizaAQoISnoJkNiklwAJUXoJAC37CTQNZ03B6jravxyDdOyE4VqmKAA9UxSApikKQNcUxaDtJIuiqtyUfEyqlWzK9GJO+GYNZ0qKdELWTMn0B3vE/QEjLxSPESI0QLgWoaG7HaJZ6eqD42uZN7wmLqY6ijvHX06q1NJLSF+Q6KCruBAm7H4uhAm7tAthGvpldb1SG3xgsTKLPKwxN5bWkRtLa8WNHfTA+rJ04gJVxJKsCFgXPjStDR+a1ocPvTLmbGrmj0+DNfngGZqJxSdmJhafj5nYQQ95VuxZJe5saMqwaZQXCesGYaG1hLDQ+kJY6OEeYdHqX7Bke1CpUHVQXUUfEK+NQZMAlTJoEqBuBk2yMgtRDld22+c3aGYLyud7g2OSQVWu/NDwspg+moDimD4aoDYIQgMUDEFogHpnCA1Q9QyhoeOCEM2dz7S6S54XoYbVAy8xqynJLKOakswyqSnJLIOakqwRzS/nan75Gppfvobml6+h+eVraH4Zovl4rubj19B8/Bqaj19D8/FraD4O0fxqruZXr6H51WtofvUaml+9huZXIZpfz9X8+jU0v34Nza9fQ/Pr19D8OkTzN3M1f/Mamr95Dc3fvIbmb15D8zchmr+dq/nb19D87Wto/vY1NH/7Gpq/tUWW+5SJrbiOnY7qTuVDQrkOLBS/dWC1hFt5VivbCskkz5NfoTC1A4S3yk8ANM1PAASl/QTD+viY7JPfskKEBItGHgUDQsd2jBmgtssh10z4oXhoGqEB4tIIDRCURmiGrvmQ1GVRvUTf8g4UhefeIjfbuUCwyggCWlkEwfBtFkzs3ZZVKmpT14jhWRFwy3xoulk+NN31PjTtvn3owW//JC6cOFcJN6yu8l70WcWmvFr14GDd0hy0hmkOWs80B61tmoMOK9EcdEyJ5qADSjQHnWdGcwDFHQAjA8o7ACz2y7ACL2YL9CxOaNgVV4E+xQldeVQQehHY5TeAXX711+V3fvkH2sGznsq6wWzFgjDmP5+51Ecp9VFIPaiXeKA7wAeE+wAgobsBIKF7AiChvTJAQrtlgOTGYhYqCyPILnRIwGfjgSPfjAeOfDAeOHI1ngeurS6r7YG76+0oo2xmSRg7lyiLaX8cfVB2Km2ej9MlVOY/tqR0wQIWlQQFsqwkKGJ7Oxv2a6MKtuGNHDB+HQJHeQ1xP+OpKrfCDIEToU4Y9IRg7nl9PQYH9vIY7Ohf7FoFO4TQ1LCPSae7eYAzNWclCdWglQQJwZAkK7vSRHgg2QZ8FC3AUZmCz4JOSZXV2M1aDgzcAX48WrjChUdLWLjw2qSPpaqoh7ipcnqEInAc+txyfZRc7azi4yQPxPZA/2TCAsCnEm4wMJFwg4FphBtMaJ92EW7YRYoJdA8kxTwlOVxDKg6VFvLitlrVugFsxwWC1UQQ0EoiCIaR6LHInljQVahWBNwyH5pulg9Nd7sPrR3fz4qXzibSpPJPuqbC+FFpOxA4JG0HAsej7UDggL4dSK/3HMAbq6rzbH9oYF1L6VnK1pFh2taRYerWkWH61pFhCteRg8ZPoqiqTHcN+OJdIPwAu58AOMLuJwAOsfsJgGPsfgLtwjQ+galECYJzhu3mTcUDttccUGRLzQEdBoZDcjq9RAc+a06Tl5quS2WRNw/l80kbk+d16m0W7bLgi2cRgv6pp4I4pI+TLR1k8Ryy2EG2mkO2UmRcuW/z5OVYVqdDVh+x3UorAjY/H5q2QB+a/px9aMuhopB0fRco/HjR3DR9giDgoBGVnj8cLlWuja/YjqypxDn7kNO5dvCMU7peopDTul6ikFO7XqLRTk/6XFaPYlFxYVT1s0bVbq5Fn6b1B8Xz5F2t3SVxtH+2QwwXbYrRIUIHBuAWDQ2kFpCQnTA3HNoGc8OhPTA3HAnpe+Brj1bhunl+KNB/6hhQ4DMUCGAHauq5QAD7XmXILAL5O9gFNjihmGOHE4qYbudyXjuXl7dzeXk7l3g743ntjC9vZ3x5O2O8nat57Vxd3s7V5e1c4e1cz2vn+vJ2ri9v59po53diStaN59HnrDlEb89VXVbRG3FmnpyeAnizYtGZz2VUQuohyaq6eclZjU3x3MCA6R1JgkztSBJkWkeSIAVZSJJhbM6Kukn2VXLsDAKtk+oDmhtNbuHl3KcsQ54Sz31KHPKU1dynrEKeElAh9/ueZZpt2z/oga8fXhqW57bpvPcxXiT88SEs9NeHsNCfH8JCf38ICx0pRVjoHFGEhc4SRVjoPFGEBcgUhcwOyBWFeIDrwCAelwUvwkx44bLhRZgRL1xWvAgz44XLjhdhhrwY4v97VrBKHUZKMi2pPbB64bcDzZvvo889jRGo+Fb8/h0Vm+ilDEctf/m+aBACKWZn+LHclzXNIMUc7yASGwAKJQf7ZxNDe2MTE4/f9W15eqHfVEjZ2/qpLHOgqVIsrKU6BGyoDpm2M6mRLpFi9pZ24/YnMlnNFPcywlxh+huDQA2OQfQ4bQHRw7IFRI/CFtDNxBTRUJYhHWiYJhK1TxM5MdP3dBhLkzPM6imrz0kepazO9kW/wqxAT/2zQr9T6O7YRmVnF1kwVJKuDeB/ZyxH1w6Be9ELp7vSCx/6c6RNkWUGpW46UYbeppJvyNi7FUH2BxBZtUPIN37HmiTLo58z9hz03hoO7nOag+54moN2mDQH7T9pDtqd0hz0kobmuO37vixycZ72OWm2B7g+nwsE9zpBQHc5QUD3N0EwbAt+XbFnMV/o5uVtbiq0/iewsLowHlprGA+tPIxnNQ6YtkLPItz5IUv/Xp6rgr2oSXD0zW7HiHxtlMRwb99l+4PMpIoUhdpIx3qQwMI9iPHQPYjx0D2I8Qw9+JAczxVfbb4/57m6VKyPk4GhMIAAj4jhZEBgDCcD4mM42aDc+lztxFVtZZ5HG77QSWXKwkvwNbwEzdCZQrDffxALZn/XGeLGJzYWWQTQLQiuZQDXkuCKA7higmsVwGXGrtfXEf/v4ZRnTfSgzKTzpWrU9rKTaPhDQpnorwhloj8hlGn4ft6LrbuPenpdr/oHejJDomFtoky0NlEmWpsok6ZNsTnGHuTg8C7bZw2fSn5IqkfWiPAk5OwxClyvIXSAckPoYm0bKKm4N/1nifvYFQX697I8thMPxNhQkoDNoSBCZJ8oiBDZMgoiXGnVml/KIo2aA4ueyiwlCjSPZE3nLQ+oR9/09Qw+thngUJItiQ7pLogJ6ieICeogiGmUKhkNld+7ZPotoko/1Ow3VrEia17UNFWmSrwvt+caWTAQWLzPIB6gxyAeoL8gHmAXFuIZEiH+ljx+W5VPImOlCFsHe5H4NWgAC3ATGsACXIYGsAzfy7esyz1uJdtQLqQ8CowHyTEiIGaOEQ1D59tDuS3lnOPrpOrdi3VW4j/sgPPgRyCCOYGDEcGcwHGJYE5tSpefszR691IkR3G/TjfsIlfq+aH4FA6hAaZuCA0wKUZotODHqWy0YMl3quyHcpiSCRmMMA7LqjNr6r67u1cM8r4YBT4chtABo2IIHTA4htBpUV6WVGktwza8U1LeKyqkGBbkglnwyG8gIxADDmQEosGBjPTMJJRxmKOoBFqWRp9eTkx9am+xM2NeJNxfCAvdRwiLlo5cVmW9LU9sFB3/9zLNki3m5CEGPNYdwAZEvAPYgLh3ABttpyFs9NZfCBu9CRjCRuc3hrDReY4hbEC+Y5D5AnmPQXxA/mMQ37L/rv+12iRF9LcnVkQfs99+S4IGfQoMf80gEf0hg0T0NwwS0Z8vSKTVBSj5z/K23IgPR8X25dKDoh8U4WdO+EYROo+LmqJkSqYdYkwxTbGvq6RI60BuBQLY6YQYBwbg/qhq8oe+ewfDa3xTFECVb4qC/hJIipVHVTIBcq7CxmCgYx5Y9ZRtWehzOhjwhLdAzTcnysU/Viuxs+nAhBqVAw9blAMPm5MDvyJ0s5yhm+WFulleqJvlhbpZgrqJZ+gmvlA38YW6iS/UTQzqZjVDN6sLdbO6UDerC3WzMnTzrtzzqSDLG5FbehZleCaxC6+WdPQEB2uK5qC1RXPQGqM56JkdzTFM6n5mebkV2yDf5Gwv6uJruTuA6mk4nguLUgEpsSgVkBmLUgEJsijV0Dv8i9mxus7KIsmjT1WSFWKTPmQlBDHAfRTCRndTCBvdUyFsdGeFsK2nPl67ZmK0R4T4ehc21OcTPLDvJ3jgMYDg0W5cLrviQaqI2HSRiV60TNAM23O94IMU/ECdH7EBjBn0VIhcrtoAJOvb8lxQxyAcGJL784GvDw5lSURP3TDyCW+OYgc+I5ZFThS+yUkwAFuaBAOwgUkwrJxa+pgnRZiGJILUPnwwzQec3QezjqsBJOE9YSFxd8YPZVYEKUsAyK4AztfZIZaMoWQnch4fZNU3bIPUCgnID/LAkbQgDxzJBvLAkSQgD3wY1t9lFV+3lFWkKrTvq+R00OfWkJ5REnzJEkYIrF/CCIHFTBghsLIJI6R3nQIJ6Y2nQEJ67ymQkN5+CiQEdqBCLftaS0xleZ5w0fKc19Hb7pbZsDUoShKQphpEiGSrBhEiSatBhFqg5aVuylOWFNH7pD6ItCm5cQFFWbxQ3GshNICvQmgAD4XQDOqrWMGek03OIlE+ZP8yd3HyU8/zjeJxbnwZkuTyxIowJgqGFLlAsSJoXnq/yw6hmR/K/Cyvhwhj72EBl5MSFMjdpARF7G7nJ7Y9FGVe7l/CGjrgaF1+zf9hlzWBquxQND+00eZEze+p4H1JisHTT8gWnAtk3v14YIy79ugTH1vr6M25KY+l9PF9ch/tsUEO/EbIID7gcsggPuCeyCC+lZk297Y8yhVWWRZhpe4ghvA0OoAtIJ0OYBus+wN3Hkn0sM2i91nQZowPiMcwaRIggEmTANFLmkQ/s1U0ZbSvsjRqquSJ5d1VJmF5MV9Lmm8FzSdF47gSzCVIpOnaQQFZuV4CJAnXSxB72veBvOLLgbmgdR+CLvfy44e2sV//85zJb7C7y2ubPPZld+cZzjc9Z3ej3FvB2RX9clgRhPK+AcQA90AIG90fIWy0OwhhW1k0PJKmjdkHnKFPJ0mIGp0kIdpzktAxIICEjvsAJHSsByAZSg29F0fl3lSNFiN5gWrt+YD4CSSaBDh/RJMAp49oEtoGABLaBgAS2gYAklst7l8fs230t/SlrtlL1M/MQjb0QY6AjZkQPmSPJoRPv60rq6I6yfnkNJJ1yVNRj1Wki1+WZPyd4H2QvN9prM6Aiy5PhUQmsmbtpeF3OgwyFfaxdYmhQNlPJ8rH/4klR5RVyCLvGvqW+IkbJxY4X+PEAqdpnNiVTQ94pVYXyKdlZCQxxefoOHTUcEKDNBw6QjihwEkkFxQ4duSC3tq/smHnOcwsTKT/awZ3+h2YOVYya3/fj49tbQO2zg1pQ1fvxcOe+DTuIO7FOCb16KjSx6Rqsm3OV/1F+Yycdg6nw+dxc6mB2d1camDON5d6cKT/Lo6BfiyzouHTgzZ2+q7KisfAXfgAHrhTwjnp3gjnpLshnHOlZaJm9TGpkugH9szySiZonwIzUQGGgExUnA3JRMXZkExUnA3JRMXZhpSVLsf4I6t25yML7y6EAA9B4GRAKAInA0ISOBkQmsDJgBAFTgaEKnAyOiUlgIxORwkgu++t+6XcJ1HdnNOs1O6WnLcX/2+C60FxddXl3ctDXZrcip8KGxMPXYBcbU6FvWz0etOQ9vK9zZOauqvCIu/lhDadbQAvKzzbdYEIdmJlPBX2sv3LuSTs1JD28vGxYpsVe5ixlff3fJPgvd4kXi5gtm6KG4yfDiz69lDWjTzllGu1+0IGOJgFHuVCGYdiB9ukSk/JC5+WveezM7YVk+KXIxvOSkAtglngFoUy0oN3KCM9gocyDnPav+WpzKCLPiVNU5ad1UlYzWfE/qp+BBgv7IcRAbX9MCKgvB9GRM+HQCJ6LgQSDVfv/HAW91uy6Ce+oox+TJ65bVTHoI8JYoA7OYSN7ukQNrq7Q9i0pJnv+VLymVUslZk2RXksz3X0juV8oT/sNWPZM0FUeBrNHFogn2YOLd0Ls2i1xF5RBzHn066syLbcF4q/Z3wkCkpjQknwZN8wQiDtN4wQSAAOIwSOKIQRAkcUwgiBIwphhLdaNUYxnYne86n9QQRUgVONdoh58Vxe1rUYwvtUdv4y3/4Y5EVADrxgbBAfUDc2iA+45C6ITzvSlpzqSOa4HxI+eopQoEgNHBe/Hgp2Auk/sxjxDeoL2IHt6gvYgbOGF7DTruYSdtrvXMJ+o5VnPLIjx0c/JMco+rY8V0fWRO29DHAmM8wSUKYxjBEp1RjGiJRrDGPUSh5XJZ/BlVkeNWX0XVI9Me7fo79V+0S4/PcJn9+Nb6/y72eFsuHbWTOZgd2smczAZtZMZm3duWVJ8ZSx5+jnLM8TehS1AYwxdCpERwCtCJJXLbqCiBUEXxH74MA62AcHVr8+uLUTv5fKg4oZOFGk2t/zQf5cBSq+A5HscNDUBySfgpyQcWBIbjyp1oucbaTz0moRlnCTnZdYi7AAoRqA5cbIvGgnrbLYM3bJkgcYnE3hIcHzJjwkeIaEhwTIiqVJhg3ifyqrKhKZq5mI/kTflVX2WykXhv3lvtj1QCFEcM/MIKV7agYp3XMzSOmenEFKf5kzSOlgwgxSeoN5Bim90TyDFKh9MMf6gSLcc2gXemy2LbkYfUgyqIiCHRISa3XDoZiqGw7FTt1w+mvzwunvygunvyAvnP5WvHD6q/DC720W9VYegGzO6QtRENiBmWNTFnyQUVnwQVZlwQeZlQUfZFcW/A3RN8sZfbO8sG+WF/bN8sK+WV7YN8sL+2YJ9k08o2/iC/smvrBv4gv7Jr6wb+IL+yYG+2Y1o29WF/bN6sK+WV3YN6sL+2Z1Yd+sjL75dEiKx3qfPakjtiHXUPmhAck8AA3dYRDNcLJhFT2wpC6LergrlswydGCMiIlF7uFUUeliThTEL7f/gvklCuF/c27OxyKUX6EQ/s8ZWV7ViTL4hzJpH1iaJSEH7P3QGRUDPTQhdQI9NCHVAT00ITUBPTQhlQA9NCH1/zw0IVX/PDR3wy6bCPX8nB2Z+N+UEadWJ8Lm7R/J/phE0b+V50/nDVNC7Z2N/tIvbpx5PK18YlX0oaxOh+4GypD76mh4wE4gSIVsAYJUyN4fSIXc0wZSDcHBz2WVnsRJaSWp7h+U13V+L1xbslVlldqDW/4dg0Aus6Ttjz/9LJI7h9qGgvGjZOwqmuTnPVGXF2bBq0QGMgJlIgMZgTqRgYxAxdxARtrxhjLSPjiUcchweveDkQWlzig+bCv+tQDOFWIwD6DKPeVH1mwPYld5vLsPbohAFP2Tn9nmBGzNg3xLF188jy928a3m8a1cfOt5fOuW7//+13/9f0tDlDM=', 'off');
INSERT INTO `wprd_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(267, 'rs-templates-counter', '819', 'off'),
(268, 'revslider_table_version', '1.0.13', 'auto'),
(269, 'revslider-global-settings', '{\"getTec\":{\"engine\":\"SR7\"},\"version\":\"6.2.0\",\"tracking\":\"2026-02-03\"}', 'auto'),
(272, 'revslider_update_version', '6.7.24', 'auto'),
(273, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(274, 'rs_cache_overlay', '6.7.29', 'auto'),
(275, 'revslider-update-check', '1767125817', 'auto'),
(276, 'revslider_update_info', 'O:8:\"stdClass\":0:{}', 'auto'),
(277, 'revslider_update_revision_current', '6.7.24', 'auto'),
(278, 'sliderrevolution-v7-slide-map', 'a:1:{i:1;a:2:{s:1:\"s\";a:1:{i:1;i:2;}s:1:\"n\";a:3:{i:1;i:1;i:2;i:3;i:3;i:4;}}}', 'auto'),
(279, 'sliderrevolution-v7-migration-failed-map', 'a:0:{}', 'auto'),
(285, '_elementor_element_cache_unique_id', '48d135c9c720ffbfbc275bd14d372201', 'auto'),
(289, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(290, 'elementor_log', 'a:4:{s:32:\"2f8b22503014336f8315fad251903af4\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-12-30 21:05:03\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:32:\"elementorFrontend is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-30 21:05:03\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1767128703\";s:7:\"message\";s:32:\"elementorFrontend is not defined\";s:3:\"url\";s:106:\"https://remark3demos3.com/shieldaccounting/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.34.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"497800\";}s:7:\"\0*\0file\";s:106:\"https://remark3demos3.com/shieldaccounting/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.34.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:6:\"497800\";}s:32:\"5d37cdf95d32a59f6f921e297cdbaf23\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-12-30 21:20:30\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1846:\"Uncaught WpOrg\\Requests\\Exception\\Http\\Status403: 403 Forbidden in /home2/remarkde/public_html/shieldaccounting/wp-content/plugins/elementor/modules/cloud-library/module.php:207\nStack trace:\n#0 /home2/remarkde/public_html/shieldaccounting/wp-content/plugins/elementor/modules/cloud-library/module.php(57): Elementor\\Modules\\CloudLibrary\\Module-&gt;is_screenshot_proxy_mode()\n#1 /home2/remarkde/public_html/shieldaccounting/wp-content/plugins/elementor/core/base/module.php(86): Elementor\\Modules\\CloudLibrary\\Module-&gt;__construct()\n#2 /home2/remarkde/public_html/shieldaccounting/wp-content/plugins/elementor/core/modules-manager.php(64): Elementor\\Core\\Base\\Module::instance()\n#3 /home2/remarkde/public_html/shieldaccounting/wp-content/plugins/elementor/includes/plugin.php(703): Elementor\\Core\\Modules_Manager-&gt;__construct()\n#4 /home2/remarkde/public_html/shieldaccounting/wp-content/plugins/elementor/includes/plugin.php(621): Elementor\\Plugin-&gt;init_components()\n#5 /home2/remarkde/public_html/shieldaccounting/wp-includes/class-wp-hook.php(341): Elementor\\Plugin-&gt;init()\n#6 /home2/remarkde/public_html/shieldaccounting/wp-includes/class-wp-hook.php(365): WP_Hook-&gt;apply_filters()\n#7 /home2/remarkde/public_html/shieldaccounting/wp-includes/plugin.php(522): WP_Hook-&gt;do_action()\n#8 /home2/remarkde/public_html/shieldaccounting/wp-settings.php(742): do_action()\n#9 /home2/remarkde/public_html/shieldaccounting/wp-config.php(102): require_once(&#039;/home2/remarkde...&#039;)\n#10 /home2/remarkde/public_html/shieldaccounting/wp-load.php(50): require_once(&#039;/home2/remarkde...&#039;)\n#11 /home2/remarkde/public_html/shieldaccounting/wp-blog-header.php(13): require_once(&#039;/home2/remarkde...&#039;)\n#12 /home2/remarkde/public_html/shieldaccounting/index.php(17): require(&#039;/home2/remarkde...&#039;)\n#13 {main}\n  thrown\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:30;s:14:\"\0*\0times_dates\";a:30:{i:0;s:19:\"2025-12-30 21:20:30\";i:1;s:19:\"2025-12-30 21:20:30\";i:2;s:19:\"2025-12-30 21:20:32\";i:3;s:19:\"2025-12-30 21:20:32\";i:4;s:19:\"2025-12-30 21:20:34\";i:5;s:19:\"2025-12-30 21:20:34\";i:6;s:19:\"2025-12-30 21:20:35\";i:7;s:19:\"2025-12-30 21:20:35\";i:8;s:19:\"2025-12-30 21:20:36\";i:9;s:19:\"2025-12-30 21:20:37\";i:10;s:19:\"2025-12-30 21:28:08\";i:11;s:19:\"2025-12-30 21:28:08\";i:12;s:19:\"2025-12-30 21:28:08\";i:13;s:19:\"2025-12-30 21:28:09\";i:14;s:19:\"2025-12-30 21:28:09\";i:15;s:19:\"2025-12-30 21:28:10\";i:16;s:19:\"2025-12-30 21:28:11\";i:17;s:19:\"2025-12-30 21:28:12\";i:18;s:19:\"2025-12-30 21:28:13\";i:19;s:19:\"2025-12-30 21:28:14\";i:20;s:19:\"2025-12-30 22:57:21\";i:21;s:19:\"2025-12-30 22:57:21\";i:22;s:19:\"2025-12-30 22:57:23\";i:23;s:19:\"2025-12-30 22:57:24\";i:24;s:19:\"2025-12-30 22:57:25\";i:25;s:19:\"2025-12-30 22:57:25\";i:26;s:19:\"2025-12-30 22:57:27\";i:27;s:19:\"2025-12-30 22:57:27\";i:28;s:19:\"2025-12-30 22:57:28\";i:29;s:19:\"2025-12-30 22:57:28\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1785:\"Uncaught WpOrg\\Requests\\Exception\\Http\\Status403: 403 Forbidden in /home2/remarkde/public_html/shieldaccounting/wp-content/plugins/elementor/modules/cloud-library/module.php:207\nStack trace:\n#0 /home2/remarkde/public_html/shieldaccounting/wp-content/plugins/elementor/modules/cloud-library/module.php(57): Elementor\\Modules\\CloudLibrary\\Module->is_screenshot_proxy_mode()\n#1 /home2/remarkde/public_html/shieldaccounting/wp-content/plugins/elementor/core/base/module.php(86): Elementor\\Modules\\CloudLibrary\\Module->__construct()\n#2 /home2/remarkde/public_html/shieldaccounting/wp-content/plugins/elementor/core/modules-manager.php(64): Elementor\\Core\\Base\\Module::instance()\n#3 /home2/remarkde/public_html/shieldaccounting/wp-content/plugins/elementor/includes/plugin.php(703): Elementor\\Core\\Modules_Manager->__construct()\n#4 /home2/remarkde/public_html/shieldaccounting/wp-content/plugins/elementor/includes/plugin.php(621): Elementor\\Plugin->init_components()\n#5 /home2/remarkde/public_html/shieldaccounting/wp-includes/class-wp-hook.php(341): Elementor\\Plugin->init()\n#6 /home2/remarkde/public_html/shieldaccounting/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()\n#7 /home2/remarkde/public_html/shieldaccounting/wp-includes/plugin.php(522): WP_Hook->do_action()\n#8 /home2/remarkde/public_html/shieldaccounting/wp-settings.php(742): do_action()\n#9 /home2/remarkde/public_html/shieldaccounting/wp-config.php(102): require_once(\'/home2/remarkde...\')\n#10 /home2/remarkde/public_html/shieldaccounting/wp-load.php(50): require_once(\'/home2/remarkde...\')\n#11 /home2/remarkde/public_html/shieldaccounting/wp-blog-header.php(13): require_once(\'/home2/remarkde...\')\n#12 /home2/remarkde/public_html/shieldaccounting/index.php(17): require(\'/home2/remarkde...\')\n#13 {main}\n  thrown\";s:4:\"file\";s:106:\"/home2/remarkde/public_html/shieldaccounting/wp-content/plugins/elementor/modules/cloud-library/module.php\";s:4:\"line\";i:207;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:106:\"/home2/remarkde/public_html/shieldaccounting/wp-content/plugins/elementor/modules/cloud-library/module.php\";s:7:\"\0*\0line\";i:207;}s:32:\"9aebd13938b430cd4645886e9336e75d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-12-30 21:24:10\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:29:\"elementorAdmin is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-30 21:24:10\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1767129850\";s:7:\"message\";s:29:\"elementorAdmin is not defined\";s:3:\"url\";s:133:\"https://remark3demos3.com/shieldaccounting/wp-content/plugins/elementor/assets/js/import-export-customization-admin.min.js?ver=3.34.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"31723\";}s:7:\"\0*\0file\";s:133:\"https://remark3demos3.com/shieldaccounting/wp-content/plugins/elementor/assets/js/import-export-customization-admin.min.js?ver=3.34.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"31723\";}s:32:\"530702855f7fd99784e082395bc45136\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-12-30 21:28:10\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Cannot read properties of null (reading &#039;getOptions&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-30 21:28:10\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1767130090\";s:7:\"message\";s:53:\"Cannot read properties of null (reading \'getOptions\')\";s:3:\"url\";s:99:\"https://remark3demos3.com/shieldaccounting/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1\";s:4:\"line\";s:2:\"10\";s:6:\"column\";s:5:\"23733\";}s:7:\"\0*\0file\";s:99:\"https://remark3demos3.com/shieldaccounting/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1\";s:7:\"\0*\0line\";s:2:\"10\";s:9:\"\0*\0column\";s:5:\"23733\";}}', 'off'),
(291, 'elementor_library_category_children', 'a:0:{}', 'auto');
INSERT INTO `wprd_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(293, '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 `wprd_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296, 'elementor_pro_theme_builder_conditions', 'a:1:{s:6:\"header\";a:1:{i:33;a:1:{i:0;s:15:\"include/general\";}}}', 'auto'),
(300, '_transient_timeout_elementor_rollback_versions_3.34.0', '1767734646', 'off'),
(301, '_transient_elementor_rollback_versions_3.34.0', 'a:30:{i:0;s:6:\"3.33.6\";i:1;s:6:\"3.33.5\";i:2;s:6:\"3.33.4\";i:3;s:6:\"3.33.3\";i:4;s:6:\"3.33.2\";i:5;s:6:\"3.33.1\";i:6;s:6:\"3.33.0\";i:7;s:6:\"3.32.5\";i:8;s:6:\"3.32.4\";i:9;s:6:\"3.32.3\";i:10;s:6:\"3.32.2\";i:11;s:6:\"3.32.1\";i:12;s:6:\"3.32.0\";i:13;s:6:\"3.31.5\";i:14;s:6:\"3.31.4\";i:15;s:6:\"3.31.3\";i:16;s:6:\"3.31.2\";i:17;s:6:\"3.31.1\";i:18;s:6:\"3.31.0\";i:19;s:6:\"3.30.4\";i:20;s:6:\"3.30.3\";i:21;s:6:\"3.30.2\";i:22;s:6:\"3.30.1\";i:23;s:6:\"3.30.0\";i:24;s:6:\"3.29.2\";i:25;s:6:\"3.29.1\";i:26;s:6:\"3.29.0\";i:27;s:6:\"3.28.4\";i:28;s:6:\"3.28.3\";i:29;s:6:\"3.28.2\";}', 'off'),
(302, '_transient_timeout_elementor_pro_rollback_versions_3.29.1', '1767734647', 'off'),
(303, '_transient_elementor_pro_rollback_versions_3.29.1', 'a:30:{i:0;s:6:\"3.33.2\";i:1;s:6:\"3.33.1\";i:2;s:6:\"3.33.0\";i:3;s:6:\"3.32.3\";i:4;s:6:\"3.32.2\";i:5;s:6:\"3.32.1\";i:6;s:6:\"3.32.0\";i:7;s:6:\"3.31.3\";i:8;s:6:\"3.31.2\";i:9;s:6:\"3.31.0\";i:10;s:6:\"3.30.1\";i:11;s:6:\"3.30.0\";i:12;s:6:\"3.29.2\";i:13;s:6:\"3.29.1\";i:14;s:6:\"3.29.0\";i:15;s:6:\"3.28.4\";i:16;s:6:\"3.28.3\";i:17;s:6:\"3.28.2\";i:18;s:6:\"3.28.1\";i:19;s:6:\"3.28.0\";i:20;s:6:\"3.27.7\";i:21;s:6:\"3.27.6\";i:22;s:6:\"3.27.5\";i:23;s:6:\"3.27.4\";i:24;s:6:\"3.27.3\";i:25;s:6:\"3.27.2\";i:26;s:6:\"3.27.1\";i:27;s:6:\"3.27.0\";i:28;s:6:\"3.26.3\";i:29;s:6:\"3.26.2\";}', 'off');
INSERT INTO `wprd_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(318, 'addon_library_catalog', 'a:3:{s:5:\"stamp\";i:1767094244;s:7:\"catalog\";a:4:{s:6:\"addons\";a:19:{s:16:\"Creative Widgets\";a:32:{i:0;a:6:{s:5:\"title\";s:8:\"Flip Box\";s:4:\"name\";s:8:\"flip_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/flip_box.png\";s:7:\"preview\";s:29:\"flip-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:14:\"Scroll Marquee\";s:4:\"name\";s:14:\"scroll_marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/scroll_marquee.png\";s:7:\"preview\";s:35:\"scroll-marquee-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:2;a:6:{s:5:\"title\";s:12:\"Before After\";s:4:\"name\";s:15:\"uc_before_after\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_before_after.png\";s:7:\"preview\";s:33:\"before-after-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:15:\"Image Accordion\";s:4:\"name\";s:14:\"image_accodion\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_accodion.png\";s:7:\"preview\";s:36:\"image-accordion-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:4;a:6:{s:5:\"title\";s:12:\"Icon Bullets\";s:4:\"name\";s:19:\"uc_material_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_material_bullets.png\";s:7:\"preview\";s:33:\"icon-bullets-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:5;a:6:{s:5:\"title\";s:10:\"Number Box\";s:4:\"name\";s:20:\"circle_number_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/circle_number_widget.png\";s:7:\"preview\";s:31:\"number-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:14:\"Video on Hover\";s:4:\"name\";s:14:\"video_on_hover\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/video_on_hover.png\";s:7:\"preview\";s:35:\"video-on-hover-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:11:\"Blob Shapes\";s:4:\"name\";s:11:\"blob_shapes\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blob_shapes.png\";s:7:\"preview\";s:32:\"blob-shapes-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:14:\"Icon Accordion\";s:4:\"name\";s:17:\"uc_icon_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_icon_accordion.png\";s:7:\"preview\";s:35:\"icon-accordion-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:9;a:6:{s:5:\"title\";s:16:\"Timeline Bullets\";s:4:\"name\";s:16:\"timeline_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/timeline_bullets.png\";s:7:\"preview\";s:37:\"timeline-bullets-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:10;a:6:{s:5:\"title\";s:13:\"Shape Bullets\";s:4:\"name\";s:18:\"uc_diamond_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_diamond_bullets.png\";s:7:\"preview\";s:34:\"shape-bullets-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:11;a:6:{s:5:\"title\";s:24:\"Lordicon: Animated Icons\";s:4:\"name\";s:9:\"lord_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/lord_icon.png\";s:7:\"preview\";s:44:\"lordicon-animated-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:14:\"Stacked Images\";s:4:\"name\";s:14:\"stacked_images\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/stacked_images.png\";s:7:\"preview\";s:35:\"stacked-images-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:13;a:6:{s:5:\"title\";s:12:\"Rhombus Grid\";s:4:\"name\";s:24:\"ue_rhombus_image_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/ue_rhombus_image_gallery.png\";s:7:\"preview\";s:33:\"rhombus-grid-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:14;a:6:{s:5:\"title\";s:17:\"Flip Box Carousel\";s:4:\"name\";s:17:\"carousel_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/carousel_flip_box.gif\";s:7:\"preview\";s:38:\"flip-box-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:15;a:6:{s:5:\"title\";s:13:\"SVG Animation\";s:4:\"name\";s:21:\"uc_svg_draw_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_svg_draw_animation.gif\";s:7:\"preview\";s:34:\"svg-animation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:14:\"Stacking Cards\";s:4:\"name\";s:14:\"stacking_cards\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/stacking_cards.png\";s:7:\"preview\";s:35:\"stacking-cards-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:17;a:6:{s:5:\"title\";s:16:\"Scroll Accordion\";s:4:\"name\";s:16:\"scroll_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/scroll_accordion.png\";s:7:\"preview\";s:37:\"scroll-accordion-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:18;a:6:{s:5:\"title\";s:13:\"Stacked Icons\";s:4:\"name\";s:13:\"stacked_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/stacked_icons.png\";s:7:\"preview\";s:34:\"stacked-icons-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:19;a:6:{s:5:\"title\";s:9:\"Icon Tabs\";s:4:\"name\";s:14:\"uc_bullet_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_bullet_tabs.png\";s:7:\"preview\";s:30:\"icon-tabs-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:20;a:6:{s:5:\"title\";s:19:\"Background Switcher\";s:4:\"name\";s:31:\"content_box_background_switcher\";s:6:\"isfree\";b:1;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/content_box_background_switcher.gif\";s:7:\"preview\";s:40:\"background-switcher-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:21;a:6:{s:5:\"title\";s:20:\"Image Zoom Magnifier\";s:4:\"name\";s:20:\"image_zoom_magnifier\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_zoom_magnifier.gif\";s:7:\"preview\";s:41:\"image-zoom-magnifier-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:14:\"Particle Image\";s:4:\"name\";s:19:\"blox_particles_logo\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blox_particles_logo.jpg\";s:7:\"preview\";s:35:\"particle-image-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:12:\"Image Shapes\";s:4:\"name\";s:12:\"image_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_shapes.jpg\";s:7:\"preview\";s:33:\"image-shapes-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:23:\"Animated Hamburger Icon\";s:4:\"name\";s:23:\"animated_hamburger_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/animated_hamburger_icon.gif\";s:7:\"preview\";s:44:\"animated-hamburger-icon-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:19:\"Scroll Image Reveal\";s:4:\"name\";s:22:\"image_reveal_on_scroll\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_reveal_on_scroll.gif\";s:7:\"preview\";s:40:\"scroll-image-reveal-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:12:\"Morph Slider\";s:4:\"name\";s:12:\"morph_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/morph_slider.gif\";s:7:\"preview\";s:33:\"morph-slider-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:27;a:6:{s:5:\"title\";s:18:\"Icon Box Accordion\";s:4:\"name\";s:18:\"icon_box_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/icon_box_accordion.gif\";s:7:\"preview\";s:39:\"icon-box-accordion-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:28;a:6:{s:5:\"title\";s:15:\"Scroll Sequence\";s:4:\"name\";s:21:\"image_sequence_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_sequence_player.gif\";s:7:\"preview\";s:36:\"scroll-sequence-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:13:\"Custom Cursor\";s:4:\"name\";s:13:\"custom_cursor\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/custom_cursor.png\";s:7:\"preview\";s:34:\"custom-cursor-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:30;a:6:{s:5:\"title\";s:12:\"Hexagon Grid\";s:4:\"name\";s:24:\"ue_hexagon_image_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/ue_hexagon_image_gallery.png\";s:7:\"preview\";s:33:\"hexagon-grid-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:31;a:6:{s:5:\"title\";s:15:\"Christmas Icons\";s:4:\"name\";s:15:\"christmas_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/christmas_icons.png\";s:7:\"preview\";s:36:\"christmas-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:5:\"Tools\";a:40:{i:0;a:6:{s:5:\"title\";s:15:\"Toggle Dropdown\";s:4:\"name\";s:7:\"dropbar\";s:6:\"isfree\";b:1;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/dropbar.png\";s:7:\"preview\";s:36:\"toggle-dropdown-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:6:\"How To\";s:4:\"name\";s:6:\"how_to\";s:6:\"isfree\";b:1;s:5:\"image\";s:69:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/how_to.png\";s:7:\"preview\";s:27:\"how-to-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:2;a:6:{s:5:\"title\";s:10:\"Flag Icons\";s:4:\"name\";s:10:\"flag_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/flag_icons.png\";s:7:\"preview\";s:31:\"flag-icons-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:3;a:6:{s:5:\"title\";s:17:\"Protected Content\";s:4:\"name\";s:17:\"protected_content\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/protected_content.png\";s:7:\"preview\";s:38:\"protected-content-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:6:\"Layers\";s:4:\"name\";s:6:\"layers\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/layers.png\";s:7:\"preview\";s:27:\"layers-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:5;a:6:{s:5:\"title\";s:13:\"Accessibility\";s:4:\"name\";s:20:\"accessibility_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/accessibility_widget.png\";s:7:\"preview\";s:34:\"accessibility-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:10:\"Conditions\";s:4:\"name\";s:10:\"conditions\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/conditions.png\";s:7:\"preview\";s:31:\"conditions-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:18:\"360 Product Viewer\";s:4:\"name\";s:16:\"360_product_view\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/360_product_view.gif\";s:7:\"preview\";s:39:\"360-product-viewer-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:18:\"Currency Converter\";s:4:\"name\";s:17:\"currency_exchange\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/currency_exchange.png\";s:7:\"preview\";s:39:\"currency-converter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:12:\"Image Scroll\";s:4:\"name\";s:20:\"scrolling_screenshot\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/scrolling_screenshot.png\";s:7:\"preview\";s:33:\"image-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:10:\"PDF Viewer\";s:4:\"name\";s:10:\"pdf_viewer\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/pdf_viewer.png\";s:7:\"preview\";s:31:\"pdf-viewer-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:11:\"Job Listing\";s:4:\"name\";s:11:\"job_listing\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/job_listing.png\";s:7:\"preview\";s:32:\"job-listing-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:12;a:6:{s:5:\"title\";s:7:\"Weather\";s:4:\"name\";s:7:\"weather\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/weather.png\";s:7:\"preview\";s:28:\"weather-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:10:\"Event List\";s:4:\"name\";s:10:\"event_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/event_list.png\";s:7:\"preview\";s:31:\"event-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:14;a:6:{s:5:\"title\";s:8:\"Hotspots\";s:4:\"name\";s:7:\"hotspot\";s:6:\"isfree\";b:1;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/hotspot.png\";s:7:\"preview\";s:29:\"hotspots-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:15;a:6:{s:5:\"title\";s:12:\"Code Snippet\";s:4:\"name\";s:11:\"source_code\";s:6:\"isfree\";b:1;s:5:\"image\";s:74:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/source_code.png\";s:7:\"preview\";s:33:\"code-snippet-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:25:\"360 Panorama Virtual Tour\";s:4:\"name\";s:8:\"360_view\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/360_view.gif\";s:7:\"preview\";s:46:\"360-panorama-virtual-tour-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:14:\"Contact Form 7\";s:4:\"name\";s:14:\"contact_form_7\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/contact_form_7.png\";s:7:\"preview\";s:35:\"contact-form-7-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:26:\"Animated Mouse Scroll Icon\";s:4:\"name\";s:26:\"animated_mouse_scroll_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/animated_mouse_scroll_icon.gif\";s:7:\"preview\";s:47:\"animated-mouse-scroll-icon-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:12:\"Notification\";s:4:\"name\";s:12:\"notification\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/notification.png\";s:7:\"preview\";s:33:\"notification-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:20;a:6:{s:5:\"title\";s:7:\"QR Code\";s:4:\"name\";s:7:\"qr_code\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/qr_code.jpg\";s:7:\"preview\";s:28:\"qr-code-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:9:\"Event Box\";s:4:\"name\";s:9:\"event_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:72:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/event_box.png\";s:7:\"preview\";s:30:\"event-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:13:\"Image Tooltip\";s:4:\"name\";s:13:\"image_tooltip\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/image_tooltip.png\";s:7:\"preview\";s:34:\"image-tooltip-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:13:\"Smooth Scroll\";s:4:\"name\";s:13:\"smooth_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/smooth_scroll.png\";s:7:\"preview\";s:34:\"smooth-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:8:\"Calendar\";s:4:\"name\";s:11:\"ue_calendar\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/ue_calendar.png\";s:7:\"preview\";s:29:\"calendar-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:25;a:6:{s:5:\"title\";s:16:\"Age Verification\";s:4:\"name\";s:22:\"age_verification_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/age_verification_field.png\";s:7:\"preview\";s:37:\"age-verification-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:20:\"Disable Right Click\";s:4:\"name\";s:19:\"disable_right_click\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/disable_right_click.png\";s:7:\"preview\";s:40:\"disable-right-click-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:10:\"Off Canvas\";s:4:\"name\";s:10:\"off_canvas\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/off_canvas.png\";s:7:\"preview\";s:31:\"off-canvas-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:14:\"Cookie Consent\";s:4:\"name\";s:14:\"cookie_consent\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/cookie_consent.png\";s:7:\"preview\";s:35:\"cookie-consent-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:14:\"Random Content\";s:4:\"name\";s:17:\"ue_random_content\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/ue_random_content.png\";s:7:\"preview\";s:35:\"random-content-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:30;a:6:{s:5:\"title\";s:8:\"RSS Feed\";s:4:\"name\";s:8:\"rss_feed\";s:6:\"isfree\";b:1;s:5:\"image\";s:71:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/rss_feed.png\";s:7:\"preview\";s:29:\"rss-feed-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:31;a:6:{s:5:\"title\";s:15:\"Restaurant Menu\";s:4:\"name\";s:15:\"restaurant_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/restaurant_menu.png\";s:7:\"preview\";s:36:\"restaurant-menu-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:32;a:6:{s:5:\"title\";s:20:\"Payment Method Icons\";s:4:\"name\";s:20:\"payment_method_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/payment_method_icons.png\";s:7:\"preview\";s:41:\"payment-method-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:33;a:6:{s:5:\"title\";s:6:\"Recipe\";s:4:\"name\";s:6:\"recipe\";s:6:\"isfree\";b:1;s:5:\"image\";s:69:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/recipe.png\";s:7:\"preview\";s:27:\"recipe-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:34;a:6:{s:5:\"title\";s:14:\"Repeater Table\";s:4:\"name\";s:14:\"repeater_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_table.png\";s:7:\"preview\";s:35:\"repeater-table-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:35;a:6:{s:5:\"title\";s:17:\"Repeater Carousel\";s:4:\"name\";s:17:\"repeater_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_carousel.png\";s:7:\"preview\";s:38:\"repeater-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:36;a:6:{s:5:\"title\";s:13:\"Repeater Tabs\";s:4:\"name\";s:13:\"repeater_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_tabs.png\";s:7:\"preview\";s:34:\"repeater-tabs-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:37;a:6:{s:5:\"title\";s:13:\"Repeater Grid\";s:4:\"name\";s:13:\"repeater_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_grid.png\";s:7:\"preview\";s:34:\"repeater-grid-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:38;a:6:{s:5:\"title\";s:18:\"Repeater Accordion\";s:4:\"name\";s:18:\"repeater_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_accordion.png\";s:7:\"preview\";s:39:\"repeater-accordion-widget-for-elementor\";s:4:\"tags\";s:2:\"rs\";}i:39;a:6:{s:5:\"title\";s:13:\"Person Schema\";s:4:\"name\";s:13:\"schema_person\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/schema_person.jpg\";s:7:\"preview\";s:34:\"person-schema-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Post Widgets\";a:19:{i:0;a:6:{s:5:\"title\";s:11:\"Post Blocks\";s:4:\"name\";s:11:\"post_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_blocks.png\";s:7:\"preview\";s:32:\"post-blocks-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:1;a:6:{s:5:\"title\";s:9:\"Post Grid\";s:4:\"name\";s:9:\"post_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_grid.jpg\";s:7:\"preview\";s:30:\"post-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:2;a:6:{s:5:\"title\";s:13:\"Post Carousel\";s:4:\"name\";s:13:\"post_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_carousel.png\";s:7:\"preview\";s:34:\"post-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:3;a:6:{s:5:\"title\";s:18:\"Post Carousel Lite\";s:4:\"name\";s:21:\"uc_card_post_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/uc_card_post_carousel.png\";s:7:\"preview\";s:39:\"post-carousel-lite-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:4;a:6:{s:5:\"title\";s:9:\"Post Tabs\";s:4:\"name\";s:9:\"post_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tabs.png\";s:7:\"preview\";s:30:\"post-tabs-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:5;a:6:{s:5:\"title\";s:9:\"Post List\";s:4:\"name\";s:9:\"post_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_list.png\";s:7:\"preview\";s:30:\"post-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:6;a:6:{s:5:\"title\";s:14:\"Post Accordion\";s:4:\"name\";s:14:\"post_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_accordion.png\";s:7:\"preview\";s:35:\"post-accordion-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:7;a:6:{s:5:\"title\";s:11:\"Post Ticker\";s:4:\"name\";s:17:\"post_news_tickers\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_news_tickers.png\";s:7:\"preview\";s:32:\"post-ticker-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:8;a:6:{s:5:\"title\";s:18:\"Post Magazine Grid\";s:4:\"name\";s:18:\"post_magazine_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_magazine_grid.png\";s:7:\"preview\";s:39:\"post-magazine-grid-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:9;a:6:{s:5:\"title\";s:14:\"Taxonomy Terms\";s:4:\"name\";s:17:\"ue_taxonomy_terms\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/ue_taxonomy_terms.png\";s:7:\"preview\";s:35:\"taxonomy-terms-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:10;a:6:{s:5:\"title\";s:11:\"Post Scroll\";s:4:\"name\";s:11:\"post_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_scroll.png\";s:7:\"preview\";s:32:\"post-scroll-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:11;a:6:{s:5:\"title\";s:13:\"Post Timeline\";s:4:\"name\";s:13:\"post_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_timeline.jpg\";s:7:\"preview\";s:34:\"post-timeline-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:12;a:6:{s:5:\"title\";s:16:\"Post Card Slider\";s:4:\"name\";s:16:\"blog_card_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/blog_card_slider.png\";s:7:\"preview\";s:37:\"post-card-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:13;a:6:{s:5:\"title\";s:11:\"Post Slider\";s:4:\"name\";s:11:\"post_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_slider.png\";s:7:\"preview\";s:32:\"post-slider-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:14;a:6:{s:5:\"title\";s:9:\"Post Tile\";s:4:\"name\";s:9:\"post_tile\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tile.png\";s:7:\"preview\";s:30:\"post-tile-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:15;a:6:{s:5:\"title\";s:11:\"Author List\";s:4:\"name\";s:11:\"author_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/author_list.png\";s:7:\"preview\";s:32:\"author-list-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:24:\"Post Horizontal Timeline\";s:4:\"name\";s:24:\"post_horizontal_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_horizontal_timeline.png\";s:7:\"preview\";s:45:\"post-horizontal-timeline-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:17;a:6:{s:5:\"title\";s:9:\"Tag Cloud\";s:4:\"name\";s:9:\"tag_cloud\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/tag_cloud.jpg\";s:7:\"preview\";s:30:\"tag-cloud-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:17:\"Masonry Post Grid\";s:4:\"name\";s:17:\"masonry_post_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/masonry_post_grid.png\";s:7:\"preview\";s:38:\"masonry-post-grid-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}}s:20:\"Post Filters & Tools\";a:19:{i:0;a:6:{s:5:\"title\";s:11:\"AJAX Search\";s:4:\"name\";s:11:\"ajax_search\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ajax_search.png\";s:7:\"preview\";s:32:\"ajax-search-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"name\";s:18:\"breadcrumbs_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/breadcrumbs_widget.png\";s:7:\"preview\";s:32:\"breadcrumbs-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:18:\"Dynamic Post Popup\";s:4:\"name\";s:13:\"dynamic_popup\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/dynamic_popup.png\";s:7:\"preview\";s:39:\"dynamic-post-popup-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:11:\"Tabs Filter\";s:4:\"name\";s:22:\"ue_buttons_post_filter\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_buttons_post_filter.jpg\";s:7:\"preview\";s:32:\"tabs-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:17:\"Checkboxes Filter\";s:4:\"name\";s:20:\"ue_checkboxes_filter\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_checkboxes_filter.png\";s:7:\"preview\";s:38:\"checkboxes-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:15:\"Post Pagination\";s:4:\"name\";s:18:\"archive_pagination\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/archive_pagination.png\";s:7:\"preview\";s:36:\"post-pagination-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:14:\"Active Filters\";s:4:\"name\";s:14:\"active_filters\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/active_filters.png\";s:7:\"preview\";s:35:\"active-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:13:\"Clear Filters\";s:4:\"name\";s:20:\"clear_filters_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/clear_filters_button.png\";s:7:\"preview\";s:34:\"clear-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:22:\"Select Dropdown Filter\";s:4:\"name\";s:21:\"ue_select_post_filter\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_select_post_filter.jpg\";s:7:\"preview\";s:43:\"select-dropdown-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:18:\"Post Query Summary\";s:4:\"name\";s:20:\"query_summary_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/query_summary_filter.png\";s:7:\"preview\";s:39:\"post-query-summary-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:13:\"Search Filter\";s:4:\"name\";s:19:\"posts_search_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/posts_search_filter.png\";s:7:\"preview\";s:34:\"search-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:27:\"Load More / Infinite Scroll\";s:4:\"name\";s:16:\"load_more_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/load_more_filter.png\";s:7:\"preview\";s:46:\"load-more-infinite-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:14:\"Sorting Filter\";s:4:\"name\";s:14:\"ue_sort_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_sort_filter.png\";s:7:\"preview\";s:35:\"sorting-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:18:\"Price Range Filter\";s:4:\"name\";s:18:\"price_range_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/price_range_filter.png\";s:7:\"preview\";s:39:\"price-range-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:23:\"Colors Swatches Filter\";s:4:\"name\";s:22:\"colors_swatches_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/colors_swatches_filter.png\";s:7:\"preview\";s:42:\"color-swatches-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:18:\"Off Canvas Filters\";s:4:\"name\";s:23:\"mobile_dropdown_filters\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/mobile_dropdown_filters.png\";s:7:\"preview\";s:39:\"off-canvas-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:17:\"Accordion Filters\";s:4:\"name\";s:17:\"accordion_filters\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/accordion_filters.png\";s:7:\"preview\";s:38:\"accordion-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:15:\"Post Navigation\";s:4:\"name\";s:14:\"next_prev_post\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/next_prev_post.png\";s:7:\"preview\";s:36:\"post-navigation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:15:\"Alphabet Filter\";s:4:\"name\";s:18:\"ue_alphabet_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_alphabet_filter.png\";s:7:\"preview\";s:36:\"alphabet-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Form Builder\";a:19:{i:0;a:6:{s:5:\"title\";s:10:\"Text Field\";s:4:\"name\";s:10:\"text_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/text_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:14:\"Textarea Field\";s:4:\"name\";s:20:\"form_field_paragraph\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/form_field_paragraph.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:13:\"Submit Button\";s:4:\"name\";s:13:\"submit_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/submit_button.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:14:\"Dropdown Field\";s:4:\"name\";s:14:\"dropdown_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/dropdown_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:2:\"am\";}i:4;a:6:{s:5:\"title\";s:14:\"Checkbox Field\";s:4:\"name\";s:14:\"checkbox_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/checkbox_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:2:\"am\";}i:5;a:6:{s:5:\"title\";s:18:\"Radio Button Field\";s:4:\"name\";s:12:\"radio_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/radio_button.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:6;a:6:{s:5:\"title\";s:12:\"Number Field\";s:4:\"name\";s:12:\"number_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/number_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:11:\"Phone Field\";s:4:\"name\";s:11:\"phone_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/phone_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:11:\"Email Field\";s:4:\"name\";s:16:\"form_field_email\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/form_field_email.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:15:\"Multi Step Form\";s:4:\"name\";s:15:\"multi_step_form\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/multi_step_form.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:10;a:6:{s:5:\"title\";s:10:\"File Field\";s:4:\"name\";s:10:\"file_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/file_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:10:\"Date Field\";s:4:\"name\";s:10:\"date_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/date_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:12:\"Slider Field\";s:4:\"name\";s:12:\"range_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/range_slider.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:13:\"Message Field\";s:4:\"name\";s:13:\"message_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/message_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:13:\"Confirm Field\";s:4:\"name\";s:13:\"confirm_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/confirm_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:17:\"Star Rating Field\";s:4:\"name\";s:17:\"star_rating_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/star_rating_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:9:\"NPS Field\";s:4:\"name\";s:9:\"nps_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/nps_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:17;a:6:{s:5:\"title\";s:11:\"Scale Field\";s:4:\"name\";s:11:\"scale_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/scale_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:18;a:6:{s:5:\"title\";s:12:\"Likert Scale\";s:4:\"name\";s:12:\"likert_scale\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/likert_scale.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}}s:11:\"Woo Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:13:\"Woo Mini Cart\";s:4:\"name\";s:16:\"woo_mini_cart_ax\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woo_mini_cart_ax.png\";s:7:\"preview\";s:34:\"woo-mini-cart-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:16:\"Woo Product Grid\";s:4:\"name\";s:24:\"woocommerce_product_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_grid.png\";s:7:\"preview\";s:37:\"woo-product-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:2;a:6:{s:5:\"title\";s:16:\"Woo Product List\";s:4:\"name\";s:24:\"woocommerce_product_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_list.jpg\";s:7:\"preview\";s:37:\"woo-product-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:3;a:6:{s:5:\"title\";s:20:\"Woo Product Carousel\";s:4:\"name\";s:28:\"woocommerce_product_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_carousel.png\";s:7:\"preview\";s:41:\"woo-product-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:4;a:6:{s:5:\"title\";s:15:\"Woo AJAX Search\";s:4:\"name\";s:23:\"woocommerce_ajax_search\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_ajax_search.png\";s:7:\"preview\";s:36:\"woo-ajax-search-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:17:\"Woo Category Grid\";s:4:\"name\";s:25:\"woocommerce_category_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_category_grid.png\";s:7:\"preview\";s:39:\"woo-category-grid-widget-for-elemenetor\";s:4:\"tags\";s:1:\"s\";}i:6;a:6:{s:5:\"title\";s:21:\"Woo Category Carousel\";s:4:\"name\";s:29:\"woocommerce_category_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_category_carousel.png\";s:7:\"preview\";s:42:\"woo-category-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:7;a:6:{s:5:\"title\";s:18:\"Woo Product Slider\";s:4:\"name\";s:26:\"woocommerce_product_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_slider.png\";s:7:\"preview\";s:39:\"woo-product-slider-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:8;a:6:{s:5:\"title\";s:26:\"Quantity Increment Buttons\";s:4:\"name\";s:26:\"quantity_increment_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/quantity_increment_buttons.png\";s:7:\"preview\";s:47:\"quantity-increment-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:17:\"Marketing Widgets\";a:55:{i:0;a:6:{s:5:\"title\";s:14:\"Google Reviews\";s:4:\"name\";s:14:\"google_reviews\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/google_reviews.png\";s:7:\"preview\";s:35:\"google-reviews-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:1;a:6:{s:5:\"title\";s:5:\"Badge\";s:4:\"name\";s:5:\"badge\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/badge.png\";s:7:\"preview\";s:26:\"badge-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:15:\"Comparison List\";s:4:\"name\";s:15:\"comparison_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/comparison_list.png\";s:7:\"preview\";s:36:\"comparison-list-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:3;a:6:{s:5:\"title\";s:13:\"Pricing Table\";s:4:\"name\";s:18:\"icon_pricing_table\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_pricing_table.png\";s:7:\"preview\";s:34:\"pricing-table-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:21:\"Unlimited Google Maps\";s:4:\"name\";s:14:\"ue_google_maps\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/ue_google_maps.jpg\";s:7:\"preview\";s:42:\"unlimited-google-maps-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:5;a:6:{s:5:\"title\";s:20:\"Team Member Carousel\";s:4:\"name\";s:20:\"team_member_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_carousel.png\";s:7:\"preview\";s:41:\"team-member-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:6;a:6:{s:5:\"title\";s:9:\"Price Box\";s:4:\"name\";s:17:\"box_pricing_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/box_pricing_table.png\";s:7:\"preview\";s:30:\"price-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:9:\"Logo Grid\";s:4:\"name\";s:9:\"logo_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_grid.png\";s:7:\"preview\";s:30:\"logo-grid-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:8;a:6:{s:5:\"title\";s:12:\"Logo Marquee\";s:4:\"name\";s:12:\"logo_marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_marquee.png\";s:7:\"preview\";s:33:\"logo-marquee-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:9;a:6:{s:5:\"title\";s:15:\"Testimonial Box\";s:4:\"name\";s:15:\"box_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/box_testimonial.png\";s:7:\"preview\";s:36:\"testimonial-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:15:\"Block Quote Box\";s:4:\"name\";s:27:\"blox_solid_color_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_solid_color_blockquote.png\";s:7:\"preview\";s:36:\"block-quote-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:14:\"Instagram Feed\";s:4:\"name\";s:25:\"blox_grid_instagrm_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_grid_instagrm_widget.png\";s:7:\"preview\";s:35:\"instagram-feed-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:12;a:6:{s:5:\"title\";s:16:\"Testimonial Grid\";s:4:\"name\";s:16:\"testemonial_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/testemonial_grid.png\";s:7:\"preview\";s:37:\"testimonial-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:13;a:6:{s:5:\"title\";s:16:\"Block Quote Card\";s:4:\"name\";s:20:\"material_block_quote\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/material_block_quote.png\";s:7:\"preview\";s:37:\"block-quote-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:16:\"Team Member Card\";s:4:\"name\";s:16:\"team_member_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_card.png\";s:7:\"preview\";s:37:\"team-member-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"name\";s:31:\"responsive_testemonial_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/responsive_testemonial_carousel.png\";s:7:\"preview\";s:41:\"testimonial-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:16;a:6:{s:5:\"title\";s:22:\"Instagram Latest Image\";s:4:\"name\";s:27:\"blox_instagram_latest_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_instagram_latest_image.png\";s:7:\"preview\";s:43:\"instagram-latest-image-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:13:\"Logo Carousel\";s:4:\"name\";s:13:\"logo_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_carousel.gif\";s:7:\"preview\";s:34:\"logo-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:18;a:6:{s:5:\"title\";s:11:\"Product Box\";s:4:\"name\";s:14:\"bold_price_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_price_box.png\";s:7:\"preview\";s:32:\"product-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:9:\"Logo Card\";s:4:\"name\";s:9:\"logo_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_card.jpg\";s:7:\"preview\";s:30:\"logo-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:24:\"Block Quote Carousel Box\";s:4:\"name\";s:24:\"blox_material_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_material_blockquote.png\";s:7:\"preview\";s:45:\"block-quote-carousel-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:16:\"Testimonial Card\";s:4:\"name\";s:21:\"logo_card_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_card_testimonial.png\";s:7:\"preview\";s:37:\"testimonial-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:13:\"Instagram Box\";s:4:\"name\";s:28:\"blox_quatro_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_quatro_instagram_widget.png\";s:7:\"preview\";s:34:\"instagram-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:10:\"Price List\";s:4:\"name\";s:10:\"price_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/price_list.png\";s:7:\"preview\";s:31:\"price-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:24;a:6:{s:5:\"title\";s:15:\"Team Member Box\";s:4:\"name\";s:23:\"team_member_box_overlay\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_box_overlay.gif\";s:7:\"preview\";s:36:\"team-member-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:20:\"Block Quote Carousel\";s:4:\"name\";s:24:\"blox_blockquote_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_blockquote_carousel.png\";s:7:\"preview\";s:41:\"block-quote-carousel-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:14:\"Instagram Card\";s:4:\"name\";s:26:\"blox_instagram_card_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_instagram_card_widget.png\";s:7:\"preview\";s:35:\"instagram-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:23:\"Team Member Icon Effect\";s:4:\"name\";s:25:\"circle_effect_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/circle_effect_team_member.gif\";s:7:\"preview\";s:44:\"team-member-icon-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:18:\"Block Quote Slider\";s:4:\"name\";s:26:\"blox_side_image_blockquote\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_side_image_blockquote.png\";s:7:\"preview\";s:39:\"block-quote-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:13:\"WhatsApp Chat\";s:4:\"name\";s:13:\"whatsapp_chat\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/whatsapp_chat.png\";s:7:\"preview\";s:34:\"whatsapp-chat-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:30;a:6:{s:5:\"title\";s:20:\"Instagram Metro Grid\";s:4:\"name\";s:21:\"blox_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_instagram_widget.png\";s:7:\"preview\";s:41:\"instagram-metro-grid-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:31;a:6:{s:5:\"title\";s:21:\"Floating Chat Buttons\";s:4:\"name\";s:22:\"mobile_conversion_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/mobile_conversion_menu.gif\";s:7:\"preview\";s:42:\"floating-chat-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:32;a:6:{s:5:\"title\";s:5:\"vCard\";s:4:\"name\";s:12:\"vcard_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/vcard_button.png\";s:7:\"preview\";s:26:\"vcard-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:33;a:6:{s:5:\"title\";s:16:\"Team Member Grid\";s:4:\"name\";s:16:\"team_member_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_grid.jpg\";s:7:\"preview\";s:37:\"team-member-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:34;a:6:{s:5:\"title\";s:26:\"Team Member Sliding Effect\";s:4:\"name\";s:29:\"uc_team_member_overlay_bottom\";s:6:\"isfree\";b:0;s:5:\"image\";s:104:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_team_member_overlay_bottom.gif\";s:7:\"preview\";s:47:\"team-member-sliding-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:35;a:6:{s:5:\"title\";s:13:\"Pricing Plans\";s:4:\"name\";s:12:\"pricing_plan\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_plan.jpg\";s:7:\"preview\";s:34:\"pricing-plans-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:36;a:6:{s:5:\"title\";s:4:\"List\";s:4:\"name\";s:4:\"list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list.png\";s:7:\"preview\";s:25:\"list-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:37;a:6:{s:5:\"title\";s:10:\"Review Box\";s:4:\"name\";s:10:\"review_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/review_box.png\";s:7:\"preview\";s:31:\"review-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:38;a:6:{s:5:\"title\";s:12:\"Product Card\";s:4:\"name\";s:13:\"food_menu_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/food_menu_box.png\";s:7:\"preview\";s:33:\"product-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:39;a:6:{s:5:\"title\";s:11:\"Memory Game\";s:4:\"name\";s:11:\"memory_game\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/memory_game.gif\";s:7:\"preview\";s:32:\"memory-game-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:40;a:6:{s:5:\"title\";s:18:\"Product Highlights\";s:4:\"name\";s:26:\"two_column_product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/two_column_product_bullets.jpg\";s:7:\"preview\";s:39:\"product-highlights-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:41;a:6:{s:5:\"title\";s:15:\"Product Bullets\";s:4:\"name\";s:15:\"product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/product_bullets.jpg\";s:7:\"preview\";s:36:\"product-bullets-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:42;a:6:{s:5:\"title\";s:17:\"Statistic Counter\";s:4:\"name\";s:17:\"statistic_counter\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/statistic_counter.jpg\";s:7:\"preview\";s:38:\"statistic-counter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:43;a:6:{s:5:\"title\";s:16:\"Icon Mobile Menu\";s:4:\"name\";s:16:\"icon_mobile_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_mobile_menu.png\";s:7:\"preview\";s:37:\"icon-mobile-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:44;a:6:{s:5:\"title\";s:21:\"Call To Action Button\";s:4:\"name\";s:19:\"pulsing_icon_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pulsing_icon_button.jpg\";s:7:\"preview\";s:42:\"call-to-action-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:45;a:6:{s:5:\"title\";s:15:\"Timer Countdown\";s:4:\"name\";s:15:\"timer_countdown\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown.png\";s:7:\"preview\";s:36:\"timer-countdown-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:46;a:6:{s:5:\"title\";s:22:\"Pricing Table Flip Box\";s:4:\"name\";s:16:\"pricing_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_flip_box.gif\";s:7:\"preview\";s:43:\"pricing-table-flip-box-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:47;a:6:{s:5:\"title\";s:12:\"List Marquee\";s:4:\"name\";s:12:\"list_marquee\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list_marquee.gif\";s:7:\"preview\";s:33:\"list-marquee-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:48;a:6:{s:5:\"title\";s:15:\"Review Carousel\";s:4:\"name\";s:21:\"bold_customer_reviews\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_customer_reviews.png\";s:7:\"preview\";s:36:\"review-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:49;a:6:{s:5:\"title\";s:22:\"Timer Countdown Banner\";s:4:\"name\";s:22:\"timer_countdown_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown_banner.png\";s:7:\"preview\";s:43:\"timer-countdown-banner-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:50;a:6:{s:5:\"title\";s:14:\"Business Hours\";s:4:\"name\";s:14:\"business_hours\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/business_hours.png\";s:7:\"preview\";s:35:\"business-hours-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:51;a:6:{s:5:\"title\";s:19:\"Overlay Product Box\";s:4:\"name\";s:25:\"uc_simple_overlay_product\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_simple_overlay_product.jpg\";s:7:\"preview\";s:40:\"overlay-product-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:52;a:6:{s:5:\"title\";s:16:\"Copy Coupon Code\";s:4:\"name\";s:16:\"copy_coupon_code\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/copy_coupon_code.gif\";s:7:\"preview\";s:37:\"copy-coupon-code-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:53;a:6:{s:5:\"title\";s:13:\"Telegram Chat\";s:4:\"name\";s:13:\"telegram_chat\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/telegram_chat.png\";s:7:\"preview\";s:34:\"telegram-chat-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:54;a:6:{s:5:\"title\";s:16:\"Product Carousel\";s:4:\"name\";s:21:\"uc_menu_item_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_menu_item_carousel.png\";s:7:\"preview\";s:37:\"product-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}}s:12:\"Loop Builder\";a:6:{i:0;a:6:{s:5:\"title\";s:9:\"Loop Grid\";s:4:\"name\";s:15:\"ue_listing_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_grid.png\";s:7:\"preview\";s:30:\"loop-grid-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:1;a:6:{s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"name\";s:19:\"ue_listing_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_carousel.png\";s:7:\"preview\";s:34:\"loop-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:2;a:6:{s:5:\"title\";s:9:\"Loop Tabs\";s:4:\"name\";s:15:\"ue_listing_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_tabs.png\";s:7:\"preview\";s:30:\"loop-tabs-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:3;a:6:{s:5:\"title\";s:14:\"Loop Accordion\";s:4:\"name\";s:20:\"ue_listing_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_accordion.png\";s:7:\"preview\";s:35:\"loop-accordion-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:4;a:6:{s:5:\"title\";s:11:\"Loop Slider\";s:4:\"name\";s:17:\"ue_listing_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_slider.png\";s:7:\"preview\";s:32:\"loop-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:5;a:6:{s:5:\"title\";s:20:\"Dynamic Popup Button\";s:4:\"name\";s:20:\"dynamic_popup_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/dynamic_popup_button.png\";s:7:\"preview\";s:41:\"dynamic-popup-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:22:\"Remote Control Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:11:\"Remote Tabs\";s:4:\"name\";s:11:\"remote_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_tabs.png\";s:7:\"preview\";s:32:\"remote-tabs-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:13:\"Remote Arrows\";s:4:\"name\";s:16:\"arrow_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/arrow_navigation.png\";s:7:\"preview\";s:34:\"remote-arrows-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:14:\"Remote Bullets\";s:4:\"name\";s:32:\"remote_control_bullet_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_bullet_navigation.png\";s:7:\"preview\";s:35:\"remote-bullets-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:15:\"Remote Dropdown\";s:4:\"name\";s:13:\"remote_select\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_select.png\";s:7:\"preview\";s:36:\"remote-dropdown-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:4;a:6:{s:5:\"title\";s:14:\"Remote Counter\";s:4:\"name\";s:22:\"remote_counter_display\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_counter_display.png\";s:7:\"preview\";s:35:\"remote-counter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:11:\"Remote Link\";s:4:\"name\";s:19:\"remote_control_link\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_link.png\";s:7:\"preview\";s:32:\"remote-link-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:22:\"Remote Item Navigation\";s:4:\"name\";s:22:\"remote_item_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_item_navigation.png\";s:7:\"preview\";s:43:\"remote-item-navigation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:17:\"Remote Play Pause\";s:4:\"name\";s:17:\"remote_play_pause\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_play_pause.png\";s:7:\"preview\";s:38:\"remote-play-pause-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:13:\"Remote Scroll\";s:4:\"name\";s:21:\"remote_scroll_control\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_scroll_control.png\";s:7:\"preview\";s:34:\"remote-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Menu Widgets\";a:11:{i:0;a:6:{s:5:\"title\";s:15:\"Fullscreen Menu\";s:4:\"name\";s:26:\"fullscreen_navigation_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/fullscreen_navigation_menu.gif\";s:7:\"preview\";s:36:\"fullscreen-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:9:\"Mega Menu\";s:4:\"name\";s:9:\"mega_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu.png\";s:7:\"preview\";s:30:\"mega-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:21:\"Mega Menu Inner Links\";s:4:\"name\";s:21:\"mega_menu_inner_links\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu_inner_links.png\";s:7:\"preview\";s:42:\"mega-menu-inner-links-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:9:\"Side Menu\";s:4:\"name\";s:12:\"ue_side_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_side_menu.jpg\";s:7:\"preview\";s:30:\"side-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:14:\"WordPress Menu\";s:4:\"name\";s:8:\"nav_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/nav_menu.png\";s:7:\"preview\";s:35:\"wordpress-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:23:\"Liquid Full Screen Menu\";s:4:\"name\";s:26:\"uc_liquid_full_screen_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/uc_liquid_full_screen_menu.gif\";s:7:\"preview\";s:43:\"liquid-fullscreen-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:26:\"One Page Scroll Navigation\";s:4:\"name\";s:33:\"bullet_one_page_scroll_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/bullet_one_page_scroll_navigation.png\";s:7:\"preview\";s:47:\"one-page-scroll-navigation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:11:\"Circle Menu\";s:4:\"name\";s:14:\"ue_circle_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_circle_menu.jpg\";s:7:\"preview\";s:32:\"circle-menu-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:8;a:6:{s:5:\"title\";s:9:\"List Menu\";s:4:\"name\";s:16:\"simple_list_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/simple_list_menu.png\";s:7:\"preview\";s:30:\"list-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:24:\"Multi Level Sliding Menu\";s:4:\"name\";s:24:\"multi_level_sliding_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/multi_level_sliding_menu.png\";s:7:\"preview\";s:45:\"multi-level-sliding-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:14:\"Accordion Menu\";s:4:\"name\";s:17:\"ue_accordion_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_accordion_menu.png\";s:7:\"preview\";s:35:\"accordion-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:15:\"Content Widgets\";a:22:{i:0;a:6:{s:5:\"title\";s:14:\"Content Toggle\";s:4:\"name\";s:21:\"simple_content_toggle\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/simple_content_toggle.png\";s:7:\"preview\";s:35:\"content-toggle-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:23:\"Expanding Content Cards\";s:4:\"name\";s:23:\"expanding_content_cards\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/expanding_content_cards.png\";s:7:\"preview\";s:44:\"expanding-content-cards-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:2;a:6:{s:5:\"title\";s:18:\"Unlimited Carousel\";s:4:\"name\";s:19:\"image_card_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/image_card_carousel.png\";s:7:\"preview\";s:39:\"unlimited-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:3;a:6:{s:5:\"title\";s:16:\"Content Carousel\";s:4:\"name\";s:20:\"content_carousel_new\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_carousel_new.png\";s:7:\"preview\";s:37:\"content-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:4;a:6:{s:5:\"title\";s:18:\"Coverflow Carousel\";s:4:\"name\";s:19:\"cover_flow_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/cover_flow_carousel.png\";s:7:\"preview\";s:39:\"coverflow-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:5;a:6:{s:5:\"title\";s:13:\"Card Carousel\";s:4:\"name\";s:13:\"card_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/card_carousel.jpg\";s:7:\"preview\";s:34:\"card-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:6;a:6:{s:5:\"title\";s:12:\"Content Grid\";s:4:\"name\";s:13:\"content_grid2\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_grid2.png\";s:7:\"preview\";s:33:\"content-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:7;a:6:{s:5:\"title\";s:13:\"Icon Carousel\";s:4:\"name\";s:13:\"icon_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/icon_carousel.png\";s:7:\"preview\";s:34:\"icon-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:8;a:6:{s:5:\"title\";s:17:\"Content Accordion\";s:4:\"name\";s:17:\"content_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_accordion.png\";s:7:\"preview\";s:38:\"content-accordion-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:9;a:6:{s:5:\"title\";s:12:\"Simple Popup\";s:4:\"name\";s:12:\"simple_popup\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/simple_popup.png\";s:7:\"preview\";s:33:\"simple-popup-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:17:\"Material Carousel\";s:4:\"name\";s:17:\"material_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/material_carousel.jpg\";s:7:\"preview\";s:38:\"material-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:11;a:6:{s:5:\"title\";s:16:\"Overlay Carousel\";s:4:\"name\";s:16:\"overlay_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/overlay_carousel.jpg\";s:7:\"preview\";s:37:\"overlay-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:12;a:6:{s:5:\"title\";s:14:\"Swipe Carousel\";s:4:\"name\";s:18:\"swipe_css_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/swipe_css_carousel.png\";s:7:\"preview\";s:35:\"swipe-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:13;a:6:{s:5:\"title\";s:11:\"Mega Slider\";s:4:\"name\";s:11:\"mega_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/mega_slider.png\";s:7:\"preview\";s:32:\"mega-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:14;a:6:{s:5:\"title\";s:12:\"Content Tabs\";s:4:\"name\";s:12:\"content_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_tabs.jpg\";s:7:\"preview\";s:33:\"content-tabs-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:15;a:6:{s:5:\"title\";s:14:\"Unfold Content\";s:4:\"name\";s:9:\"ue_unfold\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_unfold.gif\";s:7:\"preview\";s:35:\"unfold-content-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:14:\"Content Slider\";s:4:\"name\";s:18:\"content_slider_new\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_slider_new.gif\";s:7:\"preview\";s:35:\"content-slider-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:17;a:6:{s:5:\"title\";s:16:\"Content Switcher\";s:4:\"name\";s:14:\"content_toggle\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_toggle.gif\";s:7:\"preview\";s:37:\"content-switcher-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:18;a:6:{s:5:\"title\";s:15:\"Unlimited Table\";s:4:\"name\";s:8:\"ue_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_table.jpg\";s:7:\"preview\";s:36:\"unlimited-table-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:10:\"Toggle Box\";s:4:\"name\";s:10:\"toggle_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/toggle_box.png\";s:7:\"preview\";s:31:\"toggle-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:14:\"Unlimited Grid\";s:4:\"name\";s:14:\"unlimited_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/unlimited_grid.png\";s:7:\"preview\";s:35:\"unlimited-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:21;a:6:{s:5:\"title\";s:14:\"Content Ticker\";s:4:\"name\";s:14:\"content_ticker\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_ticker.png\";s:7:\"preview\";s:35:\"content-ticker-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}}s:13:\"Media Widgets\";a:17:{i:0;a:6:{s:5:\"title\";s:14:\"Video Carousel\";s:4:\"name\";s:14:\"video_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/video_carousel.png\";s:7:\"preview\";s:35:\"video-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:1;a:6:{s:5:\"title\";s:14:\"Slider Gallery\";s:4:\"name\";s:15:\"uc_slider_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_slider_image.png\";s:7:\"preview\";s:35:\"slider-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:2;a:6:{s:5:\"title\";s:12:\"Grid Gallery\";s:4:\"name\";s:19:\"uc_grid_image_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_grid_image_theme.png\";s:7:\"preview\";s:33:\"grid-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:3;a:6:{s:5:\"title\";s:27:\"Masonry & Justified Gallery\";s:4:\"name\";s:22:\"uc_tiles_columns_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_columns_image.png\";s:7:\"preview\";s:36:\"masonry-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:4;a:6:{s:5:\"title\";s:12:\"Tile Gallery\";s:4:\"name\";s:19:\"uc_tiles_grid_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_grid_image.jpg\";s:7:\"preview\";s:33:\"tile-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:5;a:6:{s:5:\"title\";s:16:\"Carousel Gallery\";s:4:\"name\";s:17:\"uc_carousel_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_carousel_image.png\";s:7:\"preview\";s:37:\"carousel-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:6;a:6:{s:5:\"title\";s:15:\"Compact Gallery\";s:4:\"name\";s:22:\"uc_compact_image_theme\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_compact_image_theme.png\";s:7:\"preview\";s:36:\"compact-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:7;a:6:{s:5:\"title\";s:24:\"Justified Image Carousel\";s:4:\"name\";s:24:\"justified_image_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/justified_image_carousel.png\";s:7:\"preview\";s:45:\"justified-image-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:8;a:6:{s:5:\"title\";s:17:\"Thumbnail Gallery\";s:4:\"name\";s:22:\"uc_image_default_theme\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_image_default_theme.png\";s:7:\"preview\";s:38:\"thumbnail-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:9;a:6:{s:5:\"title\";s:14:\"Audio Playlist\";s:4:\"name\";s:14:\"audio_playlist\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_playlist.jpg\";s:7:\"preview\";s:35:\"audio-playlist-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:18:\"Portfolio Carousel\";s:4:\"name\";s:18:\"portfolio_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/portfolio_carousel.png\";s:7:\"preview\";s:39:\"portfolio-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:11;a:6:{s:5:\"title\";s:13:\"Simple Slider\";s:4:\"name\";s:13:\"simple_slider\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/simple_slider.jpg\";s:7:\"preview\";s:34:\"simple-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:12:\"Audio Player\";s:4:\"name\";s:17:\"audio_player_mejs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_player_mejs.jpg\";s:7:\"preview\";s:33:\"audio-player-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:16:\"Thumbnail Slider\";s:4:\"name\";s:26:\"owl_sliding_thumbs_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/owl_sliding_thumbs_gallery.png\";s:7:\"preview\";s:37:\"thumbnail-slider-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:14;a:6:{s:5:\"title\";s:22:\"Image and Video Slider\";s:4:\"name\";s:23:\"uc_video_content_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_video_content_slider.png\";s:7:\"preview\";s:43:\"image-and-video-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:15;a:6:{s:5:\"title\";s:12:\"Random Image\";s:4:\"name\";s:15:\"ue_random_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/ue_random_image.jpg\";s:7:\"preview\";s:33:\"random-image-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:14:\"Video Playlist\";s:4:\"name\";s:23:\"play_list_video_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/play_list_video_gallery.jpg\";s:7:\"preview\";s:35:\"video-playlist-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}}s:19:\"Infographic Widgets\";a:14:{i:0;a:6:{s:5:\"title\";s:24:\"Vertical Curved Timeline\";s:4:\"name\";s:23:\"vertical_curve_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/vertical_curve_timeline.png\";s:7:\"preview\";s:45:\"vertical-curved-timeline-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:13:\"Bracket Maker\";s:4:\"name\";s:13:\"bracket_maker\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/bracket_maker.png\";s:7:\"preview\";s:34:\"bracket-maker-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:19:\"Horizontal Timeline\";s:4:\"name\";s:19:\"horizontal_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/horizontal_timeline.png\";s:7:\"preview\";s:40:\"horizontal-timeline-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:3;a:6:{s:5:\"title\";s:16:\"Unlimited Charts\";s:4:\"name\";s:16:\"unlimited_charts\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_charts.jpg\";s:7:\"preview\";s:37:\"unlimited-charts-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:30:\"Interactive Circle Infographic\";s:4:\"name\";s:30:\"interactive_circle_infographic\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/interactive_circle_infographic.png\";s:7:\"preview\";s:51:\"interactive-circle-infographic-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:5;a:6:{s:5:\"title\";s:18:\"Unlimited Timeline\";s:4:\"name\";s:18:\"unlimited_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_timeline.png\";s:7:\"preview\";s:39:\"unlimited-timeline-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:6;a:6:{s:5:\"title\";s:16:\"Funnel & Pyramid\";s:4:\"name\";s:10:\"ue_pyramid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/ue_pyramid.jpg\";s:7:\"preview\";s:35:\"funnel-pyramid-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:7;a:6:{s:5:\"title\";s:19:\"Linear Progress Bar\";s:4:\"name\";s:19:\"linear_progress_bar\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/linear_progress_bar.gif\";s:7:\"preview\";s:40:\"linear-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:12:\"Step Process\";s:4:\"name\";s:12:\"step_process\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/step_process.jpg\";s:7:\"preview\";s:33:\"step-process-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:9;a:6:{s:5:\"title\";s:19:\"Circle Progress Bar\";s:4:\"name\";s:22:\"uc_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_circle_progress_bar.png\";s:7:\"preview\";s:40:\"circle-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:24:\"Semi Circle Progress Bar\";s:4:\"name\";s:24:\"semi_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/semi_circle_progress_bar.png\";s:7:\"preview\";s:45:\"semi-circle-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:9:\"Pie chart\";s:4:\"name\";s:11:\"uc_piechart\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_piechart.png\";s:7:\"preview\";s:30:\"pie-chart-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:21:\"Vertical Progress Bar\";s:4:\"name\";s:24:\"uc_vertical_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_vertical_progress_bar.png\";s:7:\"preview\";s:42:\"vertical-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:10:\"Line Chart\";s:4:\"name\";s:10:\"line_chart\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/line_chart.png\";s:7:\"preview\";s:31:\"line-chart-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:13:\"Content Boxes\";a:21:{i:0;a:6:{s:5:\"title\";s:24:\"Parallax 3D Content Card\";s:4:\"name\";s:24:\"parallax_3d_content_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/parallax_3d_content_card.png\";s:7:\"preview\";s:45:\"parallax-3d-content-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:8:\"Icon Box\";s:4:\"name\";s:15:\"square_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/square_icon_box.jpg\";s:7:\"preview\";s:29:\"icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:23:\"Content Reveal on Hover\";s:4:\"name\";s:29:\"hover_text_reveal_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/hover_text_reveal_content_box.gif\";s:7:\"preview\";s:44:\"content-reveal-on-hover-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:17:\"Animated Icon Box\";s:4:\"name\";s:17:\"animated_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_icon_box.gif\";s:7:\"preview\";s:38:\"animated-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:22:\"Image Zoom Content Box\";s:4:\"name\";s:22:\"image_zoom_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_zoom_content_box.jpg\";s:7:\"preview\";s:43:\"image-zoom-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:26:\"Caption Reveal Content Box\";s:4:\"name\";s:31:\"zoom_caption_reveal_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/zoom_caption_reveal_content_box.gif\";s:7:\"preview\";s:47:\"caption-reveal-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:9:\"Icon Card\";s:4:\"name\";s:20:\"material_footer_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/material_footer_card.jpg\";s:7:\"preview\";s:30:\"icon-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:10:\"Image Card\";s:4:\"name\";s:22:\"image_card_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_card_content_box.png\";s:7:\"preview\";s:31:\"image-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:21:\"Icon Box Hover Effect\";s:4:\"name\";s:21:\"icon_box_hover_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_box_hover_effect.gif\";s:7:\"preview\";s:42:\"icon-box-hover-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:24:\"Animated Border Icon Box\";s:4:\"name\";s:24:\"animated_border_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_border_icon_box.gif\";s:7:\"preview\";s:45:\"animated-border-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:19:\"Content Box Overlay\";s:4:\"name\";s:26:\"subtle_overlay_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/subtle_overlay_content_box.gif\";s:7:\"preview\";s:40:\"content-box-overlay-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:15:\"Icon Number Box\";s:4:\"name\";s:27:\"blox_icon_button_number_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/blox_icon_button_number_box.png\";s:7:\"preview\";s:36:\"icon-number-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:22:\"Icon Image Content Box\";s:4:\"name\";s:22:\"icon_image_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_image_content_box.gif\";s:7:\"preview\";s:43:\"icon-image-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:23:\"Icon Box Content Reveal\";s:4:\"name\";s:23:\"content_reveal_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/content_reveal_icon_box.gif\";s:7:\"preview\";s:44:\"content-reveal-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:27:\"Animated Border Content Box\";s:4:\"name\";s:27:\"animated_border_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_border_content_box.png\";s:7:\"preview\";s:48:\"animated-border-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:20:\"Twist Hover Icon Box\";s:4:\"name\";s:20:\"twist_hover_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/twist_hover_icon_box.png\";s:7:\"preview\";s:41:\"twist-hover-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:16:\"Icon Content Box\";s:4:\"name\";s:16:\"icon_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_content_box.jpg\";s:7:\"preview\";s:37:\"icon-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:26:\"Content Box Sliding Effect\";s:4:\"name\";s:19:\"sliding_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/sliding_content_box.jpg\";s:7:\"preview\";s:47:\"content-box-sliding-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:16:\"Sliding Icon Box\";s:4:\"name\";s:20:\"solid_color_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/solid_color_icon_box.png\";s:7:\"preview\";s:37:\"sliding-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:16:\"Overlay Icon Box\";s:4:\"name\";s:28:\"solid_color_overlay_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/solid_color_overlay_icon_box.gif\";s:7:\"preview\";s:37:\"overlay-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:20:\"Glowing Content Card\";s:4:\"name\";s:20:\"glowing_content_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/glowing_content_card.png\";s:7:\"preview\";s:41:\"glowing-content-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:13:\"Hover Effects\";a:8:{i:0;a:6:{s:5:\"title\";s:21:\"Rollover Image Effect\";s:4:\"name\";s:21:\"rollover_image_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/rollover_image_effect.gif\";s:7:\"preview\";s:42:\"rollover-image-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:20:\"Banner Hover Effects\";s:4:\"name\";s:23:\"uc_banner_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_banner_hover_effects.gif\";s:7:\"preview\";s:41:\"banner-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:18:\"Link Hover Effects\";s:4:\"name\";s:18:\"link_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/link_hover_effects.gif\";s:7:\"preview\";s:39:\"link-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:18:\"Icon Hover Effects\";s:4:\"name\";s:21:\"uc_icon_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_icon_hover_effects.gif\";s:7:\"preview\";s:39:\"icon-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:14:\"iHover Effects\";s:4:\"name\";s:13:\"ihover_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/ihover_effect.gif\";s:7:\"preview\";s:35:\"ihover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:22:\"Creative Button Hovers\";s:4:\"name\";s:16:\"creative_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/creative_buttons.gif\";s:7:\"preview\";s:42:\"creative-button-hover-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:21:\"Caption Hover Effects\";s:4:\"name\";s:21:\"caption_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/caption_hover_effects.gif\";s:7:\"preview\";s:42:\"caption-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:25:\"Border Link Hover Effects\";s:4:\"name\";s:25:\"border_link_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/border_link_hover_effects.gif\";s:7:\"preview\";s:46:\"border-link-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:14:\"Button Widgets\";a:31:{i:0;a:6:{s:5:\"title\";s:15:\"Dropdown Button\";s:4:\"name\";s:15:\"dropdown_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dropdown_button.png\";s:7:\"preview\";s:36:\"dropdown-button-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:22:\"Gradient Border Button\";s:4:\"name\";s:22:\"gradient_border_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_border_button.gif\";s:7:\"preview\";s:43:\"gradient-border-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:20:\"Social Share Buttons\";s:4:\"name\";s:20:\"social_share_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_share_buttons.png\";s:7:\"preview\";s:41:\"social-share-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:25:\"Social Icons Glare Effect\";s:4:\"name\";s:25:\"social_icons_glare_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_icons_glare_effect.jpg\";s:7:\"preview\";s:46:\"social-icons-glare-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:13:\"Scroll To Top\";s:4:\"name\";s:16:\"ue_scroll_to_top\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/ue_scroll_to_top.jpg\";s:7:\"preview\";s:34:\"scroll-to-top-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:18:\"Shape Social Icons\";s:4:\"name\";s:18:\"shape_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/shape_social_icons.png\";s:7:\"preview\";s:39:\"shape-social-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:17:\"Video Play Button\";s:4:\"name\";s:16:\"blox_play_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_play_button.png\";s:7:\"preview\";s:38:\"video-play-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:22:\"3d Social Icon Buttons\";s:4:\"name\";s:22:\"3d_social_icon_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/3d_social_icon_buttons.jpg\";s:7:\"preview\";s:43:\"3d-social-icon-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:26:\"Neon Glowing Button Effect\";s:4:\"name\";s:26:\"neon_glowing_button_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/neon_glowing_button_effect.gif\";s:7:\"preview\";s:47:\"neon-glowing-button-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:29:\"Square to Circle Social Icons\";s:4:\"name\";s:29:\"square_to_circle_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/square_to_circle_social_icons.png\";s:7:\"preview\";s:58:\"square-to-circle-social-icons-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:11:\"Glass Icons\";s:4:\"name\";s:11:\"glass_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/glass_icons.png\";s:7:\"preview\";s:32:\"glass-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:21:\"Rotating Social Icons\";s:4:\"name\";s:21:\"rotating_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/rotating_social_icons.png\";s:7:\"preview\";s:42:\"rotating-social-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:14:\"Overlay Button\";s:4:\"name\";s:20:\"color_overlay_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/color_overlay_button.gif\";s:7:\"preview\";s:35:\"overlay-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:27:\"Underline Link Hover Effect\";s:4:\"name\";s:27:\"underline_link_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_link_hover_effect.gif\";s:7:\"preview\";s:48:\"underline-link-hover-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:23:\"Social Icons With Label\";s:4:\"name\";s:23:\"social_icons_with_label\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_icons_with_label.png\";s:7:\"preview\";s:45:\"social-icons-with-labels-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:25:\"Underline Animated Button\";s:4:\"name\";s:25:\"underline_animated_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_animated_button.gif\";s:7:\"preview\";s:46:\"underline-animated-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:36:\"Social Icons With Circle Fill Effect\";s:4:\"name\";s:36:\"social_icons_with_circle_fill_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_icons_with_circle_fill_effect.jpg\";s:7:\"preview\";s:57:\"social-icons-with-circle-fill-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:17:\"Multi Line Button\";s:4:\"name\";s:17:\"multi_line_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/multi_line_button.jpg\";s:7:\"preview\";s:38:\"multi-line-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:22:\"Simple Artistic Button\";s:4:\"name\";s:22:\"simple_artistic_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/simple_artistic_button.png\";s:7:\"preview\";s:43:\"simple-artistic-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:18:\"Toggle Text Button\";s:4:\"name\";s:18:\"toggle_text_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/toggle_text_button.png\";s:7:\"preview\";s:39:\"toggle-text-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:12:\"Button Group\";s:4:\"name\";s:14:\"blox_btn_group\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_btn_group.png\";s:7:\"preview\";s:33:\"button-group-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:21;a:6:{s:5:\"title\";s:9:\"Dark Mode\";s:4:\"name\";s:9:\"dark_mode\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dark_mode.gif\";s:7:\"preview\";s:30:\"dark-mode-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:19:\"Icon Pointer Button\";s:4:\"name\";s:19:\"icon_pointer_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/icon_pointer_button.jpg\";s:7:\"preview\";s:40:\"icon-pointer-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:20:\"Border Button Effect\";s:4:\"name\";s:17:\"border_btn_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/border_btn_effect.gif\";s:7:\"preview\";s:41:\"border-button-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:15:\"Gradient Button\";s:4:\"name\";s:15:\"gradient_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_button.png\";s:7:\"preview\";s:36:\"gradient-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:13:\"Liquid Button\";s:4:\"name\";s:23:\"super_fun_liquid_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/super_fun_liquid_button.gif\";s:7:\"preview\";s:34:\"liquid-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:28:\"Gradient Hover Effect Button\";s:4:\"name\";s:28:\"gradient_hover_effect_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_hover_effect_button.gif\";s:7:\"preview\";s:49:\"gradient-hover-effect-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:19:\"Glare Button Effect\";s:4:\"name\";s:19:\"glare_effect_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/glare_effect_button.gif\";s:7:\"preview\";s:40:\"glare-button-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:20:\"Parallelogram Button\";s:4:\"name\";s:18:\"parellogram_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/parellogram_button.jpg\";s:7:\"preview\";s:41:\"parallelogram-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:24:\"Button Icon Hover Effect\";s:4:\"name\";s:27:\"uc_icon_hover_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/uc_icon_hover_effect_button.jpg\";s:7:\"preview\";s:38:\"button-icon-hover-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:30;a:6:{s:5:\"title\";s:16:\"Christmas Button\";s:4:\"name\";s:16:\"christmas_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/christmas_button.jpg\";s:7:\"preview\";s:37:\"christmas-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:10:\"Typography\";a:16:{i:0;a:6:{s:5:\"title\";s:10:\"Annotation\";s:4:\"name\";s:10:\"annotation\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/annotation.png\";s:7:\"preview\";s:31:\"annotation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:19:\"Animated Split Text\";s:4:\"name\";s:24:\"splitting_letters_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/splitting_letters_effect.gif\";s:7:\"preview\";s:40:\"animated-split-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:18:\"Scroll Text Reveal\";s:4:\"name\";s:21:\"uc_scroll_reveal_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/uc_scroll_reveal_text.png\";s:7:\"preview\";s:39:\"scroll-text-reveal-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:12:\"Text Rotator\";s:4:\"name\";s:12:\"text_rotator\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/text_rotator.gif\";s:7:\"preview\";s:33:\"text-rotator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:7:\"3D Text\";s:4:\"name\";s:7:\"3d_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/3d_text.png\";s:7:\"preview\";s:35:\"3d-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:22:\"Sideways Vertical Text\";s:4:\"name\";s:22:\"sideways_vertical_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/sideways_vertical_text.png\";s:7:\"preview\";s:43:\"sideways-vertical-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:30:\"Gradient Underline Text Effect\";s:4:\"name\";s:30:\"gradient_underline_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_underline_text_effect.png\";s:7:\"preview\";s:51:\"gradient-underline-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:18:\"Dual Color Heading\";s:4:\"name\";s:18:\"dual_color_heading\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/dual_color_heading.png\";s:7:\"preview\";s:39:\"dual-color-heading-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:18:\"Stroke Text Effect\";s:4:\"name\";s:11:\"stroke_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/stroke_text.png\";s:7:\"preview\";s:39:\"stroke-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:28:\"Image Background Text Effect\";s:4:\"name\";s:28:\"image_background_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/image_background_text_effect.png\";s:7:\"preview\";s:49:\"image-background-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:20:\"Gradient Text Effect\";s:4:\"name\";s:20:\"gradient_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_text_effect.png\";s:7:\"preview\";s:41:\"gradient-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:22:\"Typewriter Text Effect\";s:4:\"name\";s:22:\"typewriter_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/typewriter_text_effect.gif\";s:7:\"preview\";s:43:\"typewriter-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:17:\"Side Line Heading\";s:4:\"name\";s:19:\"side_border_heading\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/side_border_heading.png\";s:7:\"preview\";s:38:\"side-line-heading-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:19:\"Text Marquee Effect\";s:4:\"name\";s:7:\"marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/marquee.png\";s:7:\"preview\";s:40:\"text-marquee-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:29:\"Futuristic Typing Text Effect\";s:4:\"name\";s:29:\"futuristic_typing_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/futuristic_typing_text_effect.gif\";s:7:\"preview\";s:50:\"futuristic-typing-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:14:\"Christmas Text\";s:4:\"name\";s:14:\"christmas_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/christmas_text.jpg\";s:7:\"preview\";s:35:\"christmas-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:23:\"Separators and Dividers\";a:9:{i:0;a:6:{s:5:\"title\";s:27:\"Unlimited Separator Divider\";s:4:\"name\";s:17:\"separator_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/separator_divider.jpg\";s:7:\"preview\";s:48:\"unlimited-separator-divider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:22:\"Line Diamond Separator\";s:4:\"name\";s:27:\"blox_line_diamond_seperator\";s:6:\"isfree\";b:1;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_diamond_seperator.png\";s:7:\"preview\";s:43:\"line-diamond-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:17:\"Line Text Divider\";s:4:\"name\";s:22:\"blox_line_text_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_text_divider.png\";s:7:\"preview\";s:38:\"line-text-divider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:21:\"Zigzag Wave Seperator\";s:4:\"name\";s:25:\"blox_zizag_wave_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_zizag_wave_seperator.png\";s:7:\"preview\";s:42:\"zigzag-wave-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:16:\"Shapes Separator\";s:4:\"name\";s:24:\"blox_triangle_separators\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_triangle_separators.png\";s:7:\"preview\";s:37:\"shapes-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:15:\"Icons Separator\";s:4:\"name\";s:20:\"blox_icons_separator\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_icons_separator.png\";s:7:\"preview\";s:36:\"icons-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:23:\"Animated Wave Separator\";s:4:\"name\";s:13:\"animated_wave\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/animated_wave.png\";s:7:\"preview\";s:44:\"animated-wave-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:25:\"Christmas Candy Separator\";s:4:\"name\";s:25:\"christmas_candy_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_candy_seperator.png\";s:7:\"preview\";s:46:\"christmas-candy-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:16:\"Christmas Lights\";s:4:\"name\";s:16:\"christmas_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_lights.gif\";s:7:\"preview\";s:37:\"christmas-lights-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Hero Widgets\";a:12:{i:0;a:6:{s:5:\"title\";s:10:\"Title Hero\";s:4:\"name\";s:10:\"title_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/title_hero.jpg\";s:7:\"preview\";s:31:\"title-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:8:\"Box Hero\";s:4:\"name\";s:8:\"box_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/box_hero.jpg\";s:7:\"preview\";s:29:\"box-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:10:\"Split Hero\";s:4:\"name\";s:10:\"split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_hero.jpg\";s:7:\"preview\";s:31:\"split-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:22:\"Transparent Split Hero\";s:4:\"name\";s:22:\"transparent_split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/transparent_split_hero.jpg\";s:7:\"preview\";s:43:\"transparent-split-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:11:\"Border Hero\";s:4:\"name\";s:11:\"border_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/border_hero.jpg\";s:7:\"preview\";s:32:\"border-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:10:\"Video Hero\";s:4:\"name\";s:10:\"video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/video_hero.jpg\";s:7:\"preview\";s:31:\"video-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:16:\"Split Video Hero\";s:4:\"name\";s:16:\"split_video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_video_hero.jpg\";s:7:\"preview\";s:37:\"split-video-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:13:\"Diagonal Hero\";s:4:\"name\";s:13:\"diagonal_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/diagonal_hero.jpg\";s:7:\"preview\";s:34:\"diagonal-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:10:\"Quote Hero\";s:4:\"name\";s:10:\"quote_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/quote_hero.jpg\";s:7:\"preview\";s:31:\"quote-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:12:\"Persona Hero\";s:4:\"name\";s:12:\"persona_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/persona_hero.jpg\";s:7:\"preview\";s:33:\"persona-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:16:\"Service Box Hero\";s:4:\"name\";s:16:\"service_box_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/service_box_hero.jpg\";s:7:\"preview\";s:37:\"service-box-hero-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:11;a:6:{s:5:\"title\";s:16:\"Solid Color Hero\";s:4:\"name\";s:16:\"solid_color_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/solid_color_hero.jpg\";s:7:\"preview\";s:37:\"solid-color-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}}s:8:\"bg_addon\";a:1:{s:11:\"Backgrounds\";a:31:{i:0;a:6:{s:5:\"title\";s:33:\"Animated Mesh Gradient Background\";s:4:\"name\";s:26:\"stripe_gradient_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:119:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/stripe_gradient_background.jpg\";s:7:\"preview\";s:54:\"animated-mesh-gradient-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:24:\"Shape Divider Background\";s:4:\"name\";s:24:\"shape_divider_background\";s:6:\"isfree\";b:1;s:5:\"image\";s:117:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/shape_divider_background.png\";s:7:\"preview\";s:45:\"shape-divider-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:32:\"Animated Wave Divider Background\";s:4:\"name\";s:14:\"wave_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/wave_animation.jpg\";s:7:\"preview\";s:53:\"animated-wave-divider-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:28:\"Animated Gradient Background\";s:4:\"name\";s:18:\"gradient_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:111:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/gradient_animation.jpg\";s:7:\"preview\";s:49:\"animated-gradient-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:17:\"Clouds Background\";s:4:\"name\";s:6:\"clouds\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/clouds.jpg\";s:7:\"preview\";s:38:\"clouds-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:23:\"Bubble Float Background\";s:4:\"name\";s:12:\"bubble_float\";s:6:\"isfree\";b:1;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/bubble_float.jpg\";s:7:\"preview\";s:44:\"bubble-float-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:27:\"Masks & Patterns Background\";s:4:\"name\";s:14:\"masks_patterns\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/masks_patterns.jpg\";s:7:\"preview\";s:48:\"mask-and-pattern-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:17:\"Random Background\";s:4:\"name\";s:24:\"random_background_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:117:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/random_background_widget.jpg\";s:7:\"preview\";s:38:\"random-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:19:\"Parallax Background\";s:4:\"name\";s:19:\"parallax_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/parallax_background.jpg\";s:7:\"preview\";s:40:\"parallax-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:24:\"Animated Blob Background\";s:4:\"name\";s:14:\"blob_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/blob_animation.png\";s:7:\"preview\";s:45:\"animated-blob-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:17:\"Background Slider\";s:4:\"name\";s:17:\"background_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:110:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/background_slider.gif\";s:7:\"preview\";s:38:\"background-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:22:\"Huge Shapes Background\";s:4:\"name\";s:30:\"huge_shap_background_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:123:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/huge_shap_background_animation.png\";s:7:\"preview\";s:43:\"huge-shapes-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:15:\"Snow Background\";s:4:\"name\";s:17:\"snow_particles_bg\";s:6:\"isfree\";b:1;s:5:\"image\";s:110:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/snow_particles_bg.jpg\";s:7:\"preview\";s:36:\"snow-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:20:\"Fireworks Background\";s:4:\"name\";s:22:\"ue_firework_background\";s:6:\"isfree\";b:1;s:5:\"image\";s:115:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/ue_firework_background.gif\";s:7:\"preview\";s:41:\"fireworks-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:27:\"Animated Stripes Background\";s:4:\"name\";s:14:\"moving_stripes\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/moving_stripes.gif\";s:7:\"preview\";s:48:\"animated-stripes-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:27:\"Animated Ripples Background\";s:4:\"name\";s:16:\"animated_ripples\";s:6:\"isfree\";b:0;s:5:\"image\";s:109:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/animated_ripples.jpg\";s:7:\"preview\";s:48:\"animated-ripples-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:23:\"Retro Blocks Background\";s:4:\"name\";s:21:\"animated_retro_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:114:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/animated_retro_blocks.jpg\";s:7:\"preview\";s:44:\"retro-blocks-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:29:\"Alternating Colors Background\";s:4:\"name\";s:18:\"alternating_colors\";s:6:\"isfree\";b:1;s:5:\"image\";s:111:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/alternating_colors.jpg\";s:7:\"preview\";s:43:\"alternating-colors-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:16:\"Bokeh Background\";s:4:\"name\";s:5:\"bokeh\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/bokeh.jpg\";s:7:\"preview\";s:37:\"bokeh-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:26:\"Shooting Lights Background\";s:4:\"name\";s:15:\"shooting_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/shooting_lights.jpg\";s:7:\"preview\";s:40:\"shooting-lights-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:23:\"Smoke Background Effect\";s:4:\"name\";s:25:\"ue_webgl_fluid_simulation\";s:6:\"isfree\";b:0;s:5:\"image\";s:118:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/ue_webgl_fluid_simulation.jpg\";s:7:\"preview\";s:44:\"smoke-background-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:19:\"Confetti Background\";s:4:\"name\";s:16:\"blox_confetti_bg\";s:6:\"isfree\";b:0;s:5:\"image\";s:109:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/blox_confetti_bg.png\";s:7:\"preview\";s:40:\"confetti-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:20:\"Particles Background\";s:4:\"name\";s:20:\"particles_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:113:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/particles_background.jpg\";s:7:\"preview\";s:41:\"particles-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:28:\"Sliding Diagonals Background\";s:4:\"name\";s:35:\"sliding_diagonals_background_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:128:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/sliding_diagonals_background_effect.jpg\";s:7:\"preview\";s:49:\"sliding-diagonals-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:22:\"Snow Flakes Background\";s:4:\"name\";s:16:\"blox_css_snow_bg\";s:6:\"isfree\";b:1;s:5:\"image\";s:109:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/blox_css_snow_bg.jpg\";s:7:\"preview\";s:43:\"snow-flakes-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:37:\"Animated Floating Elements Background\";s:4:\"name\";s:31:\"css_animated_squares_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:124:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/css_animated_squares_background.jpg\";s:7:\"preview\";s:58:\"animated-floating-elements-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:26:\"Diamond Pattern Background\";s:4:\"name\";s:15:\"diamond_pattern\";s:6:\"isfree\";b:1;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/diamond_pattern.jpg\";s:7:\"preview\";s:47:\"diamond-pattern-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:16:\"Stars Background\";s:4:\"name\";s:14:\"star_particles\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/star_particles.jpg\";s:7:\"preview\";s:37:\"stars-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:20:\"Starfield Background\";s:4:\"name\";s:20:\"starfield_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:113:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/starfield_background.jpg\";s:7:\"preview\";s:41:\"starfield-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:23:\"Colorful Animated Waves\";s:4:\"name\";s:23:\"colorful_animated_waves\";s:6:\"isfree\";b:0;s:5:\"image\";s:116:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/colorful_animated_waves.png\";s:7:\"preview\";s:55:\"colorful-animated-waves-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:30;a:6:{s:5:\"title\";s:23:\"Morph Background Slider\";s:4:\"name\";s:26:\"uc_background_webgl_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:119:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/uc_background_webgl_slider.gif\";s:7:\"preview\";s:44:\"morph-background-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}}s:18:\"elementor_template\";a:4:{s:13:\"Template Kits\";a:111:{s:9:\"rest-home\";a:6:{s:5:\"title\";s:18:\"Foodie - Resturant\";s:5:\"image\";s:138:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"electric-home\";a:6:{s:5:\"title\";s:21:\"Electro - Electrician\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:7:\"digital\";a:6:{s:5:\"title\";s:21:\"Digi - Digital Agency\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"rest-home-2-2\";a:5:{s:5:\"title\";s:13:\"Foodie - Home\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:13:\"gather-home-1\";a:5:{s:5:\"title\";s:15:\"Gather - Home 1\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-2\";a:5:{s:5:\"title\";s:15:\"Gather - Home 2\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:18:\"minimal-conference\";a:5:{s:5:\"title\";s:15:\"Gather - Home 3\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-4\";a:5:{s:5:\"title\";s:15:\"Gather - Home 4\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-5\";a:5:{s:5:\"title\";s:15:\"Gather - Home 5\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-6\";a:5:{s:5:\"title\";s:15:\"Gather - Home 6\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:28:\"template_webinar_classic-zip\";a:5:{s:5:\"title\";s:13:\"Webi - Home 1\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-2\";a:5:{s:5:\"title\";s:13:\"Webi - Home 2\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:22:\"webinar-expert-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 3\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:21:\"webinar-fresh-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 4\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"webinar-event\";a:5:{s:5:\"title\";s:13:\"Webi - Home 5\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:26:\"webinar-shapes-landing-new\";a:5:{s:5:\"title\";s:13:\"Webi - Home 6\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-7\";a:5:{s:5:\"title\";s:13:\"Webi - Home 7\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_7.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-8\";a:5:{s:5:\"title\";s:13:\"Webi - Home 8\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_8.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-9\";a:5:{s:5:\"title\";s:13:\"Webi - Home 9\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_9.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:12:\"webi-home-10\";a:5:{s:5:\"title\";s:14:\"Webi - Home 10\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_10.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"rhythm-home-1\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 1\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-2\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 2\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-3\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 3\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-4\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 4\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-5\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 5\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-6\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 6\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:10:\"kiddy-home\";a:5:{s:5:\"title\";s:12:\"Kiddy - Home\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:4:\"yoga\";a:5:{s:5:\"title\";s:11:\"Yoga - Home\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:21:\"halloween-halloween-1\";a:5:{s:5:\"title\";s:11:\"Halloween 1\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:11:\"agency-home\";a:6:{s:5:\"title\";s:14:\"Metro - Agency\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:23:\"agency-home-agency-team\";a:5:{s:5:\"title\";s:12:\"Metro - Team\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:25:\"agency-home-agency-team-2\";a:5:{s:5:\"title\";s:13:\"Metro - About\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:27:\"agency-home-agency-team-2-2\";a:5:{s:5:\"title\";s:16:\"Metro - Projects\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_projects.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:5:\"about\";a:5:{s:5:\"title\";s:14:\"Foodie - About\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:15:\"agency-home-2-2\";a:5:{s:5:\"title\";s:12:\"Metro - Home\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:17:\"electric-home-2-2\";a:5:{s:5:\"title\";s:14:\"Electro - Home\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:9:\"digital-2\";a:5:{s:5:\"title\";s:11:\"Digi - Home\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_home.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:10:\"webi-about\";a:5:{s:5:\"title\";s:12:\"Webi - About\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-1\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 1\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:30:\"fit-personal-trainer-fit-home1\";a:5:{s:5:\"title\";s:12:\"Fit - Home 1\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:11:\"kiddy-about\";a:5:{s:5:\"title\";s:13:\"Kiddy - About\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:13:\"yoga-services\";a:5:{s:5:\"title\";s:15:\"Yoga - Services\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:8:\"yoga-faq\";a:5:{s:5:\"title\";s:10:\"Yoga - FAQ\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:12:\"yoga-pricing\";a:5:{s:5:\"title\";s:14:\"Yoga - Pricing\";s:5:\"image\";s:144:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_pricing.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:18:\"lawyer-lawyer-home\";a:5:{s:5:\"title\";s:13:\"Lawyer - Home\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-1\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:14:\"cristmas-home1\";a:5:{s:5:\"title\";s:16:\"Cristmas - Home1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_cristmas_home1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-2\";a:5:{s:5:\"title\";s:11:\"Halloween 2\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-home\";a:5:{s:5:\"title\";s:17:\"Music Band - Home\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:11:\"rest-events\";a:5:{s:5:\"title\";s:15:\"Foodie - Events\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_events.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:28:\"electric-home-electric-about\";a:5:{s:5:\"title\";s:15:\"Electro - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:21:\"digital-digital-about\";a:5:{s:5:\"title\";s:15:\"Digital - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digital_about.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:17:\"webi-testimonials\";a:5:{s:5:\"title\";s:19:\"Webi - Testimonials\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_testimonials.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-2\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 2\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:16:\"kid-kids-about-2\";a:5:{s:5:\"title\";s:15:\"Kiddy - About 2\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_about_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:19:\"lawyer-lawyer-about\";a:5:{s:5:\"title\";s:14:\"Lawyer - About\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-2\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 2\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-2\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 2\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-4\";a:5:{s:5:\"title\";s:11:\"Halloween 3\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:16:\"music-band-about\";a:5:{s:5:\"title\";s:18:\"Music Band - About\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:9:\"rest-menu\";a:5:{s:5:\"title\";s:13:\"Foodie - Menu\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_menu.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:31:\"electric-home-electric-services\";a:5:{s:5:\"title\";s:18:\"Electro - Services\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:29:\"digital-home-digital-services\";a:5:{s:5:\"title\";s:15:\"Digi - Services\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:8:\"webi-faq\";a:5:{s:5:\"title\";s:10:\"Webi - FAQ\";s:5:\"image\";s:143:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-3\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 3\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"kiddy-services\";a:5:{s:5:\"title\";s:16:\"Kiddy - Services\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:14:\"kiddy-teachers\";a:5:{s:5:\"title\";s:16:\"Kiddy - Teachers\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_teachers.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:18:\"lawyer-lawyer-work\";a:5:{s:5:\"title\";s:13:\"Lawyer - Work\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_work.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-3\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 3\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_3.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-3\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 3\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-3\";a:5:{s:5:\"title\";s:11:\"Halloween 4\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-news\";a:5:{s:5:\"title\";s:17:\"Music Band - News\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_news.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:31:\"digital-home-digital-services-2\";a:5:{s:5:\"title\";s:15:\"Digi - Projects\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_projects.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:34:\"weddly-wedding-event-weddly-home-4\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 4\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-news\";a:5:{s:5:\"title\";s:14:\"Lawyer - Study\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_study.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-4\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 4\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_4.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-4\";a:5:{s:5:\"title\";s:19:\"Christmas  - Home 4\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-5\";a:5:{s:5:\"title\";s:11:\"Halloween 5\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:18:\"music-band-gallery\";a:5:{s:5:\"title\";s:19:\"Music Band- Gallery\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:21:\"digi-home-beauty-home\";a:5:{s:5:\"title\";s:14:\"Essence - Home\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-5\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 5\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-team\";a:5:{s:5:\"title\";s:13:\"Lawyer - Team\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-5\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 5\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_5.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-5\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 5\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:6:\"beauty\";a:6:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"beauty-beauty-about\";a:5:{s:5:\"title\";s:15:\"Essence - About\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-6\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 6\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:19:\"black-friday-home-6\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 6\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_6.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-6\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 6\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:22:\"beauty-beauty-services\";a:5:{s:5:\"title\";s:18:\"Essence - Services\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:12:\"weddly-about\";a:5:{s:5:\"title\";s:14:\"Weddly - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"weddly-gallery\";a:5:{s:5:\"title\";s:16:\"Weddly - Gallery\";s:5:\"image\";s:157:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:12:\"weddly-event\";a:5:{s:5:\"title\";s:14:\"Weddly - Event\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:26:\"beauty-testimonials-beauty\";a:5:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:17:\"gather-conference\";a:6:{s:5:\"title\";s:25:\"Gather - Conference Event\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:12:\"webi-webinar\";a:6:{s:5:\"title\";s:14:\"Webi - Webinar\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:18:\"rhythm-music-event\";a:6:{s:5:\"title\";s:20:\"Rhythm - Music Event\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"weddly-wedding-event\";a:6:{s:5:\"title\";s:22:\"Weddly - Wedding Event\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"fit-personal-trainer\";a:6:{s:5:\"title\";s:22:\"Fit - Personal Trainer\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"fit-home-2\";a:5:{s:5:\"title\";s:12:\"Fit - Home 2\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-3\";a:5:{s:5:\"title\";s:12:\"Fit - Home 3\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-4\";a:5:{s:5:\"title\";s:12:\"Fit - Home 4\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:6:\"home-5\";a:5:{s:5:\"title\";s:12:\"Fit - Home 5\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:25:\"kiddy-school-kindergarten\";a:6:{s:5:\"title\";s:29:\"Kiddy - School & Kindergarten\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"yoga-about\";a:5:{s:5:\"title\";s:12:\"Yoga - About\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:9:\"body-yoga\";a:6:{s:5:\"title\";s:11:\"Body - Yoga\";s:5:\"image\";s:131:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:14:\"justice-lawyer\";a:6:{s:5:\"title\";s:16:\"Justice - Lawyer\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:15:\"scary-halloween\";a:6:{s:5:\"title\";s:17:\"Scary - Halloween\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"mayhem-black-friday\";a:6:{s:5:\"title\";s:21:\"Mayhem - Black Friday\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:24:\"spirit-christmas-holiday\";a:6:{s:5:\"title\";s:26:\"Spirit - Christmas Holiday\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:17:\"groove-music-band\";a:6:{s:5:\"title\";s:19:\"Groove - Music Band\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}}s:22:\"Digital Business Cards\";a:7:{s:32:\"freelancer-digital-business-card\";a:5:{s:5:\"title\";s:32:\"Freelancer Digital Business Card\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_freelancer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"doctor-card\";a:5:{s:5:\"title\";s:28:\"Doctor Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_doctor_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"lawyer-card\";a:5:{s:5:\"title\";s:28:\"Lawyer Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_lawyer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"personal-trainer-card\";a:5:{s:5:\"title\";s:38:\"Personal Trainer Digital Business Card\";s:5:\"image\";s:169:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_personal_trainer_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:9:\"professor\";a:5:{s:5:\"title\";s:31:\"Professor Digital Business Card\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_professor_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:34:\"photographer-digital-business-card\";a:5:{s:5:\"title\";s:34:\"Photographer Digital Business Card\";s:5:\"image\";s:165:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_photographer_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:28:\"beauty-digital-business-card\";a:5:{s:5:\"title\";s:28:\"Beauty Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_beauty_digital_business_card.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}s:9:\"CV Resume\";a:13:{s:22:\"professional-cv-resume\";a:5:{s:5:\"title\";s:22:\"Professional CV Resume\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_professional_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"simple-cv-resume\";a:5:{s:5:\"title\";s:16:\"Simple CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_simple_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"fresh-cv-resume\";a:5:{s:5:\"title\";s:15:\"Fresh CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_fresh_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"material-cv-resume\";a:5:{s:5:\"title\";s:18:\"Material CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_material_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"portfolio-cv-resume\";a:5:{s:5:\"title\";s:19:\"Portfolio CV Resume\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_portfolio_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"photography-cv-resume\";a:5:{s:5:\"title\";s:21:\"Photography CV Resume\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_photography_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"light-cv-resume\";a:5:{s:5:\"title\";s:15:\"Light CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_light_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"colorful-cv-resume\";a:5:{s:5:\"title\";s:18:\"Colorful CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_colorful_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"artist-cv-resume\";a:5:{s:5:\"title\";s:16:\"Artist CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_artist_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:14:\"dark-cv-resume\";a:5:{s:5:\"title\";s:14:\"Dark CV Resume\";s:5:\"image\";s:132:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_dark_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"cchill-cv-resume\";a:5:{s:5:\"title\";s:15:\"Chill CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_chill_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"clean-cv-resume\";a:5:{s:5:\"title\";s:15:\"Clean CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_clean_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"modern-cv-resume\";a:5:{s:5:\"title\";s:16:\"Modern CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_modern_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}s:20:\"Interactive Sections\";a:3:{s:18:\"team-member-slider\";a:5:{s:5:\"title\";s:18:\"Team Member Slider\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Interactive Sections/template_team_member_slider.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"pricing-plans-1mi0z\";a:5:{s:5:\"title\";s:13:\"Pricing Plans\";s:5:\"image\";s:61:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:29:\"advanced-team-member-carousel\";a:5:{s:5:\"title\";s:29:\"Advanced Team Member Carousel\";s:5:\"image\";s:61:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}}s:4:\"blog\";a:3:{i:0;a:3:{s:5:\"title\";s:43:\"How to Create a Loop Carousel in Elementor?\";s:5:\"image\";s:110:\"https://unlimited-elements.com/wp-content/uploads/2025/12/Loop-Carousel-in-Elementor-Featured-Blog-150x150.jpg\";s:4:\"link\";s:67:\"https://unlimited-elements.com/create-a-loop-carousel-in-elementor/\";}i:1;a:3:{s:5:\"title\";s:42:\"How to Create a Search Filter in Elementor\";s:5:\"image\";s:110:\"https://unlimited-elements.com/wp-content/uploads/2025/12/Search-Filter-in-Elementor-Featured-Blog-150x150.jpg\";s:4:\"link\";s:67:\"https://unlimited-elements.com/create-a-search-filter-in-elementor/\";}i:2;a:3:{s:5:\"title\";s:53:\"How To Get Your Elementor Website Ready For Christmas\";s:5:\"image\";s:88:\"https://unlimited-elements.com/wp-content/uploads/2023/11/christmas-blog-new-150x150.jpg\";s:4:\"link\";s:85:\"https://unlimited-elements.com/how-to-get-your-elementor-website-ready-for-christmas/\";}}}s:19:\"catalog_addon_names\";a:1:{s:0:\"\";a:4:{s:5:\"title\";s:53:\"How To Get Your Elementor Website Ready For Christmas\";s:5:\"image\";s:88:\"https://unlimited-elements.com/wp-content/uploads/2023/11/christmas-blog-new-150x150.jpg\";s:4:\"link\";s:85:\"https://unlimited-elements.com/how-to-get-your-elementor-website-ready-for-christmas/\";s:3:\"cat\";s:4:\"blog\";}}}', 'off');
INSERT INTO `wprd_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(319, 'untecreator_state', 'a:3:{s:20:\"fitler_active_addons\";s:3:\"all\";s:15:\"last_addons_cat\";s:1:\"1\";s:22:\"manager_filter_catalog\";s:5:\"mixed\";}', 'auto'),
(329, 'fs_active_plugins', 'O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:22:\"doubly/vendor/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"2.11.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1767144369;s:11:\"plugin_path\";s:17:\"doubly/doubly.php\";}}s:7:\"abspath\";s:45:\"/home2/remarkde/public_html/shieldaccounting/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:17:\"doubly/doubly.php\";s:8:\"sdk_path\";s:22:\"doubly/vendor/freemius\";s:7:\"version\";s:6:\"2.11.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1767144369;}}', 'auto'),
(330, 'fs_debug_mode', '', 'auto'),
(331, 'fs_accounts', 'a:8:{s:21:\"id_slug_type_path_map\";a:1:{i:9579;a:3:{s:4:\"slug\";s:6:\"doubly\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:17:\"doubly/doubly.php\";}}s:11:\"plugin_data\";a:1:{s:6:\"doubly\";a:16:{s:19:\"last_load_timestamp\";i:1767523478;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"doubly/doubly.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1767139071;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:6:\"2.11.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:6:\"1.0.47\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:17:\"remark3demos3.com\";s:9:\"server_ip\";s:13:\"162.55.135.34\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1767139071;s:7:\"version\";s:6:\"1.0.47\";}s:15:\"prev_is_premium\";b:0;}}s:13:\"file_slug_map\";a:1:{s:17:\"doubly/doubly.php\";s:6:\"doubly\";}s:7:\"plugins\";a:1:{s:6:\"doubly\";O:9:\"FS_Plugin\":24:{s:2:\"id\";s:4:\"9579\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;s:10:\"public_key\";s:32:\"pk_b682eb54fedb56bad60782fc78e2e\";s:10:\"secret_key\";N;s:16:\"parent_plugin_id\";N;s:5:\"title\";s:6:\"Doubly\";s:4:\"slug\";s:6:\"doubly\";s:12:\"premium_slug\";s:10:\"doubly-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:17:\"doubly/doubly.php\";s:7:\"version\";s:6:\"1.0.47\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:5:\"(Pro)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;}}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}s:9:\"unique_id\";s:32:\"7e90c7957ea111cbc9cc3a87c5c303c6\";s:13:\"admin_notices\";a:1:{s:6:\"doubly\";a:0:{}}}', 'auto'),
(332, 'fs_api_cache', 'a:0:{}', 'off'),
(374, 'duplicate_page_options', 'a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}', 'auto'),
(412, '_site_transient_timeout_browser_3c9fc7ddec9b58823c1c96756dbd45d8', '1767783959', 'off'),
(413, '_site_transient_browser_3c9fc7ddec9b58823c1c96756dbd45d8', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"142.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');
INSERT INTO `wprd_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(418, 'elementor_pro_remote_info_api_data_3.29.1', 'a:2:{s:7:\"timeout\";i:1767222703;s:5:\"value\";s:250690:\"{\"stable_version\":\"3.34.0\",\"last_updated\":\"2025-12-22 12:50:17\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:234725:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.34.0 - 2025-12-22<\\/h4>\\n<ul>\\n<li>New: Added support for Display Conditions for Atomic Elements - Editor V4<\\/li>\\n<li>Tweak: Enabled media queries for the Desktop breakpoint only in Custom CSS - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Added support for Google Calendar in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Tel link in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF Image field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Removed icon from the accessibility tree in Flip Box widget<\\/li>\\n<li>Tweak: Applied CSS logical properties in text-align controls and improved RTL rendering in the Editor<\\/li>\\n<li>Fix: Website Template library displayed in English instead of the translated language<\\/li>\\n<li>Fix: Custom CSS field breaks when using certain characters - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.33.2 - 2025-12-03<\\/h4>\\n<ul>\\n<li>Fix: Incorrect status shown for Custom Code, Fonts, and Icons after importing a Website Template<\\/li>\\n<li>Fix: Display Conditions window appears empty in the editor<\\/li>\\n<\\/ul>\\n<h4>3.33.1 - 2025-11-11<\\/h4>\\n<ul>\\n<li>Fix: Styles not loading correctly in Custom Fonts and Custom Icons admin screens (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/33396\\\">#33396<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.33.0 - 2025-11-10<\\/h4>\\n<ul>\\n<li>New: Introducing Custom CSS for element-level styling with full isolation and responsive control - Editor V4<\\/li>\\n<li>New: Introducing media save to cloud in Website Templates, enabling users to store media assets directly in the cloud for easier access and management.<\\/li>\\n<li>Tweak: Added support for Post Excerpt dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Internal URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Post Terms dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Shortcode dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Popup dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Off-Canvas dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Lightbox dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Add To Cart dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Archive Title dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for the Email Contact URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for reduced-motion preferences in Flip Box widget<\\/li>\\n<li>Tweak: Updated minimum supported versions for Chrome, Firefox, and Safari<\\/li>\\n<li>Tweak: Updated Notes button location in the Editor Top Bar<\\/li>\\n<\\/ul>\\n<h4>3.32.3 - 2025-10-21<\\/h4>\\n<ul>\\n<li>Fix: Website Template fails to apply when Custom Code or Custom Icons are included<\\/li>\\n<\\/ul>\\n<h4>3.32.2 - 2025-09-29<\\/h4>\\n<ul>\\n<li>Fix: Exported taxonomies are not displayed correctly on the summary page in Website Templates export<\\/li>\\n<li>Fix: Certain taxonomies are not exported as expected in Website Templates export<\\/li>\\n<\\/ul>\\n<h4>3.32.1 - 2025-09-16<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder fails to load when containers are disabled<\\/li>\\n<li>Fix: Popup and single product templates not imported or exported as expected<\\/li>\\n<\\/ul>\\n<h4>3.32.0 - 2025-09-15<\\/h4>\\n<ul>\\n<li>New: Introducing Size Variables to store and reuse numeric values across spacing, typography, layout, and borders - Editor V4<\\/li>\\n<li>New: Introducing granular Transitions with property-level control for advanced micro-animations - Editor V4<\\/li>\\n<li>New: Added granular content selection for Website Templates import and export, including pages, menus, post types, and taxonomies<\\/li>\\n<li>Tweak: Enhanced accessibility of background images in Slides widget with proper aria attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23543\\\">#23543<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/31063\\\">#31063<\\/a>)<\\/li>\\n<li>Tweak: Added REST API support for the Custom Code feature<\\/li>\\n<li>Tweak: Moved Background control from Content tab to Style tab in Flip Box widget<\\/li>\\n<li>Tweak: Removed SVG icons from the accessibility tree in Share Buttons widget<\\/li>\\n<li>Tweak: Removed dropdown indicator icons from the accessibility tree in WordPress Menu widget<\\/li>\\n<li>Fix: PHP 8.4 deprecation notices when running with <code>WP_DEBUG<\\/code> enabled<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied to Animated Headline widget<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied in Motion Effects<\\/li>\\n<li>Fix: Added required PHP and WordPress versions to the plugin header<\\/li>\\n<\\/ul>\\n<h4>3.31.3 - 2025-09-08<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in WordPress Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.31.2 - 2025-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Improved release version functionality<\\/li>\\n<\\/ul>\\n<h4>3.31.1 - 2025-08-06<\\/h4>\\n<ul>\\n<li>Tweak: Updated <code>form-data<\\/code> package version<\\/li>\\n<\\/ul>\\n<h4>3.31.0 - 2025-08-05<\\/h4>\\n<ul>\\n<li>New: Introducing Attributes - add custom HTML attributes to elements for advanced control - Editor V4<\\/li>\\n<li>Tweak: Optimized Custom Code styles by removing redundant RTL file<\\/li>\\n<li>Tweak: Improved performance by loading ribbon styles only when used in Call to Action and Price Table widgets<\\/li>\\n<li>Tweak: Improved semantic markup structure for header and footer documents<\\/li>\\n<li>Tweak: Reorganized design controls in Animated Headline widget<\\/li>\\n<li>Tweak: Reorganized design controls in Blockquote widget<\\/li>\\n<li>Tweak: Reorganized design controls in Countdown widget<\\/li>\\n<li>Tweak: Replaced SASS mixins and functions with native CSS logical properties<\\/li>\\n<li>Fix: Empty headers are rendered in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28167\\\">#28167<\\/a>)<\\/li>\\n<li>Fix: <code>TypeError<\\/code> bug in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.30.1 - 2025-07-22<\\/h4>\\n<ul>\\n<li>Security Fix: Improved content sanitization in multiple widgets<\\/li>\\n<li>Fix: UI issue in Hotspot widget when Optimized Markup experiment is enabled<\\/li>\\n<li>Fix: Taxonomy filter not working in the Editor when Optimized Markup experiment is enabled<\\/li>\\n<\\/ul>\\n<h4>3.30.0 - 2025-07-01<\\/h4>\\n<ul>\\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place<\\/li>\\n<li>Tweak: Activated &quot;Optimized Markup&quot; feature on new sites<\\/li>\\n<li>Tweak: Activated &quot;Menu&quot; feature on new sites<\\/li>\\n<li>Tweak: Improved error handling for Theme Builder display conditions<\\/li>\\n<li>Tweak: Added styling controls to Post Excerpt widget<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> and <code>aria-label<\\/code> attributes Post Navigation widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Form widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Login widget<\\/li>\\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets<\\/li>\\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget<\\/li>\\n<li>Tweak: Moved image resolution control to content tab in Price List widget<\\/li>\\n<li>Tweak: Renamed and reorganized style sections in Price List widget<\\/li>\\n<li>Tweak: Added conditional logic to controls in Price Table widget<\\/li>\\n<li>Tweak: Grouped layout controls under list section in Price List widget<\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.6<\\/li>\\n<li>Fix: Inline font icons support doesn\'t work in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24367\\\">#24367<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18343\\\">#18343<\\/a>)<\\/li>\\n<li>Fix: Page Title condition doesn\'t work on child pages in Widget Display Conditions<\\/li>\\n<li>Fix: Editor users with &quot;Access to edit content only&quot; are able to delete elements<\\/li>\\n<li>Fix: Links are not crawlable in Video Playlist widget<\\/li>\\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget<\\/li>\\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget<\\/li>\\n<li>Fix: Plugin dependency not enforced in Elementor Pro<\\/li>\\n<li>Fix: Console shows deprecation warning in Global Widgets<\\/li>\\n<\\/ul>\\n<h4>3.29.2 - 2025-06-04<\\/h4>\\n<ul>\\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment<\\/li>\\n<\\/ul>\\n<h4>3.29.1 - 2025-05-28<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Price Table widget<\\/li>\\n<\\/ul>\\n<h4>3.29.0 - 2025-05-19<\\/h4>\\n<ul>\\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> attributes in Share Buttons widget<\\/li>\\n<li>Tweak: Improved accessibility by grouping content with <code>role=region<\\/code> in the Video Playlist widget<\\/li>\\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24239\\\">#24239<\\/a>)<\\/li>\\n<li>Fix: Common scripts loaded late when using the Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.28.4 - 2025-05-05<\\/h4>\\n<ul>\\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the \'Avoid Duplicates\' option in Loop Grid widget<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.28.3 - 2025-04-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen<\\/li>\\n<\\/ul>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an &quot;External URL&quot; source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn\'t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added &quot;Space Between Dots&quot; control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed &quot;Payments&quot; module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged &quot;Form Submissions&quot; feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged &quot;Display Conditions&quot; into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to &quot;Load More&quot; or &quot;Infinite Scroll&quot; in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection &quot;Include By&quot; Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code>&lt;time&gt;<\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.34.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9yZW1hcmszZGVtb3MzLmNvbS9zaGllbGRhY2NvdW50aW5nIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc2NzE3OTUwMywiZXhwIjoxNzY3MjY1OTAzfQ.E_OCeKgVB_01AXO4lIOzvvroDTcwD2MKneH17f2VXzs\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9yZW1hcmszZGVtb3MzLmNvbS9zaGllbGRhY2NvdW50aW5nIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc2NzE3OTUwMywiZXhwIjoxNzY3MjY1OTAzfQ.E_OCeKgVB_01AXO4lIOzvvroDTcwD2MKneH17f2VXzs\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9yZW1hcmszZGVtb3MzLmNvbS9zaGllbGRhY2NvdW50aW5nIiwiaWF0IjoxNzY3MTc5NTAzLCJleHAiOjE3NjcyNjU5MDN9.zBoDlskqHwGi_f2lS4QZQ0fRxehssdTMnW2HFo9_l1k\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9yZW1hcmszZGVtb3MzLmNvbS9zaGllbGRhY2NvdW50aW5nIiwiaWF0IjoxNzY3MTc5NTAzLCJleHAiOjE3NjcyNjU5MDN9.zBoDlskqHwGi_f2lS4QZQ0fRxehssdTMnW2HFo9_l1k\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}', 'off');
INSERT INTO `wprd_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(423, 'bvmgredirect', 'no', 'off'),
(424, 'bvActivateTime', '1767179553', 'off'),
(426, 'bvLastRecvTime', '1767179771', 'off'),
(427, 'bvAccountsList', 'a:1:{s:32:\"5e804903f92ba20a7577f210cddf085e\";a:7:{s:6:\"secret\";s:32:\"5b99e189dc9ee07785513d1e3c0e4e71\";s:11:\"account_gid\";s:8:\"hz6mmBoA\";s:14:\"lastbackuptime\";i:1767179727;s:11:\"migrateguru\";b:1;s:12:\"account_type\";s:11:\"migrateguru\";s:3:\"url\";s:42:\"https://remark3demos3.com/shieldaccounting\";s:5:\"email\";s:21:\"kikos******@gmail.com\";}}', 'off'),
(430, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1767523481;s:7:\"checked\";a:1:{s:15:\"hello-elementor\";s:5:\"3.4.5\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.4.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.4.5.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";}}s:12:\"translations\";a:0:{}}', 'off'),
(431, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.9.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.9-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.9-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.9\";s:7:\"version\";s:3:\"6.9\";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:12:\"last_checked\";i:1767523482;s:15:\"version_checked\";s:3:\"6.9\";s:12:\"translations\";a:0:{}}', 'off'),
(434, '_elementor_assets_data', 'a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:6:{s:14:\"eicon-menu-bar\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:279:\"M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z\";s:3:\"key\";s:14:\"eicon-menu-bar\";}s:7:\"version\";s:6:\"5.13.0\";}s:11:\"eicon-close\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:361:\"M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z\";s:3:\"key\";s:11:\"eicon-close\";}s:7:\"version\";s:6:\"5.13.0\";}s:14:\"fas-caret-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:119:\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\";s:3:\"key\";s:14:\"fas-caret-down\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"eicon-caret-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";d:571.4;s:6:\"height\";d:571.4;s:4:\"path\";s:118:\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\";s:3:\"key\";s:16:\"eicon-caret-down\";}s:7:\"version\";s:6:\"5.13.0\";}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'),
(450, '_transient_health-check-site-status-result', '{\"good\":20,\"recommended\":2,\"critical\":2}', 'on'),
(479, '_site_transient_timeout_wp_theme_files_patterns-5b1d0252c2a1eb4c64f7459c1a692b41', '1767525278', 'off'),
(480, '_site_transient_wp_theme_files_patterns-5b1d0252c2a1eb4c64f7459c1a692b41', 'a:2:{s:7:\"version\";s:5:\"3.4.5\";s:8:\"patterns\";a:0:{}}', 'off'),
(482, '_site_transient_timeout_theme_roots', '1767525281', 'off'),
(483, '_site_transient_theme_roots', 'a:1:{s:15:\"hello-elementor\";s:7:\"/themes\";}', 'off'),
(485, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1767523483;s:8:\"response\";a:1:{s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":17:{s:14:\"stable_version\";s:6:\"3.34.0\";s:12:\"last_updated\";s:19:\"2025-12-22 12:50:17\";s:11:\"new_version\";s:6:\"3.34.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.9\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:351:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9yZW1hcmszZGVtb3MzLmNvbS9zaGllbGRhY2NvdW50aW5nIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc2NzE3OTUwMywiZXhwIjoxNzY3MjY1OTAzfQ.E_OCeKgVB_01AXO4lIOzvvroDTcwD2MKneH17f2VXzs/package_download\";s:13:\"download_link\";s:351:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9yZW1hcmszZGVtb3MzLmNvbS9zaGllbGRhY2NvdW50aW5nIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc2NzE3OTUwMywiZXhwIjoxNzY3MjY1OTAzfQ.E_OCeKgVB_01AXO4lIOzvvroDTcwD2MKneH17f2VXzs/package_download\";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:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:12:{s:11:\"new_version\";s:5:\"3.7.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.9\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:327:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9yZW1hcmszZGVtb3MzLmNvbS9zaGllbGRhY2NvdW50aW5nIiwiaWF0IjoxNzY3MTc5NTAzLCJleHAiOjE3NjcyNjU5MDN9.zBoDlskqHwGi_f2lS4QZQ0fRxehssdTMnW2HFo9_l1k/previous_download\";s:13:\"download_link\";s:327:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9yZW1hcmszZGVtb3MzLmNvbS9zaGllbGRhY2NvdW50aW5nIiwiaWF0IjoxNzY3MTc5NTAzLCJleHAiOjE3NjcyNjU5MDN9.zBoDlskqHwGi_f2lS4QZQ0fRxehssdTMnW2HFo9_l1k/previous_download\";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:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"nl_NL\";i:2;s:5:\"en_GB\";i:3;s:5:\"en_NZ\";i:4;s:5:\"en_ZA\";i:5;s:5:\"en_AU\";i:6;s:5:\"en_CA\";i:7;s:5:\"sv_SE\";i:8;s:5:\"da_DK\";i:9;s:5:\"fr_FR\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}s:5:\"cloud\";b:0;s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:17:\"doubly/doubly.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"w.org/plugins/doubly\";s:4:\"slug\";s:6:\"doubly\";s:6:\"plugin\";s:17:\"doubly/doubly.php\";s:11:\"new_version\";s:6:\"1.0.47\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/doubly/\";s:7:\"package\";s:49:\"https://downloads.wordpress.org/plugin/doubly.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/doubly/assets/icon-256x256.png?rev=2739875\";s:2:\"1x\";s:59:\"https://ps.w.org/doubly/assets/icon-128x128.png?rev=2739875\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/doubly/assets/banner-1544x500.png?rev=2739875\";s:2:\"1x\";s:61:\"https://ps.w.org/doubly/assets/banner-772x250.png?rev=2739875\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.5.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{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.34.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.0.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.6\";}s:28:\"migrate-guru/migrateguru.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/migrate-guru\";s:4:\"slug\";s:12:\"migrate-guru\";s:6:\"plugin\";s:28:\"migrate-guru/migrateguru.php\";s:11:\"new_version\";s:4:\"6.28\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/migrate-guru/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/migrate-guru.6.28.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/migrate-guru/assets/icon-256x256.png?rev=3411815\";s:2:\"1x\";s:65:\"https://ps.w.org/migrate-guru/assets/icon-128x128.png?rev=3411815\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/migrate-guru/assets/banner-1544x500.png?rev=3411840\";s:2:\"1x\";s:67:\"https://ps.w.org/migrate-guru/assets/banner-772x250.png?rev=3411840\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}}s:7:\"checked\";a:7:{s:17:\"doubly/doubly.php\";s:6:\"1.0.47\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.5.6\";s:23:\"elementor/elementor.php\";s:6:\"3.34.0\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"3.34.0\";s:28:\"migrate-guru/migrateguru.php\";s:4:\"6.28\";s:23:\"revslider/revslider.php\";s:6:\"6.7.29\";s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";s:7:\"1.5.144\";}}', 'off');

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

--
-- Table structure for table `wprd_postmeta`
--

CREATE TABLE `wprd_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_postmeta`
--

INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 7, '_edit_lock', '1767123498:1'),
(4, 8, '_wp_attached_file', '2025/12/favicon.jpg'),
(5, 8, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2025/12/favicon.jpg\";s:8:\"filesize\";i:19062;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"favicon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10161;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"favicon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4647;}}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:{}}}'),
(6, 9, '_wp_attached_file', '2025/12/cropped-favicon.jpg'),
(7, 9, '_wp_attachment_context', 'site-icon'),
(8, 9, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2025/12/cropped-favicon.jpg\";s:8:\"filesize\";i:19396;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4640;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9083;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6019;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5653;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:25:\"cropped-favicon-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1616;}}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:{}}}'),
(9, 10, '_wp_attached_file', '2025/12/Shield-Logo.jpg'),
(10, 10, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:327;s:6:\"height\";i:131;s:4:\"file\";s:23:\"2025/12/Shield-Logo.jpg\";s:8:\"filesize\";i:12216;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Shield-Logo-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10348;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Shield-Logo-150x131.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7076;}}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:{}}}'),
(11, 11, '_wp_attached_file', '2025/12/cropped-Shield-Logo.jpg'),
(12, 11, '_wp_attachment_context', 'custom-logo'),
(13, 11, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:327;s:6:\"height\";i:131;s:4:\"file\";s:31:\"2025/12/cropped-Shield-Logo.jpg\";s:8:\"filesize\";i:12000;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"cropped-Shield-Logo-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10464;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"cropped-Shield-Logo-150x131.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7091;}}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:{}}}'),
(14, 7, '_wp_trash_meta_status', 'publish'),
(15, 7, '_wp_trash_meta_time', '1767123543'),
(16, 12, '_elementor_edit_mode', 'builder'),
(17, 12, '_elementor_template_type', 'kit'),
(18, 13, '_elementor_edit_mode', 'builder'),
(19, 13, '_elementor_template_type', 'wp-post'),
(20, 14, '_elementor_edit_mode', 'builder'),
(21, 14, '_elementor_template_type', 'post'),
(22, 13, '_elementor_version', '3.34.0'),
(23, 13, '_edit_lock', '1767123792:1'),
(29, 17, '_edit_lock', '1767236751:1'),
(30, 17, '_elementor_edit_mode', 'builder'),
(31, 17, '_elementor_template_type', 'wp-page'),
(32, 17, '_elementor_version', '3.34.0'),
(33, 17, '_elementor_pro_version', '3.29.1'),
(37, 20, '_wp_attached_file', '2025/12/Shield1.jpg'),
(38, 20, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:810;s:4:\"file\";s:19:\"2025/12/Shield1.jpg\";s:8:\"filesize\";i:101160;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Shield1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11458;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"Shield1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62949;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Shield1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6260;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"Shield1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41606;}}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:{}}}'),
(39, 21, '_wp_attached_file', '2025/12/Shield2.jpg'),
(40, 21, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:810;s:4:\"file\";s:19:\"2025/12/Shield2.jpg\";s:8:\"filesize\";i:145117;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Shield2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15358;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"Shield2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90561;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Shield2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9531;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"Shield2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60870;}}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:{}}}'),
(41, 22, '_wp_attached_file', '2025/12/Shield3.jpg'),
(42, 22, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:810;s:4:\"file\";s:19:\"2025/12/Shield3.jpg\";s:8:\"filesize\";i:121472;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Shield3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14601;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"Shield3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77945;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Shield3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7518;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"Shield3-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51967;}}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:{}}}'),
(51, 24, '_elementor_edit_mode', 'builder'),
(52, 24, '_elementor_template_type', 'wp-page'),
(53, 24, '_elementor_version', '3.34.0'),
(54, 24, '_elementor_pro_version', '3.29.1'),
(55, 25, '_elementor_edit_mode', 'builder'),
(56, 25, '_elementor_template_type', 'wp-page'),
(57, 25, '_elementor_version', '3.34.0'),
(58, 25, '_elementor_pro_version', '3.29.1'),
(59, 17, '_wp_page_template', 'default'),
(60, 17, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#202870\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2.jpg\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"hexagon\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a39ee67\",\"elType\":\"container\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-yf653\",\"_id\":\"40b0dcf\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-u3fzt\",\"_id\":\"c511e8c\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-jtu1i\",\"_id\":\"2f8dfb5\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-hjmuu\",\"_id\":\"4350435\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-f3qep\",\"_id\":\"5fcdf06\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-l16vx\",\"_id\":\"f0bc83d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-whmvj\",\"_id\":\"81ffba5\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-tg9zj\",\"_id\":\"ab4d97b\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-lzpac\",\"_id\":\"2ecca40\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hcybv\",\"_id\":\"92cc322\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-97oi7\",\"_id\":\"2c06d12\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hh34k\",\"_id\":\"b86e240\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#39AAFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_overlay_color\":\"#4600AB\",\"background_overlay_color_b\":\"#9529F2\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"parallax_background_uc_items\":[],\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c5aff12\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-p169u\",\"_id\":\"7ad662d\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-g0i38\",\"_id\":\"f43da81\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"item_repeater_class\":\"elementor-repeater-item-ihe7g\",\"_id\":\"181b8b2\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"item_repeater_class\":\"elementor-repeater-item-4bm3i\",\"_id\":\"a565109\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0yxyk\",\"_id\":\"80a16e7\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ng7ui\",\"_id\":\"c331a5c\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-83oaw\",\"_id\":\"bf9eeff\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-wq8si\",\"_id\":\"38a5f68\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-pd6kv\",\"_id\":\"567b9ba\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-gzrzf\",\"_id\":\"3a553ea\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-fkg6c\",\"_id\":\"9af515e\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-bnyld\",\"_id\":\"202e370\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"c279db1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87db908\",\"elType\":\"widget\",\"settings\":{\"transition_duration\":1200,\"card_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"card_height_mobile\":{\"unit\":\"px\",\"size\":473,\"sizes\":[]},\"icon_gap_bottom_inactive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Raleway\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"subtitle_typography_font_weight\":\"500\",\"subtitle_color\":\"#FFFFFF\",\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0bhrz\",\"_id\":\"5dd2a2a\",\"subtitle_textarea\":\"Accurate maintenance of books, ledgers, and financial records.\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"graphic_element_text\":\"01\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Financial Reporting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-05bf5\",\"_id\":\"2c81382\",\"background_color\":\"\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Preparation of financial statements aligned with international and local standards.\",\"graphic_element_text\":\"01\"},{\"title\":\"Tax Planning & Filing\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"_id\":\"279cb8a\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"graphic_element_text\":\"01\"},{\"title\":\"Audit & Assurance\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Internal audit support and assurance services to enhance reliability.\",\"graphic_element_text\":\"01\",\"_id\":\"af5a69b\"},{\"title\":\"Business Advisory\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Strategic consulting to improve performance and financial decisions.\",\"graphic_element_text\":\"01\",\"_id\":\"01388f8\"},{\"title\":\"Payroll & HR Accounting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"graphic_element_text\":\"01\",\"_id\":\"d54148e\"}],\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_hover_color\":\"#FF0000\",\"shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.26)\"},\"inactive_card_width\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.45)\"},\"border_radius_hoer\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"shadow_hover_box_shadow_type\":\"yes\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"icon_shadow_box_shadow_type\":\"yes\",\"icon_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":6,\"color\":\"rgba(255, 255, 255, 0.28)\"},\"button_text\":\"Learn More\",\"active_item\":2,\"content_width_active\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width_active_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"content_width_active_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"subtitle_gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"\",\"overlay_opacity_active\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"entrence_animation_duration\":{\"unit\":\"\",\"size\":0.5,\"sizes\":[]},\"entrence_animation_blur\":\"strong\",\"remote_parent_enable\":\"\",\"remote_parent_name\":\"second\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#54595F\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#FFFFFF\",\"btn_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.5)\"},\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.32)\"},\"show_vertical_title\":\"true\",\"overlay_opacity_inactive\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"card_height_tablet\":{\"unit\":\"px\",\"size\":296,\"sizes\":[]},\"content_layout\":\"row\",\"content_align_inactive\":\"center\",\"content_align\":\"flex-start\",\"element_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"vertical_title_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sub_content_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"justify_content_inactive\":\"flex-start\",\"subcontent_layout_mobile\":\"column\",\"text_align\":\"left\",\"justify_content\":\"space-between\",\"subcontent_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"vertical_align_active\":\"flex-end\",\"vertical_align_active_tablet\":\"flex-end\",\"text_align_tablet\":\"center\",\"text_align_mobile\":\"center\",\"align_content_tablet\":\"center\",\"align_content_inactive_tablet\":\"center\",\"responsive_breakpoint\":150,\"vertical_align_active_mobile\":\"center\",\"content_layout_mobile\":\"column\",\"align_content_inactive_mobile\":\"flex-end\",\"graaphic_el_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_family\":\"Libre Baskerville\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_typography_typography\":\"custom\",\"button_text_typography_font_family\":\"Inter\",\"button_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_text_typography_font_weight\":\"400\",\"button_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"overlay_color_background\":\"gradient\",\"overlay_color_color\":\"#00000000\",\"overlay_color_color_b\":\"#000000\",\"overlay_color_inactive_background\":\"classic\",\"overlay_color_inactive_color\":\"#000000\",\"multisource_api_currency_exchange:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"269d012\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"eccf28f\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"00c3250\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"06a6d5d\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"ca84bd9\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"eacca24\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"9cd10b7\"}],\"multisource_instagram_num_items\":12,\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_expanding_content_cards\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(61, 26, '_elementor_edit_mode', 'builder'),
(62, 26, '_elementor_template_type', 'wp-page'),
(63, 26, '_elementor_version', '3.34.0'),
(64, 26, '_elementor_pro_version', '3.29.1'),
(65, 26, '_wp_page_template', 'default'),
(66, 26, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false}]'),
(70, 27, '_menu_item_type', 'post_type'),
(71, 27, '_menu_item_menu_item_parent', '0'),
(72, 27, '_menu_item_object_id', '17'),
(73, 27, '_menu_item_object', 'page'),
(74, 27, '_menu_item_target', ''),
(75, 27, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(76, 27, '_menu_item_xfn', ''),
(77, 27, '_menu_item_url', ''),
(79, 28, '_menu_item_type', 'custom'),
(80, 28, '_menu_item_menu_item_parent', '0'),
(81, 28, '_menu_item_object_id', '28'),
(82, 28, '_menu_item_object', 'custom'),
(83, 28, '_menu_item_target', ''),
(84, 28, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(85, 28, '_menu_item_xfn', ''),
(86, 28, '_menu_item_url', '#'),
(88, 29, '_menu_item_type', 'custom'),
(89, 29, '_menu_item_menu_item_parent', '0'),
(90, 29, '_menu_item_object_id', '29'),
(91, 29, '_menu_item_object', 'custom'),
(92, 29, '_menu_item_target', ''),
(93, 29, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(94, 29, '_menu_item_xfn', ''),
(95, 29, '_menu_item_url', '#'),
(97, 30, '_menu_item_type', 'custom'),
(98, 30, '_menu_item_menu_item_parent', '0'),
(99, 30, '_menu_item_object_id', '30'),
(100, 30, '_menu_item_object', 'custom'),
(101, 30, '_menu_item_target', ''),
(102, 30, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(103, 30, '_menu_item_xfn', ''),
(104, 30, '_menu_item_url', '#'),
(106, 31, '_menu_item_type', 'custom'),
(107, 31, '_menu_item_menu_item_parent', '0'),
(108, 31, '_menu_item_object_id', '31'),
(109, 31, '_menu_item_object', 'custom'),
(110, 31, '_menu_item_target', ''),
(111, 31, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(112, 31, '_menu_item_xfn', ''),
(113, 31, '_menu_item_url', '#'),
(115, 12, '_edit_lock', '1767129622:1'),
(125, 33, '_elementor_edit_mode', 'builder'),
(126, 33, '_elementor_template_type', 'header'),
(127, 34, '_elementor_edit_mode', 'builder'),
(128, 34, '_elementor_template_type', 'header'),
(129, 33, '_elementor_version', '3.34.0'),
(130, 33, '_elementor_pro_version', '3.29.1'),
(131, 33, '_edit_lock', '1767130658:1'),
(136, 33, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(137, 33, '_elementor_data', '[{\"id\":\"8097b1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":\"41f6921\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15},\"flex_justify_content\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0574db9\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"2b03f20\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_justify_content\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50ecc70\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"shield-menu\",\"align_items\":\"center\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#1C2C79\",\"color_menu_item_hover\":\"#2A2A2A\",\"pointer_color_menu_item_hover\":\"#1C2C79\",\"color_menu_item_active\":\"#000000\",\"pointer_color_menu_item_active\":\"#1C2C79\",\"nav_menu_divider\":\"yes\",\"nav_menu_divider_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"nav_menu_divider_color\":\"#1C2C79\",\"pointer_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pointer\":\"framed\",\"animation_framed\":\"shrink\",\"nav_menu_divider_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0dcce0c\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"495220a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get A Quote \",\"button_text_color\":\"#1C2C79\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1C2C79\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1C2C79\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(138, 35, '_elementor_edit_mode', 'builder'),
(139, 35, '_elementor_template_type', 'header'),
(140, 35, '_elementor_version', '3.34.0'),
(141, 35, '_elementor_pro_version', '3.29.1'),
(142, 35, '_wp_page_template', 'default'),
(143, 35, '_elementor_data', '[{\"id\":\"8097b1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"41f6921\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15},\"flex_justify_content\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0574db9\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"2b03f20\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_justify_content\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"50ecc70\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"shield-menu\",\"align_items\":\"justify\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#1C2C79\",\"color_menu_item_hover\":\"#2A2A2A\",\"pointer_color_menu_item_hover\":\"#1C2C79\",\"color_menu_item_active\":\"#000000\",\"pointer_color_menu_item_active\":\"#1C2C79\",\"nav_menu_divider\":\"yes\",\"nav_menu_divider_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"nav_menu_divider_color\":\"#1C2C79\",\"pointer_width\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0dcce0c\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"495220a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get A Quote \",\"button_text_color\":\"#1C2C79\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1C2C79\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1C2C79\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(145, 36, '_elementor_edit_mode', 'builder'),
(146, 36, '_elementor_template_type', 'kit'),
(148, 12, '_wp_page_template', 'default'),
(149, 12, '_elementor_page_settings', 'a:14:{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:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}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:17:\"Shield Accounting\";s:16:\"site_description\";s:45:\"Accounting, Auditing &amp; Financial Services\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:25:\"hello_header_logo_display\";s:0:\"\";s:28:\"hello_header_tagline_display\";s:0:\"\";s:25:\"hello_header_menu_display\";s:0:\"\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(150, 12, '_elementor_data', '[]'),
(151, 37, '_elementor_edit_mode', 'builder'),
(152, 37, '_elementor_template_type', 'kit'),
(154, 37, '_wp_page_template', 'default'),
(155, 37, '_elementor_page_settings', 'a:14:{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:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}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:17:\"Shield Accounting\";s:16:\"site_description\";s:45:\"Accounting, Auditing &amp; Financial Services\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:25:\"hello_header_logo_display\";s:0:\"\";s:28:\"hello_header_tagline_display\";s:0:\"\";s:25:\"hello_header_menu_display\";s:0:\"\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(156, 37, '_elementor_data', '[]'),
(158, 12, '_elementor_version', '3.34.0'),
(159, 12, '_elementor_pro_version', '3.29.1'),
(168, 33, '_elementor_page_settings', 'a:1:{s:24:\"content_wrapper_html_tag\";s:6:\"header\";}'),
(169, 38, '_elementor_edit_mode', 'builder'),
(170, 38, '_elementor_template_type', 'wp-page'),
(171, 38, '_elementor_version', '3.34.0'),
(172, 38, '_elementor_pro_version', '3.29.1'),
(173, 38, '_wp_page_template', 'default'),
(174, 38, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false}]'),
(178, 39, '_elementor_edit_mode', 'builder'),
(179, 39, '_elementor_template_type', 'wp-page'),
(180, 39, '_elementor_version', '3.34.0'),
(181, 39, '_elementor_pro_version', '3.29.1'),
(182, 39, '_wp_page_template', 'default'),
(183, 39, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false}]'),
(187, 17, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(188, 40, '_elementor_edit_mode', 'builder'),
(189, 40, '_elementor_template_type', 'wp-page'),
(190, 40, '_elementor_version', '3.34.0'),
(191, 40, '_elementor_pro_version', '3.29.1'),
(192, 40, '_wp_page_template', 'default'),
(193, 40, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false}]'),
(197, 40, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(198, 33, '_edit_last', '1'),
(199, 33, 'rs_page_bg_color', ''),
(206, 33, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(209, 42, '_elementor_edit_mode', 'builder'),
(210, 42, '_elementor_template_type', 'header'),
(211, 42, '_elementor_version', '3.34.0'),
(212, 42, '_elementor_pro_version', '3.29.1'),
(213, 42, '_wp_page_template', 'default'),
(214, 42, '_elementor_data', '[{\"id\":\"8097b1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"41f6921\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15},\"flex_justify_content\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0574db9\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"2b03f20\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_justify_content\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"50ecc70\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"shield-menu\",\"align_items\":\"justify\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#1C2C79\",\"color_menu_item_hover\":\"#2A2A2A\",\"pointer_color_menu_item_hover\":\"#1C2C79\",\"color_menu_item_active\":\"#000000\",\"pointer_color_menu_item_active\":\"#1C2C79\",\"nav_menu_divider\":\"yes\",\"nav_menu_divider_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"nav_menu_divider_color\":\"#1C2C79\",\"pointer_width\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0dcce0c\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"495220a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get A Quote \",\"button_text_color\":\"#1C2C79\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1C2C79\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1C2C79\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(216, 42, '_elementor_page_settings', 'a:1:{s:24:\"content_wrapper_html_tag\";s:6:\"header\";}'),
(219, 42, '_elementor_screenshot', 'a:2:{s:2:\"id\";i:41;s:3:\"url\";s:145:\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_33_2025-12-30-21-28-16_43c1fa7b.png\";}'),
(220, 42, '_elementor_screenshot_failed', '2025-12-30 21:28:20'),
(221, 42, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(222, 43, '_elementor_edit_mode', 'builder'),
(223, 43, '_elementor_template_type', 'header'),
(224, 43, '_elementor_version', '3.34.0'),
(225, 43, '_elementor_pro_version', '3.29.1'),
(226, 43, '_wp_page_template', 'default'),
(227, 43, '_elementor_data', '[{\"id\":\"8097b1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"41f6921\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15},\"flex_justify_content\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0574db9\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"2b03f20\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_justify_content\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"50ecc70\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"shield-menu\",\"align_items\":\"justify\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#1C2C79\",\"color_menu_item_hover\":\"#2A2A2A\",\"pointer_color_menu_item_hover\":\"#1C2C79\",\"color_menu_item_active\":\"#000000\",\"pointer_color_menu_item_active\":\"#1C2C79\",\"nav_menu_divider\":\"yes\",\"nav_menu_divider_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"nav_menu_divider_color\":\"#1C2C79\",\"pointer_width\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0dcce0c\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"495220a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get A Quote \",\"button_text_color\":\"#1C2C79\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1C2C79\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1C2C79\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(229, 43, '_elementor_page_settings', 'a:1:{s:24:\"content_wrapper_html_tag\";s:6:\"header\";}'),
(232, 43, '_elementor_screenshot', 'a:2:{s:2:\"id\";i:41;s:3:\"url\";s:145:\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_33_2025-12-30-21-28-16_43c1fa7b.png\";}'),
(233, 43, '_elementor_screenshot_failed', '2025-12-30 21:28:20'),
(234, 43, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(237, 44, '_elementor_edit_mode', 'builder'),
(238, 44, '_elementor_template_type', 'header'),
(239, 44, '_elementor_version', '3.34.0'),
(240, 44, '_elementor_pro_version', '3.29.1'),
(241, 44, '_wp_page_template', 'default'),
(242, 44, '_elementor_data', '[{\"id\":\"8097b1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"41f6921\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15},\"flex_justify_content\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0574db9\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"2b03f20\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_justify_content\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"50ecc70\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"shield-menu\",\"align_items\":\"justify\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#1C2C79\",\"color_menu_item_hover\":\"#2A2A2A\",\"pointer_color_menu_item_hover\":\"#1C2C79\",\"color_menu_item_active\":\"#000000\",\"pointer_color_menu_item_active\":\"#1C2C79\",\"nav_menu_divider\":\"yes\",\"nav_menu_divider_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"nav_menu_divider_color\":\"#1C2C79\",\"pointer_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":-20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0dcce0c\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"495220a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get A Quote \",\"button_text_color\":\"#1C2C79\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1C2C79\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1C2C79\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(244, 44, '_elementor_page_settings', 'a:1:{s:24:\"content_wrapper_html_tag\";s:6:\"header\";}'),
(245, 44, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(251, 45, '_elementor_edit_mode', 'builder'),
(252, 45, '_elementor_template_type', 'header'),
(253, 45, '_elementor_version', '3.34.0'),
(254, 45, '_elementor_pro_version', '3.29.1'),
(255, 45, '_wp_page_template', 'default'),
(256, 45, '_elementor_data', '[{\"id\":\"8097b1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"41f6921\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15},\"flex_justify_content\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0574db9\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"2b03f20\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_justify_content\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"50ecc70\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"shield-menu\",\"align_items\":\"justify\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#1C2C79\",\"color_menu_item_hover\":\"#2A2A2A\",\"pointer_color_menu_item_hover\":\"#1C2C79\",\"color_menu_item_active\":\"#000000\",\"pointer_color_menu_item_active\":\"#1C2C79\",\"nav_menu_divider\":\"yes\",\"nav_menu_divider_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"nav_menu_divider_color\":\"#1C2C79\",\"pointer_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0dcce0c\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"495220a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get A Quote \",\"button_text_color\":\"#1C2C79\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1C2C79\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1C2C79\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(258, 45, '_elementor_page_settings', 'a:1:{s:24:\"content_wrapper_html_tag\";s:6:\"header\";}'),
(259, 45, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(264, 46, '_elementor_edit_mode', 'builder'),
(265, 46, '_elementor_template_type', 'header'),
(266, 46, '_elementor_version', '3.34.0'),
(267, 46, '_elementor_pro_version', '3.29.1'),
(268, 46, '_wp_page_template', 'default'),
(269, 46, '_elementor_data', '[{\"id\":\"8097b1c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"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\":\"41f6921\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15},\"flex_justify_content\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0574db9\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":true},{\"id\":\"2b03f20\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":65},\"flex_justify_content\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50ecc70\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"shield-menu\",\"align_items\":\"center\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#1C2C79\",\"color_menu_item_hover\":\"#2A2A2A\",\"pointer_color_menu_item_hover\":\"#1C2C79\",\"color_menu_item_active\":\"#000000\",\"pointer_color_menu_item_active\":\"#1C2C79\",\"nav_menu_divider\":\"yes\",\"nav_menu_divider_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"nav_menu_divider_color\":\"#1C2C79\",\"pointer_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pointer\":\"framed\",\"animation_framed\":\"shrink\",\"nav_menu_divider_weight\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"0dcce0c\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"495220a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get A Quote \",\"button_text_color\":\"#1C2C79\",\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#1C2C79\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1C2C79\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(271, 46, '_elementor_page_settings', 'a:1:{s:24:\"content_wrapper_html_tag\";s:6:\"header\";}'),
(272, 46, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(277, 33, '_elementor_screenshot_failed', '2025-12-30 22:57:35'),
(278, 47, '_elementor_edit_mode', 'builder'),
(279, 47, '_elementor_template_type', 'wp-page'),
(280, 47, '_elementor_version', '3.34.0'),
(281, 47, '_elementor_pro_version', '3.29.1'),
(282, 47, '_wp_page_template', 'default'),
(283, 47, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false}]'),
(285, 47, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(288, 48, '_elementor_edit_mode', 'builder'),
(289, 48, '_elementor_template_type', 'wp-page'),
(290, 48, '_elementor_version', '3.34.0'),
(291, 48, '_elementor_pro_version', '3.29.1'),
(292, 48, '_wp_page_template', 'default'),
(293, 48, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false}]'),
(295, 48, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(298, 49, '_elementor_edit_mode', 'builder'),
(299, 49, '_elementor_template_type', 'wp-page'),
(300, 49, '_elementor_version', '3.34.0'),
(301, 49, '_elementor_pro_version', '3.29.1'),
(302, 49, '_wp_page_template', 'default'),
(303, 49, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false}]'),
(305, 49, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(310, 50, '_elementor_edit_mode', 'builder'),
(311, 50, '_elementor_template_type', 'wp-page'),
(312, 50, '_elementor_version', '3.34.0'),
(313, 50, '_elementor_pro_version', '3.29.1'),
(314, 50, '_wp_page_template', 'default'),
(315, 50, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false}]'),
(317, 50, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(320, 51, '_elementor_edit_mode', 'builder'),
(321, 51, '_elementor_template_type', 'wp-page'),
(322, 51, '_elementor_version', '3.34.0'),
(323, 51, '_elementor_pro_version', '3.29.1'),
(324, 51, '_wp_page_template', 'default'),
(325, 51, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false}]'),
(327, 51, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(330, 52, '_elementor_edit_mode', 'builder'),
(331, 52, '_elementor_template_type', 'wp-page'),
(332, 52, '_elementor_version', '3.34.0'),
(333, 52, '_elementor_pro_version', '3.29.1'),
(334, 52, '_wp_page_template', 'default'),
(335, 52, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#1C2C79\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\",\"_mask_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(337, 52, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(342, 53, '_elementor_edit_mode', 'builder'),
(343, 53, '_elementor_template_type', 'wp-page'),
(344, 53, '_elementor_version', '3.34.0'),
(345, 53, '_elementor_pro_version', '3.29.1'),
(346, 53, '_wp_page_template', 'default'),
(347, 53, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#1C2C79\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\",\"_mask_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(349, 53, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(352, 54, '_elementor_edit_mode', 'builder'),
(353, 54, '_elementor_template_type', 'wp-page'),
(354, 54, '_elementor_version', '3.34.0'),
(355, 54, '_elementor_pro_version', '3.29.1'),
(356, 54, '_wp_page_template', 'default'),
(357, 54, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#1C2C79\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\",\"_mask_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(359, 54, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(362, 55, '_elementor_edit_mode', 'builder'),
(363, 55, '_elementor_template_type', 'wp-page'),
(364, 55, '_elementor_version', '3.34.0'),
(365, 55, '_elementor_pro_version', '3.29.1'),
(366, 55, '_wp_page_template', 'default'),
(367, 55, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#1C2C79\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\",\"_mask_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(369, 55, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(374, 56, '_elementor_edit_mode', 'builder'),
(375, 56, '_elementor_template_type', 'wp-page'),
(376, 56, '_elementor_version', '3.34.0'),
(377, 56, '_elementor_pro_version', '3.29.1'),
(378, 56, '_wp_page_template', 'default'),
(379, 56, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#1C2C79\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\",\"_mask_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(381, 56, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(384, 57, '_elementor_edit_mode', 'builder'),
(385, 57, '_elementor_template_type', 'wp-page'),
(386, 57, '_elementor_version', '3.34.0'),
(387, 57, '_elementor_pro_version', '3.29.1'),
(388, 57, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(389, 57, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#1C2C79\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\",\"_mask_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(391, 57, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(394, 58, '_elementor_edit_mode', 'builder'),
(395, 58, '_elementor_template_type', 'wp-page'),
(396, 58, '_elementor_version', '3.34.0'),
(397, 58, '_elementor_pro_version', '3.29.1'),
(398, 58, '_wp_page_template', 'default'),
(399, 58, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#1C2C79\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\",\"_mask_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(401, 58, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(406, 59, '_elementor_edit_mode', 'builder'),
(407, 59, '_elementor_template_type', 'wp-page'),
(408, 59, '_elementor_version', '3.34.0'),
(409, 59, '_elementor_pro_version', '3.29.1'),
(410, 59, '_wp_page_template', 'default'),
(411, 59, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#1C2C79\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\",\"_mask_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(413, 59, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(416, 60, '_elementor_edit_mode', 'builder'),
(417, 60, '_elementor_template_type', 'wp-page'),
(418, 60, '_elementor_version', '3.34.0'),
(419, 60, '_elementor_pro_version', '3.29.1'),
(420, 60, '_wp_page_template', 'default'),
(421, 60, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#1C2C79\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\",\"_mask_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(423, 60, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(426, 61, '_elementor_edit_mode', 'builder'),
(427, 61, '_elementor_template_type', 'wp-page'),
(428, 61, '_elementor_version', '3.34.0'),
(429, 61, '_elementor_pro_version', '3.29.1'),
(430, 61, '_wp_page_template', 'default'),
(431, 61, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#202870\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\",\"_mask_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(433, 61, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(438, 62, '_elementor_edit_mode', 'builder'),
(439, 62, '_elementor_template_type', 'wp-page'),
(440, 62, '_elementor_version', '3.34.0'),
(441, 62, '_elementor_pro_version', '3.29.1'),
(442, 62, '_wp_page_template', 'default'),
(443, 62, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#202870\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\",\"_mask_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(445, 62, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(448, 63, '_elementor_edit_mode', 'builder'),
(449, 63, '_elementor_template_type', 'wp-page'),
(450, 63, '_elementor_version', '3.34.0'),
(451, 63, '_elementor_pro_version', '3.29.1'),
(452, 63, '_wp_page_template', 'default'),
(453, 63, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#202870\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\",\"_mask_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(455, 63, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(458, 64, '_elementor_edit_mode', 'builder'),
(459, 64, '_elementor_template_type', 'wp-page'),
(460, 64, '_elementor_version', '3.34.0'),
(461, 64, '_elementor_pro_version', '3.29.1'),
(462, 64, '_wp_page_template', 'default'),
(463, 64, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#202870\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(465, 64, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(470, 65, '_elementor_edit_mode', 'builder'),
(471, 65, '_elementor_template_type', 'wp-page'),
(472, 65, '_elementor_version', '3.34.0'),
(473, 65, '_elementor_pro_version', '3.29.1'),
(474, 65, '_wp_page_template', 'default'),
(475, 65, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#202870\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(477, 65, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(480, 66, '_elementor_edit_mode', 'builder'),
(481, 66, '_elementor_template_type', 'wp-page'),
(482, 66, '_elementor_version', '3.34.0'),
(483, 66, '_elementor_pro_version', '3.29.1'),
(484, 66, '_wp_page_template', 'default'),
(485, 66, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#202870\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(487, 66, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(490, 67, '_elementor_edit_mode', 'builder'),
(491, 67, '_elementor_template_type', 'wp-page'),
(492, 67, '_elementor_version', '3.34.0'),
(493, 67, '_elementor_pro_version', '3.29.1'),
(494, 67, '_wp_page_template', 'default'),
(495, 67, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#202870\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\"},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(497, 67, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(502, 68, '_elementor_edit_mode', 'builder'),
(503, 68, '_elementor_template_type', 'wp-page'),
(504, 68, '_elementor_version', '3.34.0'),
(505, 68, '_elementor_pro_version', '3.29.1'),
(506, 68, '_wp_page_template', 'default'),
(507, 68, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#202870\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\"},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(509, 68, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(512, 69, '_elementor_edit_mode', 'builder'),
(513, 69, '_elementor_template_type', 'wp-page'),
(514, 69, '_elementor_version', '3.34.0'),
(515, 69, '_elementor_pro_version', '3.29.1'),
(516, 69, '_wp_page_template', 'default'),
(517, 69, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b9ac3e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":67,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#202870\"},\"elements\":[{\"id\":\"4d5d31c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"cee2823\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1133907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fb2b7d3\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"2cc0d31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\"},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(519, 69, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(522, 70, '_elementor_edit_mode', 'builder'),
(523, 70, '_elementor_template_type', 'wp-page'),
(524, 70, '_elementor_version', '3.34.0'),
(525, 70, '_elementor_pro_version', '3.29.1'),
(526, 70, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(527, 70, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\"},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(529, 70, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(544, 72, '_wp_attached_file', '2025/12/Expanding-Content-Cards-with-Places.jpg'),
(545, 72, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:47:\"2025/12/Expanding-Content-Cards-with-Places.jpg\";s:8:\"filesize\";i:26635;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Expanding-Content-Cards-with-Places-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9541;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Expanding-Content-Cards-with-Places-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4195;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"Expanding-Content-Cards-with-Places-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40018;}}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:{}}}'),
(546, 72, '_wp_old_slug', 'expanding-content-cards-with-places'),
(547, 72, '_wp_attachment_image_alt', 'Expanding Content Cards with Places'),
(589, 76, '_wp_attached_file', '2025/12/massage-woman-s-foot.jpg'),
(590, 76, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2025/12/massage-woman-s-foot.jpg\";s:8:\"filesize\";i:62295;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"massage-woman-s-foot-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19195;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"massage-woman-s-foot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8536;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"massage-woman-s-foot-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83406;}}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:28:\"Photographer  - Valua Vitaly\";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:{}}}'),
(591, 76, '_wp_attachment_image_alt', ''),
(592, 77, '_wp_attached_file', '2025/12/beautiful-young-woman-spa-treatment-receives-massage-from-professional-female-masseuse-enjoys-process.jpg'),
(593, 77, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:720;s:6:\"height\";i:481;s:4:\"file\";s:113:\"2025/12/beautiful-young-woman-spa-treatment-receives-massage-from-professional-female-masseuse-enjoys-process.jpg\";s:8:\"filesize\";i:27406;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:113:\"beautiful-young-woman-spa-treatment-receives-massage-from-professional-female-masseuse-enjoys-process-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11020;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:113:\"beautiful-young-woman-spa-treatment-receives-massage-from-professional-female-masseuse-enjoys-process-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6120;}}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:{}}}'),
(594, 77, '_wp_attachment_image_alt', ''),
(595, 78, '_wp_attached_file', '2025/12/young-man-spa-treatment-recreation-rest-relaxation-massage-hygh-angle-view.jpg'),
(596, 78, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:536;s:4:\"file\";s:86:\"2025/12/young-man-spa-treatment-recreation-rest-relaxation-massage-hygh-angle-view.jpg\";s:8:\"filesize\";i:58257;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:86:\"young-man-spa-treatment-recreation-rest-relaxation-massage-hygh-angle-view-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:86:\"young-man-spa-treatment-recreation-rest-relaxation-massage-hygh-angle-view-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7268;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:86:\"young-man-spa-treatment-recreation-rest-relaxation-massage-hygh-angle-view-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76578;}}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:{}}}'),
(597, 78, '_wp_attachment_image_alt', ''),
(598, 79, '_wp_attached_file', '2025/12/woman-relaxing-spa.jpg'),
(599, 79, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:30:\"2025/12/woman-relaxing-spa.jpg\";s:8:\"filesize\";i:28061;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"woman-relaxing-spa-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10767;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"woman-relaxing-spa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5858;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"woman-relaxing-spa-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41653;}}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:{}}}'),
(600, 79, '_wp_attachment_image_alt', ''),
(601, 80, '_wp_attached_file', '2025/12/icon-2.svg'),
(602, 80, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:30378;s:5:\"width\";i:200;s:6:\"height\";i:200;}'),
(603, 80, '_wp_old_slug', 'icon-2'),
(604, 80, '_wp_attachment_image_alt', ''),
(605, 81, '_wp_attached_file', '2025/12/icon-5.svg'),
(606, 81, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:30318;s:5:\"width\";i:200;s:6:\"height\";i:200;}'),
(607, 81, '_wp_old_slug', 'icon-5'),
(608, 81, '_wp_attachment_image_alt', ''),
(609, 82, '_wp_attached_file', '2025/12/icon-4.svg'),
(610, 82, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:30378;s:5:\"width\";i:200;s:6:\"height\";i:200;}'),
(611, 82, '_wp_old_slug', 'icon-4'),
(612, 82, '_wp_attachment_image_alt', ''),
(613, 83, '_wp_attached_file', '2025/12/icon-6.svg'),
(614, 83, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:30306;s:5:\"width\";i:200;s:6:\"height\";i:200;}'),
(615, 83, '_wp_old_slug', 'icon-6'),
(616, 83, '_wp_attachment_image_alt', ''),
(617, 84, '_wp_attached_file', '2025/12/Icon-Bullets-with-a-Remote-Information-Card-and-Shape-Socials.jpg'),
(618, 84, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:73:\"2025/12/Icon-Bullets-with-a-Remote-Information-Card-and-Shape-Socials.jpg\";s:8:\"filesize\";i:28369;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"Icon-Bullets-with-a-Remote-Information-Card-and-Shape-Socials-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7591;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"Icon-Bullets-with-a-Remote-Information-Card-and-Shape-Socials-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3810;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"Icon-Bullets-with-a-Remote-Information-Card-and-Shape-Socials-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31328;}}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:{}}}'),
(619, 84, '_wp_attachment_image_alt', 'Icon Bullets with a Remote Information Card and Shape Socials'),
(692, 91, '_elementor_edit_mode', 'builder'),
(693, 91, '_elementor_template_type', 'wp-page'),
(694, 91, '_elementor_version', '3.34.0'),
(695, 91, '_elementor_pro_version', '3.29.1'),
(696, 91, '_wp_page_template', 'default'),
(697, 91, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\"},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(698, 91, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(699, 92, '_elementor_edit_mode', 'builder'),
(700, 92, '_elementor_template_type', 'wp-page'),
(701, 92, '_elementor_version', '3.34.0'),
(702, 92, '_elementor_pro_version', '3.29.1'),
(703, 92, '_wp_page_template', 'default'),
(704, 92, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\"},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(705, 92, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(706, 93, '_elementor_edit_mode', 'builder'),
(707, 93, '_elementor_template_type', 'wp-page'),
(708, 93, '_elementor_version', '3.34.0'),
(709, 93, '_elementor_pro_version', '3.29.1'),
(710, 93, '_wp_page_template', 'default'),
(711, 93, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(712, 93, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(720, 94, 'rank_math_seo_score', '8'),
(721, 94, 'rank_math_internal_links_processed', '1'),
(722, 94, '_elementor_edit_mode', 'builder'),
(723, 94, '_elementor_template_type', 'wp-post'),
(724, 94, '_elementor_version', '3.17.2'),
(725, 94, '_elementor_pro_version', '3.15.1'),
(726, 94, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(727, 94, '_elementor_data', '[{\"id\":\"a829110\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"98b440b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc0cce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore a World of Massage\",\"title_color\":\"#000000\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"libre baskerville\",\"typography_font_weight\":\"700\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a02106f\",\"elType\":\"widget\",\"settings\":{\"title\":\"From Relaxation to Deep Tissue Release\\n\",\"title_color\":\"#2B2B33\",\"align\":\"center\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"inter\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83542cc\",\"elType\":\"widget\",\"settings\":{\"shape\":\"polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)\",\"icon_outer_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_background_color\":\"#FFA9A4\",\"icon_background_color_hover\":\"#FF55AE\",\"inner_icon_color\":\"#313131\",\"uc_items\":[{\"title\":\"Facebook\",\"link\":{\"url\":\"#\"},\"icon_html\":\"<i class=\'fab fa-facebook-f\'><\\/i>\",\"_generated_id\":\"m2ph5\",\"item_repeater_class\":\"elementor-repeater-item-m2ph5\",\"_id\":\"ed25982\"},{\"title\":\"Instagram\",\"link\":{\"url\":\"#\"},\"icon\":{\"library\":\"brands\",\"value\":\"fab fa-instagram\"},\"icon_html\":\"<i class=\'fab fa-instagram\'><\\/i>\",\"_generated_id\":\"oddi8\",\"item_repeater_class\":\"elementor-repeater-item-oddi8\",\"_id\":\"077183f\"},{\"title\":\"YouTube\",\"link\":{\"url\":\"#\"},\"icon\":{\"library\":\"fa-brands\",\"value\":\"fab fa-youtube\"},\"icon_html\":\"<i class=\'fab fa-twitter\'><\\/i>\",\"_generated_id\":\"kwao2\",\"item_repeater_class\":\"elementor-repeater-item-kwao2\",\"_id\":\"1436ec1\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"inner_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"]},\"elements\":[],\"widgetType\":\"ucaddon_shape_social_icons\"}],\"isInner\":true},{\"id\":\"4e1c922\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c980c9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"3852c17\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Reflexology\\t\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/massage-woman-s-foot.jpg\",\"id\":\"76\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"A foot massage technique that uses pressing on the energy channel of the feet to restore balance and calm.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Thai Massage\\t\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/beautiful-young-woman-spa-treatment-receives-massage-from-professional-female-masseuse-enjoys-process.jpg\",\"id\":\"77\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"We strive to innovate when it comes to functionality. Our mission is to be the best, come and join the ride.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Shiatsu\\t\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/young-man-spa-treatment-recreation-rest-relaxation-massage-hygh-angle-view.jpg\",\"id\":\"78\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"A Japanese massage technique. Tension is released by pressing on the energy line with pressure. The procedure is completed in pleasant attire.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Salt Peeling\\t\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/woman-relaxing-spa.jpg\",\"id\":\"79\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"Treatment that aids in the opening of pores, the elimination of dead cells, and the circulation\'s improvement to provide a refreshing sensation of renewal and cleanliness.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"]},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\",\"ue_multisource_param_name\":\"multisource\"}],\"isInner\":true},{\"id\":\"8e40d6f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"2adf433\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Reflexology\",\"icon\":{\"library\":\"svg\",\"value\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/icon-2.svg\",\"id\":\"80\"}},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Thai Massage\",\"icon\":{\"library\":\"svg\",\"value\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/icon-5.svg\",\"id\":\"81\"}},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Shiatsu\",\"icon\":{\"library\":\"svg\",\"value\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/icon-4.svg\",\"id\":\"82\"}},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Salt Peeling\",\"icon\":{\"library\":\"svg\",\"value\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/icon-6.svg\",\"id\":\"83\"}},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_border_color\":\"#61CE70\",\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"icon_background\":\"#FDE7CE\",\"icon_color\":\"#FFF\",\"icon_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"150\",\"bottom\":\"150\",\"left\":\"150\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reem Kufi\",\"title_typography_font_weight\":\"bold\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"icon_background_active\":\"#FFA9A4\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"]},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\",\"ue_multisource_param_name\":\"multisource\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(728, 94, '_thumbnail_id', '84'),
(729, 94, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:2;}}}}s:26:\"ucaddon_shape_social_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:19:\"cat_general_general\";a:6:{s:5:\"shape\";i:1;s:15:\"icon_outer_size\";i:1;s:21:\"icon_background_color\";i:1;s:27:\"icon_background_color_hover\";i:1;s:16:\"inner_icon_color\";i:1;s:15:\"inner_icon_size\";i:1;}s:13:\"section_items\";a:1:{s:8:\"uc_items\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:7:{s:14:\"flex_direction\";i:3;s:20:\"flex_justify_content\";i:3;s:5:\"width\";i:2;s:13:\"content_width\";i:2;s:8:\"flex_gap\";i:2;s:11:\"boxed_width\";i:1;s:16:\"flex_align_items\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_background_uc\";a:3:{s:35:\"uc_background_webgl_slider_uc_items\";i:5;s:26:\"background_slider_uc_items\";i:5;s:33:\"random_background_widget_uc_items\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}}}s:26:\"ucaddon_content_slider_new\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:5:{s:19:\"cat_general_general\";a:1:{s:8:\"autoplay\";i:1;}s:20:\"cat_content_skbelo68\";a:3:{s:10:\"show_image\";i:1;s:9:\"show_dots\";i:1;s:11:\"show_arrows\";i:1;}s:20:\"cat_content_f7pv1ltw\";a:3:{s:20:\"remote_parent_enable\";i:1;s:18:\"remote_parent_sync\";i:1;s:23:\"remote_parent_sync_name\";i:1;}s:13:\"section_items\";a:1:{s:8:\"uc_items\";i:1;}s:35:\"uc_section_listing_gallery_repeater\";a:1:{s:17:\"multisource_items\";i:1;}}s:5:\"style\";a:5:{s:18:\"cat_style_78nxy02y\";a:3:{s:6:\"height\";i:1;s:18:\"vertical_alignment\";i:1;s:20:\"horizontal_alignment\";i:1;}s:18:\"cat_style_s0aymbuk\";a:3:{s:18:\"overlay_background\";i:1;s:13:\"overlay_color\";i:1;s:15:\"overlay_color_b\";i:1;}s:18:\"cat_style_2c2exhef\";a:2:{s:19:\"ue_bg_overlay_color\";i:1;s:17:\"content_alignment\";i:1;}s:18:\"cat_style_kdsx40d8\";a:4:{s:13:\"button_radius\";i:1;s:15:\"button_bg_color\";i:1;s:20:\"button_border_border\";i:1;s:19:\"button_border_width\";i:1;}s:18:\"cat_style_bi2v8b1u\";a:5:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:1;}s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:1;}}}}s:27:\"ucaddon_uc_material_bullets\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:13:\"section_items\";a:1:{s:8:\"uc_items\";i:1;}s:19:\"cat_general_general\";a:2:{s:3:\"gap\";i:1;s:10:\"gap_mobile\";i:1;}s:20:\"cat_content_blxaljk2\";a:3:{s:20:\"remote_parent_enable\";i:1;s:18:\"remote_parent_sync\";i:1;s:23:\"remote_parent_sync_name\";i:1;}s:35:\"uc_section_listing_gallery_repeater\";a:1:{s:17:\"multisource_items\";i:1;}}s:5:\"style\";a:5:{s:18:\"cat_style_49blegv0\";a:7:{s:15:\"content_padding\";i:1;s:13:\"border_radius\";i:1;s:18:\"item_border_border\";i:1;s:17:\"item_border_width\";i:1;s:17:\"item_border_color\";i:1;s:24:\"item_border_active_width\";i:1;s:29:\"item_shadow_active_box_shadow\";i:1;}s:18:\"cat_style_tlsu4aid\";a:1:{s:21:\"item_background_color\";i:1;}s:18:\"cat_style_jrzb76mg\";a:11:{s:9:\"icon_size\";i:1;s:15:\"icon_background\";i:1;s:10:\"icon_color\";i:1;s:10:\"icon_width\";i:1;s:11:\"icon_radius\";i:1;s:18:\"icon_border_border\";i:1;s:17:\"icon_border_width\";i:1;s:17:\"icon_border_color\";i:1;s:12:\"icon_padding\";i:1;s:17:\"icon_width_active\";i:1;s:22:\"icon_background_active\";i:1;}s:18:\"cat_style_1eqllofx\";a:4:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:18:\"cat_style_8pwz7o8b\";a:5:{s:10:\"text_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;}}}}}'),
(730, 94, '_betterdocs_reusable_block_ids', 'a:0:{}'),
(733, 94, '_edit_lock', '1767149639:1'),
(734, 95, '_elementor_edit_mode', 'builder'),
(735, 95, '_elementor_template_type', 'wp-post'),
(736, 95, '_elementor_version', '3.17.2'),
(737, 95, '_elementor_pro_version', '3.15.1'),
(738, 95, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(739, 95, '_elementor_data', '[{\"id\":\"a829110\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"98b440b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc0cce9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore a World of Massage\",\"title_color\":\"#000000\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"libre baskerville\",\"typography_font_weight\":\"700\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a02106f\",\"elType\":\"widget\",\"settings\":{\"title\":\"From Relaxation to Deep Tissue Release\\n\",\"title_color\":\"#2B2B33\",\"align\":\"center\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"inter\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83542cc\",\"elType\":\"widget\",\"settings\":{\"shape\":\"polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)\",\"icon_outer_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_background_color\":\"#FFA9A4\",\"icon_background_color_hover\":\"#FF55AE\",\"inner_icon_color\":\"#313131\",\"uc_items\":[{\"title\":\"Facebook\",\"link\":{\"url\":\"#\"},\"icon_html\":\"<i class=\'fab fa-facebook-f\'><\\/i>\",\"_generated_id\":\"m2ph5\",\"item_repeater_class\":\"elementor-repeater-item-m2ph5\",\"_id\":\"ed25982\"},{\"title\":\"Instagram\",\"link\":{\"url\":\"#\"},\"icon\":{\"library\":\"brands\",\"value\":\"fab fa-instagram\"},\"icon_html\":\"<i class=\'fab fa-instagram\'><\\/i>\",\"_generated_id\":\"oddi8\",\"item_repeater_class\":\"elementor-repeater-item-oddi8\",\"_id\":\"077183f\"},{\"title\":\"YouTube\",\"link\":{\"url\":\"#\"},\"icon\":{\"library\":\"fa-brands\",\"value\":\"fab fa-youtube\"},\"icon_html\":\"<i class=\'fab fa-twitter\'><\\/i>\",\"_generated_id\":\"kwao2\",\"item_repeater_class\":\"elementor-repeater-item-kwao2\",\"_id\":\"1436ec1\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"inner_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"]},\"elements\":[],\"widgetType\":\"ucaddon_shape_social_icons\"}],\"isInner\":true},{\"id\":\"4e1c922\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c980c9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"3852c17\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Reflexology\\t\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/massage-woman-s-foot.jpg\",\"id\":\"76\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"A foot massage technique that uses pressing on the energy channel of the feet to restore balance and calm.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Thai Massage\\t\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/beautiful-young-woman-spa-treatment-receives-massage-from-professional-female-masseuse-enjoys-process.jpg\",\"id\":\"77\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"We strive to innovate when it comes to functionality. Our mission is to be the best, come and join the ride.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Shiatsu\\t\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/young-man-spa-treatment-recreation-rest-relaxation-massage-hygh-angle-view.jpg\",\"id\":\"78\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"A Japanese massage technique. Tension is released by pressing on the energy line with pressure. The procedure is completed in pleasant attire.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Salt Peeling\\t\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/woman-relaxing-spa.jpg\",\"id\":\"79\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"Treatment that aids in the opening of pores, the elimination of dead cells, and the circulation\'s improvement to provide a refreshing sensation of renewal and cleanliness.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"]},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\",\"ue_multisource_param_name\":\"multisource\"}],\"isInner\":true},{\"id\":\"8e40d6f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"2adf433\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Reflexology\",\"icon\":{\"library\":\"svg\",\"value\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/icon-2.svg\",\"id\":\"80\"}},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Thai Massage\",\"icon\":{\"library\":\"svg\",\"value\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/icon-5.svg\",\"id\":\"81\"}},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Shiatsu\",\"icon\":{\"library\":\"svg\",\"value\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/icon-4.svg\",\"id\":\"82\"}},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Salt Peeling\",\"icon\":{\"library\":\"svg\",\"value\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/icon-6.svg\",\"id\":\"83\"}},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_border_color\":\"#61CE70\",\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"icon_background\":\"#FDE7CE\",\"icon_color\":\"#FFF\",\"icon_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"150\",\"bottom\":\"150\",\"left\":\"150\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Reem Kufi\",\"title_typography_font_weight\":\"bold\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"icon_background_active\":\"#FFA9A4\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"]},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\",\"ue_multisource_param_name\":\"multisource\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(740, 95, '_thumbnail_id', '84'),
(741, 95, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:2;}}}}s:26:\"ucaddon_shape_social_icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:19:\"cat_general_general\";a:6:{s:5:\"shape\";i:1;s:15:\"icon_outer_size\";i:1;s:21:\"icon_background_color\";i:1;s:27:\"icon_background_color_hover\";i:1;s:16:\"inner_icon_color\";i:1;s:15:\"inner_icon_size\";i:1;}s:13:\"section_items\";a:1:{s:8:\"uc_items\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:7:{s:14:\"flex_direction\";i:3;s:20:\"flex_justify_content\";i:3;s:5:\"width\";i:2;s:13:\"content_width\";i:2;s:8:\"flex_gap\";i:2;s:11:\"boxed_width\";i:1;s:16:\"flex_align_items\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_background_uc\";a:3:{s:35:\"uc_background_webgl_slider_uc_items\";i:5;s:26:\"background_slider_uc_items\";i:5;s:33:\"random_background_widget_uc_items\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}}}}s:26:\"ucaddon_content_slider_new\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:5:{s:19:\"cat_general_general\";a:1:{s:8:\"autoplay\";i:1;}s:20:\"cat_content_skbelo68\";a:3:{s:10:\"show_image\";i:1;s:9:\"show_dots\";i:1;s:11:\"show_arrows\";i:1;}s:20:\"cat_content_f7pv1ltw\";a:3:{s:20:\"remote_parent_enable\";i:1;s:18:\"remote_parent_sync\";i:1;s:23:\"remote_parent_sync_name\";i:1;}s:13:\"section_items\";a:1:{s:8:\"uc_items\";i:1;}s:35:\"uc_section_listing_gallery_repeater\";a:1:{s:17:\"multisource_items\";i:1;}}s:5:\"style\";a:5:{s:18:\"cat_style_78nxy02y\";a:3:{s:6:\"height\";i:1;s:18:\"vertical_alignment\";i:1;s:20:\"horizontal_alignment\";i:1;}s:18:\"cat_style_s0aymbuk\";a:3:{s:18:\"overlay_background\";i:1;s:13:\"overlay_color\";i:1;s:15:\"overlay_color_b\";i:1;}s:18:\"cat_style_2c2exhef\";a:2:{s:19:\"ue_bg_overlay_color\";i:1;s:17:\"content_alignment\";i:1;}s:18:\"cat_style_kdsx40d8\";a:4:{s:13:\"button_radius\";i:1;s:15:\"button_bg_color\";i:1;s:20:\"button_border_border\";i:1;s:19:\"button_border_width\";i:1;}s:18:\"cat_style_bi2v8b1u\";a:5:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:1;}s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:1;}}}}s:27:\"ucaddon_uc_material_bullets\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:13:\"section_items\";a:1:{s:8:\"uc_items\";i:1;}s:19:\"cat_general_general\";a:2:{s:3:\"gap\";i:1;s:10:\"gap_mobile\";i:1;}s:20:\"cat_content_blxaljk2\";a:3:{s:20:\"remote_parent_enable\";i:1;s:18:\"remote_parent_sync\";i:1;s:23:\"remote_parent_sync_name\";i:1;}s:35:\"uc_section_listing_gallery_repeater\";a:1:{s:17:\"multisource_items\";i:1;}}s:5:\"style\";a:5:{s:18:\"cat_style_49blegv0\";a:7:{s:15:\"content_padding\";i:1;s:13:\"border_radius\";i:1;s:18:\"item_border_border\";i:1;s:17:\"item_border_width\";i:1;s:17:\"item_border_color\";i:1;s:24:\"item_border_active_width\";i:1;s:29:\"item_shadow_active_box_shadow\";i:1;}s:18:\"cat_style_tlsu4aid\";a:1:{s:21:\"item_background_color\";i:1;}s:18:\"cat_style_jrzb76mg\";a:11:{s:9:\"icon_size\";i:1;s:15:\"icon_background\";i:1;s:10:\"icon_color\";i:1;s:10:\"icon_width\";i:1;s:11:\"icon_radius\";i:1;s:18:\"icon_border_border\";i:1;s:17:\"icon_border_width\";i:1;s:17:\"icon_border_color\";i:1;s:12:\"icon_padding\";i:1;s:17:\"icon_width_active\";i:1;s:22:\"icon_background_active\";i:1;}s:18:\"cat_style_1eqllofx\";a:4:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:18:\"cat_style_8pwz7o8b\";a:5:{s:10:\"text_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;}}}}}'),
(745, 94, '_edit_last', '1'),
(765, 97, '_wp_attached_file', '2025/12/1.jpg'),
(766, 97, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:13:\"2025/12/1.jpg\";s:8:\"filesize\";i:38179;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9584;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"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:4572;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35907;}}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:{}}}'),
(767, 98, '_elementor_edit_mode', 'builder'),
(768, 98, '_elementor_template_type', 'wp-page'),
(769, 98, '_elementor_version', '3.34.0'),
(770, 98, '_elementor_pro_version', '3.29.1'),
(771, 98, '_wp_page_template', 'default'),
(772, 98, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(773, 98, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(776, 99, '_elementor_edit_mode', 'builder'),
(777, 99, '_elementor_template_type', 'wp-page'),
(778, 99, '_elementor_version', '3.34.0'),
(779, 99, '_elementor_pro_version', '3.29.1'),
(780, 99, '_wp_page_template', 'default'),
(781, 99, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(782, 99, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(785, 100, '_elementor_edit_mode', 'builder'),
(786, 100, '_elementor_template_type', 'wp-page'),
(787, 100, '_elementor_version', '3.34.0'),
(788, 100, '_elementor_pro_version', '3.29.1'),
(789, 100, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(790, 100, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/beautiful-young-woman-spa-treatment-receives-massage-from-professional-female-masseuse-enjoys-process.jpg\",\"id\":\"77\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/young-man-spa-treatment-recreation-rest-relaxation-massage-hygh-angle-view.jpg\",\"id\":\"78\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/woman-relaxing-spa.jpg\",\"id\":\"79\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/beautiful-young-woman-spa-treatment-receives-massage-from-professional-female-masseuse-enjoys-process.jpg\",\"id\":\"77\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(791, 100, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(796, 101, '_wp_attached_file', '2025/12/TAX1.jpg'),
(797, 101, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:16:\"2025/12/TAX1.jpg\";s:8:\"filesize\";i:38741;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"TAX1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8305;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"TAX1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3992;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"TAX1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34803;}}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:{}}}'),
(798, 102, '_wp_attached_file', '2025/12/Advisor1.jpg'),
(799, 102, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2025/12/Advisor1.jpg\";s:8:\"filesize\";i:20453;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Advisor1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6219;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Advisor1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3290;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Advisor1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20555;}}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:{}}}'),
(800, 103, '_wp_attached_file', '2025/12/Audit1.jpg'),
(801, 103, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2025/12/Audit1.jpg\";s:8:\"filesize\";i:28581;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Audit1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7607;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Audit1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3761;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Audit1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27728;}}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:{}}}'),
(802, 104, '_wp_attached_file', '2025/12/FInance1.jpg'),
(803, 104, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2025/12/FInance1.jpg\";s:8:\"filesize\";i:43294;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"FInance1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10881;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"FInance1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5048;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"FInance1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40655;}}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:{}}}'),
(804, 105, '_wp_attached_file', '2025/12/Payroll1.jpg'),
(805, 105, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2025/12/Payroll1.jpg\";s:8:\"filesize\";i:38136;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Payroll1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9571;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Payroll1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4570;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Payroll1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35916;}}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:{}}}'),
(806, 106, '_elementor_edit_mode', 'builder'),
(807, 106, '_elementor_template_type', 'wp-page'),
(808, 106, '_elementor_version', '3.34.0'),
(809, 106, '_elementor_pro_version', '3.29.1'),
(810, 106, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(811, 106, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/beautiful-young-woman-spa-treatment-receives-massage-from-professional-female-masseuse-enjoys-process.jpg\",\"id\":\"77\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/young-man-spa-treatment-recreation-rest-relaxation-massage-hygh-angle-view.jpg\",\"id\":\"78\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/woman-relaxing-spa.jpg\",\"id\":\"79\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/beautiful-young-woman-spa-treatment-receives-massage-from-professional-female-masseuse-enjoys-process.jpg\",\"id\":\"77\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(812, 106, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(816, 107, '_elementor_edit_mode', 'builder'),
(817, 107, '_elementor_template_type', 'wp-page'),
(818, 107, '_elementor_version', '3.34.0'),
(819, 107, '_elementor_pro_version', '3.29.1'),
(820, 107, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(821, 107, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/beautiful-young-woman-spa-treatment-receives-massage-from-professional-female-masseuse-enjoys-process.jpg\",\"id\":\"77\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/young-man-spa-treatment-recreation-rest-relaxation-massage-hygh-angle-view.jpg\",\"id\":\"78\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/woman-relaxing-spa.jpg\",\"id\":\"79\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/beautiful-young-woman-spa-treatment-receives-massage-from-professional-female-masseuse-enjoys-process.jpg\",\"id\":\"77\",\"alt\":\"\",\"source\":\"library\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(822, 107, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(826, 108, '_elementor_edit_mode', 'builder'),
(827, 108, '_elementor_template_type', 'wp-page'),
(828, 108, '_elementor_version', '3.34.0'),
(829, 108, '_elementor_pro_version', '3.29.1'),
(830, 108, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(831, 108, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(832, 108, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(854, 110, '_elementor_edit_mode', 'builder'),
(855, 110, '_elementor_template_type', 'wp-page'),
(856, 110, '_elementor_version', '3.34.0'),
(857, 110, '_elementor_pro_version', '3.29.1'),
(858, 110, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(859, 110, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(860, 110, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(864, 111, '_elementor_edit_mode', 'builder'),
(865, 111, '_elementor_template_type', 'wp-page'),
(866, 111, '_elementor_version', '3.34.0'),
(867, 111, '_elementor_pro_version', '3.29.1'),
(868, 111, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(869, 111, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(870, 111, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(874, 112, '_elementor_edit_mode', 'builder'),
(875, 112, '_elementor_template_type', 'wp-page'),
(876, 112, '_elementor_version', '3.34.0'),
(877, 112, '_elementor_pro_version', '3.29.1'),
(878, 112, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(879, 112, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(880, 112, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(886, 113, '_edit_lock', '1767237322:1'),
(887, 113, '_elementor_edit_mode', 'builder'),
(888, 113, '_elementor_template_type', 'wp-page'),
(889, 113, '_elementor_version', '3.34.0'),
(890, 113, '_elementor_pro_version', '3.29.1'),
(891, 113, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(892, 113, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(893, 113, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(913, 115, '_elementor_edit_mode', 'builder'),
(914, 115, '_elementor_template_type', 'wp-page'),
(915, 115, '_elementor_version', '3.34.0'),
(916, 115, '_elementor_pro_version', '3.29.1'),
(917, 115, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(918, 115, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(919, 115, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(923, 17, '_edit_last', '1'),
(924, 116, 'rank_math_internal_links_processed', '1'),
(925, 116, 'rank_math_seo_score', '7'),
(926, 116, '_elementor_edit_mode', 'builder'),
(927, 116, '_elementor_template_type', 'wp-post'),
(928, 116, '_elementor_version', '3.17.2'),
(929, 116, '_elementor_pro_version', '3.15.1'),
(930, 116, '_wp_page_template', 'default'),
(931, 116, '_elementor_data', '[{\"id\":\"21113fb\",\"elType\":\"container\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-yf653\",\"_id\":\"40b0dcf\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-u3fzt\",\"_id\":\"c511e8c\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-jtu1i\",\"_id\":\"2f8dfb5\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-hjmuu\",\"_id\":\"4350435\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-f3qep\",\"_id\":\"5fcdf06\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-l16vx\",\"_id\":\"f0bc83d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-whmvj\",\"_id\":\"81ffba5\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-tg9zj\",\"_id\":\"ab4d97b\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-lzpac\",\"_id\":\"2ecca40\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hcybv\",\"_id\":\"92cc322\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-97oi7\",\"_id\":\"2c06d12\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hh34k\",\"_id\":\"b86e240\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#39AAFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_overlay_color\":\"#4600AB\",\"background_overlay_color_b\":\"#9529F2\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"parallax_background_uc_items\":[],\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"82f56cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-p169u\",\"_id\":\"7ad662d\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-g0i38\",\"_id\":\"f43da81\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"item_repeater_class\":\"elementor-repeater-item-ihe7g\",\"_id\":\"181b8b2\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"item_repeater_class\":\"elementor-repeater-item-4bm3i\",\"_id\":\"a565109\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0yxyk\",\"_id\":\"80a16e7\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ng7ui\",\"_id\":\"c331a5c\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-83oaw\",\"_id\":\"bf9eeff\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-wq8si\",\"_id\":\"38a5f68\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-pd6kv\",\"_id\":\"567b9ba\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-gzrzf\",\"_id\":\"3a553ea\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-fkg6c\",\"_id\":\"9af515e\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-bnyld\",\"_id\":\"202e370\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"d5cfb4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Natural Wonders of the World\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"libre baskerville\",\"typography_font_weight\":\"700\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7e1bbf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Breathtaking Landscapes\",\"align\":\"center\",\"title_color\":\"#000000\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_font_family\":\"inter\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fba7035\",\"elType\":\"widget\",\"settings\":{\"transition_duration\":1200,\"card_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"card_height_mobile\":{\"unit\":\"px\",\"size\":473,\"sizes\":[]},\"icon_gap_bottom_inactive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Raleway\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"subtitle_typography_font_weight\":\"500\",\"subtitle_color\":\"#FFFFFF\",\"uc_items\":[{\"title\":\"Banff National Park\",\"subtitle\":\"Item Subtitle 1\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/ax_expanding_content_cards\\/ax_bg1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-0bhrz\",\"_id\":\"5dd2a2a\",\"subtitle_textarea\":\"Rocky Mountain peaks, turquoise glacial lakes, a picture-perfect mountain town and village, abundant wildlife and scenic drives come together.\",\"icon\":{\"value\":\"fas fa-tree\",\"library\":\"fa-solid\"},\"graphic_element_text\":\"01\"},{\"title\":\"Machu Picchu\",\"subtitle\":\"Item Subtitle 2\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/ax_expanding_content_cards\\/ax_bg2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-05bf5\",\"_id\":\"2c81382\",\"background_color\":\"\",\"icon\":{\"value\":\"fas fa-surprise\",\"library\":\"fa-solid\"},\"subtitle_textarea\":\"Machu Picchu stands 2,430 m above sea-level, in the middle of a tropical mountain forest, in an extraordinarily beautiful setting.\",\"graphic_element_text\":\"01\"},{\"title\":\"Zhangye Danxia Geopark\",\"subtitle\":\"Item Subtitle 3\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/ax_expanding_content_cards\\/ax_bg3.webp\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"_id\":\"279cb8a\",\"icon\":{\"value\":\"far fa-image\",\"library\":\"fa-regular\"},\"subtitle_textarea\":\"The park is located in the northern foothills of the Qilian Mountains, in the counties of Linze and Sunan, which are under the administration of the prefecture-level city of Zhangye, Gansu province.\",\"graphic_element_text\":\"01\"}],\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_hover_color\":\"#FF0000\",\"shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.26)\"},\"inactive_card_width\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.45)\"},\"border_radius_hoer\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"shadow_hover_box_shadow_type\":\"yes\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"icon_shadow_box_shadow_type\":\"yes\",\"icon_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":6,\"color\":\"rgba(255, 255, 255, 0.28)\"},\"button_text\":\"Learn More\",\"active_item\":2,\"content_width_active\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width_active_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"content_width_active_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"subtitle_gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"\",\"overlay_opacity_active\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"entrence_animation_duration\":{\"unit\":\"\",\"size\":0.5,\"sizes\":[]},\"entrence_animation_blur\":\"strong\",\"remote_parent_enable\":\"\",\"remote_parent_name\":\"second\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#54595F\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#FFFFFF\",\"btn_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.5)\"},\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.32)\"},\"show_vertical_title\":\"true\",\"overlay_opacity_inactive\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"card_height_tablet\":{\"unit\":\"px\",\"size\":296,\"sizes\":[]},\"content_layout\":\"row\",\"content_align_inactive\":\"center\",\"content_align\":\"flex-start\",\"element_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"vertical_title_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sub_content_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"justify_content_inactive\":\"flex-start\",\"subcontent_layout_mobile\":\"column\",\"text_align\":\"left\",\"justify_content\":\"space-between\",\"subcontent_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"vertical_align_active\":\"flex-end\",\"vertical_align_active_tablet\":\"flex-end\",\"text_align_tablet\":\"center\",\"text_align_mobile\":\"center\",\"align_content_tablet\":\"center\",\"align_content_inactive_tablet\":\"center\",\"responsive_breakpoint\":150,\"vertical_align_active_mobile\":\"center\",\"content_layout_mobile\":\"column\",\"align_content_inactive_mobile\":\"flex-end\",\"graaphic_el_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_family\":\"Libre Baskerville\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_typography_typography\":\"custom\",\"button_text_typography_font_family\":\"Inter\",\"button_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_text_typography_font_weight\":\"400\",\"button_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"overlay_color_background\":\"gradient\",\"overlay_color_color\":\"#00000000\",\"overlay_color_color_b\":\"#000000\",\"overlay_color_inactive_background\":\"classic\",\"overlay_color_inactive_color\":\"#000000\",\"multisource_api_currency_exchange:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"269d012\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"eccf28f\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"00c3250\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"06a6d5d\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"ca84bd9\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"eacca24\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"9cd10b7\"}],\"multisource_instagram_num_items\":12,\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"]},\"elements\":[],\"widgetType\":\"ucaddon_expanding_content_cards\",\"ue_multisource_param_name\":\"multisource\"}],\"isInner\":true}],\"isInner\":false}]'),
(932, 116, '_thumbnail_id', '72'),
(933, 116, '_elementor_controls_usage', 'a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:2;}}}}s:31:\"ucaddon_expanding_content_cards\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:6:{s:19:\"cat_general_general\";a:3:{s:19:\"transition_duration\";i:1;s:11:\"active_item\";i:1;s:21:\"responsive_breakpoint\";i:1;}s:13:\"section_items\";a:1:{s:8:\"uc_items\";i:1;}s:20:\"cat_content_nrcpbdhs\";a:2:{s:11:\"button_text\";i:1;s:19:\"show_vertical_title\";i:1;}s:20:\"cat_content_cq53q92d\";a:2:{s:27:\"entrence_animation_duration\";i:1;s:23:\"entrence_animation_blur\";i:1;}s:20:\"cat_content_4hx5b3me\";a:2:{s:20:\"remote_parent_enable\";i:1;s:18:\"remote_parent_name\";i:1;}s:35:\"uc_section_listing_gallery_repeater\";a:1:{s:17:\"multisource_items\";i:1;}}s:5:\"style\";a:8:{s:18:\"cat_style_so73e2su\";a:15:{s:11:\"card_height\";i:1;s:18:\"card_height_mobile\";i:1;s:3:\"gap\";i:1;s:10:\"gap_mobile\";i:1;s:20:\"border_radius_mobile\";i:1;s:18:\"border_hover_width\";i:1;s:18:\"border_hover_color\";i:1;s:23:\"shadow_hover_box_shadow\";i:1;s:19:\"inactive_card_width\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:17:\"shadow_box_shadow\";i:1;s:18:\"border_radius_hoer\";i:1;s:28:\"shadow_hover_box_shadow_type\";i:1;s:18:\"card_height_tablet\";i:1;}s:18:\"cat_style_n0ljgyln\";a:8:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:9:\"title_gap\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;}s:18:\"cat_style_7nbto3yg\";a:10:{s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:14:\"subtitle_color\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:12:\"subtitle_gap\";i:1;s:24:\"subcontent_layout_mobile\";i:1;s:16:\"subcontent_width\";i:1;s:36:\"subtitle_typography_font_size_mobile\";i:1;}s:18:\"cat_style_wd62wt96\";a:7:{s:18:\"icon_border_border\";i:1;s:17:\"icon_border_width\";i:1;s:27:\"icon_shadow_box_shadow_type\";i:1;s:22:\"icon_shadow_box_shadow\";i:1;s:10:\"icon_color\";i:1;s:16:\"graaphic_el_size\";i:1;s:9:\"icon_size\";i:1;}s:18:\"cat_style_e9geotkb\";a:17:{s:20:\"content_width_active\";i:1;s:27:\"content_width_active_tablet\";i:1;s:27:\"content_width_active_mobile\";i:1;s:14:\"content_layout\";i:1;s:11:\"element_gap\";i:1;s:24:\"justify_content_inactive\";i:1;s:10:\"text_align\";i:1;s:15:\"justify_content\";i:1;s:21:\"vertical_align_active\";i:1;s:28:\"vertical_align_active_tablet\";i:1;s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:1;s:20:\"align_content_tablet\";i:1;s:29:\"align_content_inactive_tablet\";i:1;s:28:\"vertical_align_active_mobile\";i:1;s:21:\"content_layout_mobile\";i:1;s:29:\"align_content_inactive_mobile\";i:1;}s:18:\"cat_style_6lwjt35a\";a:13:{s:17:\"button_text_color\";i:1;s:23:\"button_background_color\";i:1;s:20:\"button_border_border\";i:1;s:19:\"button_border_width\";i:1;s:19:\"button_border_color\";i:1;s:25:\"btn_box_shadow_box_shadow\";i:1;s:36:\"btn_box_shadow_hover_box_shadow_type\";i:1;s:31:\"btn_box_shadow_hover_box_shadow\";i:1;s:33:\"button_text_typography_typography\";i:1;s:34:\"button_text_typography_font_family\";i:1;s:32:\"button_text_typography_font_size\";i:1;s:34:\"button_text_typography_font_weight\";i:1;s:34:\"button_text_typography_line_height\";i:1;}s:18:\"cat_style_aywv7ixn\";a:7:{s:22:\"overlay_opacity_active\";i:1;s:24:\"overlay_opacity_inactive\";i:1;s:24:\"overlay_color_background\";i:1;s:19:\"overlay_color_color\";i:1;s:21:\"overlay_color_color_b\";i:1;s:33:\"overlay_color_inactive_background\";i:1;s:28:\"overlay_color_inactive_color\";i:1;}s:18:\"cat_style_d8hj2esh\";a:1:{s:18:\"vertical_title_gap\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:6:{s:5:\"width\";i:1;s:13:\"content_width\";i:1;s:14:\"flex_direction\";i:1;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:20:\"flex_justify_content\";i:1;}}s:5:\"style\";a:3:{s:21:\"section_background_uc\";a:3:{s:35:\"uc_background_webgl_slider_uc_items\";i:2;s:26:\"background_slider_uc_items\";i:2;s:33:\"random_background_widget_uc_items\";i:2;}s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_gradient_position\";i:1;}s:26:\"section_background_overlay\";a:3:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}}}}'),
(934, 116, '_betterdocs_reusable_block_ids', 'a:0:{}'),
(937, 116, '_edit_lock', '1767150400:1'),
(938, 117, '_elementor_edit_mode', 'builder'),
(939, 117, '_elementor_template_type', 'wp-post'),
(940, 117, '_elementor_version', '3.17.2'),
(941, 117, '_elementor_pro_version', '3.15.1'),
(942, 117, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(943, 117, '_elementor_data', '[{\"id\":\"21113fb\",\"elType\":\"container\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-yf653\",\"_id\":\"40b0dcf\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-u3fzt\",\"_id\":\"c511e8c\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-jtu1i\",\"_id\":\"2f8dfb5\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-hjmuu\",\"_id\":\"4350435\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-f3qep\",\"_id\":\"5fcdf06\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-l16vx\",\"_id\":\"f0bc83d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-whmvj\",\"_id\":\"81ffba5\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-tg9zj\",\"_id\":\"ab4d97b\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-lzpac\",\"_id\":\"2ecca40\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hcybv\",\"_id\":\"92cc322\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-97oi7\",\"_id\":\"2c06d12\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hh34k\",\"_id\":\"b86e240\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#39AAFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_overlay_color\":\"#4600AB\",\"background_overlay_color_b\":\"#9529F2\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"parallax_background_uc_items\":[],\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"82f56cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-p169u\",\"_id\":\"7ad662d\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-g0i38\",\"_id\":\"f43da81\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"item_repeater_class\":\"elementor-repeater-item-ihe7g\",\"_id\":\"181b8b2\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"item_repeater_class\":\"elementor-repeater-item-4bm3i\",\"_id\":\"a565109\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0yxyk\",\"_id\":\"80a16e7\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ng7ui\",\"_id\":\"c331a5c\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-83oaw\",\"_id\":\"bf9eeff\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-wq8si\",\"_id\":\"38a5f68\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-pd6kv\",\"_id\":\"567b9ba\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-gzrzf\",\"_id\":\"3a553ea\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-fkg6c\",\"_id\":\"9af515e\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-bnyld\",\"_id\":\"202e370\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"d5cfb4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Natural Wonders of the World\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"libre baskerville\",\"typography_font_weight\":\"700\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7e1bbf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Breathtaking Landscapes\",\"align\":\"center\",\"title_color\":\"#000000\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_font_family\":\"inter\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fba7035\",\"elType\":\"widget\",\"settings\":{\"transition_duration\":1200,\"card_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"card_height_mobile\":{\"unit\":\"px\",\"size\":473,\"sizes\":[]},\"icon_gap_bottom_inactive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Raleway\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"subtitle_typography_font_weight\":\"500\",\"subtitle_color\":\"#FFFFFF\",\"uc_items\":[{\"title\":\"Banff National Park\",\"subtitle\":\"Item Subtitle 1\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/ax_expanding_content_cards\\/ax_bg1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-0bhrz\",\"_id\":\"5dd2a2a\",\"subtitle_textarea\":\"Rocky Mountain peaks, turquoise glacial lakes, a picture-perfect mountain town and village, abundant wildlife and scenic drives come together.\",\"icon\":{\"value\":\"fas fa-tree\",\"library\":\"fa-solid\"},\"graphic_element_text\":\"01\"},{\"title\":\"Machu Picchu\",\"subtitle\":\"Item Subtitle 2\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/ax_expanding_content_cards\\/ax_bg2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-05bf5\",\"_id\":\"2c81382\",\"background_color\":\"\",\"icon\":{\"value\":\"fas fa-surprise\",\"library\":\"fa-solid\"},\"subtitle_textarea\":\"Machu Picchu stands 2,430 m above sea-level, in the middle of a tropical mountain forest, in an extraordinarily beautiful setting.\",\"graphic_element_text\":\"01\"},{\"title\":\"Zhangye Danxia Geopark\",\"subtitle\":\"Item Subtitle 3\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/ax_expanding_content_cards\\/ax_bg3.webp\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"_id\":\"279cb8a\",\"icon\":{\"value\":\"far fa-image\",\"library\":\"fa-regular\"},\"subtitle_textarea\":\"The park is located in the northern foothills of the Qilian Mountains, in the counties of Linze and Sunan, which are under the administration of the prefecture-level city of Zhangye, Gansu province.\",\"graphic_element_text\":\"01\"}],\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_hover_color\":\"#FF0000\",\"shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.26)\"},\"inactive_card_width\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.45)\"},\"border_radius_hoer\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"shadow_hover_box_shadow_type\":\"yes\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"icon_shadow_box_shadow_type\":\"yes\",\"icon_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":6,\"color\":\"rgba(255, 255, 255, 0.28)\"},\"button_text\":\"Learn More\",\"active_item\":2,\"content_width_active\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width_active_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"content_width_active_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"subtitle_gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"\",\"overlay_opacity_active\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"entrence_animation_duration\":{\"unit\":\"\",\"size\":0.5,\"sizes\":[]},\"entrence_animation_blur\":\"strong\",\"remote_parent_enable\":\"\",\"remote_parent_name\":\"second\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#54595F\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#FFFFFF\",\"btn_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.5)\"},\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.32)\"},\"show_vertical_title\":\"true\",\"overlay_opacity_inactive\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"card_height_tablet\":{\"unit\":\"px\",\"size\":296,\"sizes\":[]},\"content_layout\":\"row\",\"content_align_inactive\":\"center\",\"content_align\":\"flex-start\",\"element_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"vertical_title_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sub_content_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"justify_content_inactive\":\"flex-start\",\"subcontent_layout_mobile\":\"column\",\"text_align\":\"left\",\"justify_content\":\"space-between\",\"subcontent_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"vertical_align_active\":\"flex-end\",\"vertical_align_active_tablet\":\"flex-end\",\"text_align_tablet\":\"center\",\"text_align_mobile\":\"center\",\"align_content_tablet\":\"center\",\"align_content_inactive_tablet\":\"center\",\"responsive_breakpoint\":150,\"vertical_align_active_mobile\":\"center\",\"content_layout_mobile\":\"column\",\"align_content_inactive_mobile\":\"flex-end\",\"graaphic_el_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_family\":\"Libre Baskerville\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_typography_typography\":\"custom\",\"button_text_typography_font_family\":\"Inter\",\"button_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_text_typography_font_weight\":\"400\",\"button_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"overlay_color_background\":\"gradient\",\"overlay_color_color\":\"#00000000\",\"overlay_color_color_b\":\"#000000\",\"overlay_color_inactive_background\":\"classic\",\"overlay_color_inactive_color\":\"#000000\",\"multisource_api_currency_exchange:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"269d012\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"eccf28f\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"00c3250\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"06a6d5d\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"ca84bd9\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"eacca24\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"9cd10b7\"}],\"multisource_instagram_num_items\":12,\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"]},\"elements\":[],\"widgetType\":\"ucaddon_expanding_content_cards\",\"ue_multisource_param_name\":\"multisource\"}],\"isInner\":true}],\"isInner\":false}]'),
(944, 117, '_thumbnail_id', '72'),
(945, 117, '_elementor_controls_usage', 'a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:2;}}}}s:31:\"ucaddon_expanding_content_cards\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:6:{s:19:\"cat_general_general\";a:3:{s:19:\"transition_duration\";i:1;s:11:\"active_item\";i:1;s:21:\"responsive_breakpoint\";i:1;}s:13:\"section_items\";a:1:{s:8:\"uc_items\";i:1;}s:20:\"cat_content_nrcpbdhs\";a:2:{s:11:\"button_text\";i:1;s:19:\"show_vertical_title\";i:1;}s:20:\"cat_content_cq53q92d\";a:2:{s:27:\"entrence_animation_duration\";i:1;s:23:\"entrence_animation_blur\";i:1;}s:20:\"cat_content_4hx5b3me\";a:2:{s:20:\"remote_parent_enable\";i:1;s:18:\"remote_parent_name\";i:1;}s:35:\"uc_section_listing_gallery_repeater\";a:1:{s:17:\"multisource_items\";i:1;}}s:5:\"style\";a:8:{s:18:\"cat_style_so73e2su\";a:15:{s:11:\"card_height\";i:1;s:18:\"card_height_mobile\";i:1;s:3:\"gap\";i:1;s:10:\"gap_mobile\";i:1;s:20:\"border_radius_mobile\";i:1;s:18:\"border_hover_width\";i:1;s:18:\"border_hover_color\";i:1;s:23:\"shadow_hover_box_shadow\";i:1;s:19:\"inactive_card_width\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:17:\"shadow_box_shadow\";i:1;s:18:\"border_radius_hoer\";i:1;s:28:\"shadow_hover_box_shadow_type\";i:1;s:18:\"card_height_tablet\";i:1;}s:18:\"cat_style_n0ljgyln\";a:8:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:9:\"title_gap\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;}s:18:\"cat_style_7nbto3yg\";a:10:{s:30:\"subtitle_typography_typography\";i:1;s:31:\"subtitle_typography_font_family\";i:1;s:29:\"subtitle_typography_font_size\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:14:\"subtitle_color\";i:1;s:31:\"subtitle_typography_line_height\";i:1;s:12:\"subtitle_gap\";i:1;s:24:\"subcontent_layout_mobile\";i:1;s:16:\"subcontent_width\";i:1;s:36:\"subtitle_typography_font_size_mobile\";i:1;}s:18:\"cat_style_wd62wt96\";a:7:{s:18:\"icon_border_border\";i:1;s:17:\"icon_border_width\";i:1;s:27:\"icon_shadow_box_shadow_type\";i:1;s:22:\"icon_shadow_box_shadow\";i:1;s:10:\"icon_color\";i:1;s:16:\"graaphic_el_size\";i:1;s:9:\"icon_size\";i:1;}s:18:\"cat_style_e9geotkb\";a:17:{s:20:\"content_width_active\";i:1;s:27:\"content_width_active_tablet\";i:1;s:27:\"content_width_active_mobile\";i:1;s:14:\"content_layout\";i:1;s:11:\"element_gap\";i:1;s:24:\"justify_content_inactive\";i:1;s:10:\"text_align\";i:1;s:15:\"justify_content\";i:1;s:21:\"vertical_align_active\";i:1;s:28:\"vertical_align_active_tablet\";i:1;s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:1;s:20:\"align_content_tablet\";i:1;s:29:\"align_content_inactive_tablet\";i:1;s:28:\"vertical_align_active_mobile\";i:1;s:21:\"content_layout_mobile\";i:1;s:29:\"align_content_inactive_mobile\";i:1;}s:18:\"cat_style_6lwjt35a\";a:13:{s:17:\"button_text_color\";i:1;s:23:\"button_background_color\";i:1;s:20:\"button_border_border\";i:1;s:19:\"button_border_width\";i:1;s:19:\"button_border_color\";i:1;s:25:\"btn_box_shadow_box_shadow\";i:1;s:36:\"btn_box_shadow_hover_box_shadow_type\";i:1;s:31:\"btn_box_shadow_hover_box_shadow\";i:1;s:33:\"button_text_typography_typography\";i:1;s:34:\"button_text_typography_font_family\";i:1;s:32:\"button_text_typography_font_size\";i:1;s:34:\"button_text_typography_font_weight\";i:1;s:34:\"button_text_typography_line_height\";i:1;}s:18:\"cat_style_aywv7ixn\";a:7:{s:22:\"overlay_opacity_active\";i:1;s:24:\"overlay_opacity_inactive\";i:1;s:24:\"overlay_color_background\";i:1;s:19:\"overlay_color_color\";i:1;s:21:\"overlay_color_color_b\";i:1;s:33:\"overlay_color_inactive_background\";i:1;s:28:\"overlay_color_inactive_color\";i:1;}s:18:\"cat_style_d8hj2esh\";a:1:{s:18:\"vertical_title_gap\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:6:{s:5:\"width\";i:1;s:13:\"content_width\";i:1;s:14:\"flex_direction\";i:1;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:20:\"flex_justify_content\";i:1;}}s:5:\"style\";a:3:{s:21:\"section_background_uc\";a:3:{s:35:\"uc_background_webgl_slider_uc_items\";i:2;s:26:\"background_slider_uc_items\";i:2;s:33:\"random_background_widget_uc_items\";i:2;}s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_gradient_position\";i:1;}s:26:\"section_background_overlay\";a:3:{s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}}}}'),
(949, 116, '_edit_last', '1'),
(968, 119, '_elementor_edit_mode', 'builder'),
(969, 119, '_elementor_template_type', 'wp-page'),
(970, 119, '_elementor_version', '3.34.0'),
(971, 119, '_elementor_pro_version', '3.29.1'),
(972, 119, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(973, 119, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(974, 119, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(978, 113, '_edit_last', '1'),
(979, 120, '_elementor_edit_mode', 'builder'),
(980, 120, '_elementor_template_type', 'wp-page'),
(981, 120, '_elementor_version', '3.34.0'),
(982, 120, '_elementor_pro_version', '3.29.1'),
(983, 120, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(984, 120, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(985, 120, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(988, 121, '_elementor_edit_mode', 'builder'),
(989, 121, '_elementor_template_type', 'wp-page'),
(990, 121, '_elementor_version', '3.34.0'),
(991, 121, '_elementor_pro_version', '3.29.1'),
(992, 121, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(993, 121, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(994, 121, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(997, 122, '_elementor_edit_mode', 'builder'),
(998, 122, '_elementor_template_type', 'wp-page'),
(999, 122, '_elementor_version', '3.34.0'),
(1000, 122, '_elementor_pro_version', '3.29.1'),
(1001, 122, '_wp_page_template', 'default'),
(1002, 122, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#202870\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2.jpg\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"hexagon\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a39ee67\",\"elType\":\"container\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-yf653\",\"_id\":\"40b0dcf\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-u3fzt\",\"_id\":\"c511e8c\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-jtu1i\",\"_id\":\"2f8dfb5\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-hjmuu\",\"_id\":\"4350435\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-f3qep\",\"_id\":\"5fcdf06\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-l16vx\",\"_id\":\"f0bc83d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-whmvj\",\"_id\":\"81ffba5\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-tg9zj\",\"_id\":\"ab4d97b\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-lzpac\",\"_id\":\"2ecca40\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hcybv\",\"_id\":\"92cc322\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-97oi7\",\"_id\":\"2c06d12\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hh34k\",\"_id\":\"b86e240\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#39AAFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_overlay_color\":\"#4600AB\",\"background_overlay_color_b\":\"#9529F2\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"parallax_background_uc_items\":[],\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c5aff12\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-p169u\",\"_id\":\"7ad662d\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-g0i38\",\"_id\":\"f43da81\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"item_repeater_class\":\"elementor-repeater-item-ihe7g\",\"_id\":\"181b8b2\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"item_repeater_class\":\"elementor-repeater-item-4bm3i\",\"_id\":\"a565109\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0yxyk\",\"_id\":\"80a16e7\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ng7ui\",\"_id\":\"c331a5c\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-83oaw\",\"_id\":\"bf9eeff\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-wq8si\",\"_id\":\"38a5f68\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-pd6kv\",\"_id\":\"567b9ba\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-gzrzf\",\"_id\":\"3a553ea\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-fkg6c\",\"_id\":\"9af515e\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-bnyld\",\"_id\":\"202e370\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"c279db1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87db908\",\"elType\":\"widget\",\"settings\":{\"transition_duration\":1200,\"card_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"card_height_mobile\":{\"unit\":\"px\",\"size\":473,\"sizes\":[]},\"icon_gap_bottom_inactive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Raleway\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"subtitle_typography_font_weight\":\"500\",\"subtitle_color\":\"#FFFFFF\",\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0bhrz\",\"_id\":\"5dd2a2a\",\"subtitle_textarea\":\"Accurate maintenance of books, ledgers, and financial records.\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"graphic_element_text\":\"01\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Financial Reporting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-05bf5\",\"_id\":\"2c81382\",\"background_color\":\"\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Preparation of financial statements aligned with international and local standards.\",\"graphic_element_text\":\"01\"},{\"title\":\"Tax Planning & Filing\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"_id\":\"279cb8a\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"graphic_element_text\":\"01\"},{\"title\":\"Audit & Assurance\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Internal audit support and assurance services to enhance reliability.\",\"graphic_element_text\":\"01\",\"_id\":\"af5a69b\"},{\"title\":\"Business Advisory\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Strategic consulting to improve performance and financial decisions.\",\"graphic_element_text\":\"01\",\"_id\":\"01388f8\"},{\"title\":\"Payroll & HR Accounting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"graphic_element_text\":\"01\",\"_id\":\"d54148e\"}],\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_hover_color\":\"#FF0000\",\"shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.26)\"},\"inactive_card_width\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.45)\"},\"border_radius_hoer\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"shadow_hover_box_shadow_type\":\"yes\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"icon_shadow_box_shadow_type\":\"yes\",\"icon_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":6,\"color\":\"rgba(255, 255, 255, 0.28)\"},\"button_text\":\"Learn More\",\"active_item\":2,\"content_width_active\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width_active_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"content_width_active_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"subtitle_gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"\",\"overlay_opacity_active\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"entrence_animation_duration\":{\"unit\":\"\",\"size\":0.5,\"sizes\":[]},\"entrence_animation_blur\":\"strong\",\"remote_parent_enable\":\"\",\"remote_parent_name\":\"second\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#54595F\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#FFFFFF\",\"btn_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.5)\"},\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.32)\"},\"show_vertical_title\":\"true\",\"overlay_opacity_inactive\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"card_height_tablet\":{\"unit\":\"px\",\"size\":296,\"sizes\":[]},\"content_layout\":\"row\",\"content_align_inactive\":\"center\",\"content_align\":\"flex-start\",\"element_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"vertical_title_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sub_content_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"justify_content_inactive\":\"flex-start\",\"subcontent_layout_mobile\":\"column\",\"text_align\":\"left\",\"justify_content\":\"space-between\",\"subcontent_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"vertical_align_active\":\"flex-end\",\"vertical_align_active_tablet\":\"flex-end\",\"text_align_tablet\":\"center\",\"text_align_mobile\":\"center\",\"align_content_tablet\":\"center\",\"align_content_inactive_tablet\":\"center\",\"responsive_breakpoint\":150,\"vertical_align_active_mobile\":\"center\",\"content_layout_mobile\":\"column\",\"align_content_inactive_mobile\":\"flex-end\",\"graaphic_el_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_family\":\"Libre Baskerville\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_typography_typography\":\"custom\",\"button_text_typography_font_family\":\"Inter\",\"button_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_text_typography_font_weight\":\"400\",\"button_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"overlay_color_background\":\"gradient\",\"overlay_color_color\":\"#00000000\",\"overlay_color_color_b\":\"#000000\",\"overlay_color_inactive_background\":\"classic\",\"overlay_color_inactive_color\":\"#000000\",\"multisource_api_currency_exchange:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"269d012\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"eccf28f\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"00c3250\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"06a6d5d\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"ca84bd9\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"eacca24\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"9cd10b7\"}],\"multisource_instagram_num_items\":12,\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_expanding_content_cards\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1003, 122, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1008, 123, '_elementor_edit_mode', 'builder'),
(1009, 123, '_elementor_template_type', 'wp-page'),
(1010, 123, '_elementor_version', '3.34.0'),
(1011, 123, '_elementor_pro_version', '3.29.1'),
(1012, 123, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1013, 123, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#202870\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2.jpg\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"hexagon\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a39ee67\",\"elType\":\"container\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-yf653\",\"_id\":\"40b0dcf\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-u3fzt\",\"_id\":\"c511e8c\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-jtu1i\",\"_id\":\"2f8dfb5\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-hjmuu\",\"_id\":\"4350435\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-f3qep\",\"_id\":\"5fcdf06\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-l16vx\",\"_id\":\"f0bc83d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-whmvj\",\"_id\":\"81ffba5\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-tg9zj\",\"_id\":\"ab4d97b\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-lzpac\",\"_id\":\"2ecca40\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hcybv\",\"_id\":\"92cc322\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-97oi7\",\"_id\":\"2c06d12\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hh34k\",\"_id\":\"b86e240\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#39AAFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_overlay_color\":\"#4600AB\",\"background_overlay_color_b\":\"#9529F2\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"parallax_background_uc_items\":[],\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c5aff12\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-p169u\",\"_id\":\"7ad662d\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-g0i38\",\"_id\":\"f43da81\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"item_repeater_class\":\"elementor-repeater-item-ihe7g\",\"_id\":\"181b8b2\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"item_repeater_class\":\"elementor-repeater-item-4bm3i\",\"_id\":\"a565109\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0yxyk\",\"_id\":\"80a16e7\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ng7ui\",\"_id\":\"c331a5c\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-83oaw\",\"_id\":\"bf9eeff\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-wq8si\",\"_id\":\"38a5f68\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-pd6kv\",\"_id\":\"567b9ba\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-gzrzf\",\"_id\":\"3a553ea\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-fkg6c\",\"_id\":\"9af515e\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-bnyld\",\"_id\":\"202e370\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"c279db1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87db908\",\"elType\":\"widget\",\"settings\":{\"transition_duration\":1200,\"card_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"card_height_mobile\":{\"unit\":\"px\",\"size\":473,\"sizes\":[]},\"icon_gap_bottom_inactive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Raleway\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"subtitle_typography_font_weight\":\"500\",\"subtitle_color\":\"#FFFFFF\",\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0bhrz\",\"_id\":\"5dd2a2a\",\"subtitle_textarea\":\"Accurate maintenance of books, ledgers, and financial records.\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"graphic_element_text\":\"01\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Financial Reporting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-05bf5\",\"_id\":\"2c81382\",\"background_color\":\"\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Preparation of financial statements aligned with international and local standards.\",\"graphic_element_text\":\"01\"},{\"title\":\"Tax Planning & Filing\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"_id\":\"279cb8a\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"graphic_element_text\":\"01\"},{\"title\":\"Audit & Assurance\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Internal audit support and assurance services to enhance reliability.\",\"graphic_element_text\":\"01\",\"_id\":\"af5a69b\"},{\"title\":\"Business Advisory\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Strategic consulting to improve performance and financial decisions.\",\"graphic_element_text\":\"01\",\"_id\":\"01388f8\"},{\"title\":\"Payroll & HR Accounting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"graphic_element_text\":\"01\",\"_id\":\"d54148e\"}],\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_hover_color\":\"#FF0000\",\"shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.26)\"},\"inactive_card_width\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.45)\"},\"border_radius_hoer\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"shadow_hover_box_shadow_type\":\"yes\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"icon_shadow_box_shadow_type\":\"yes\",\"icon_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":6,\"color\":\"rgba(255, 255, 255, 0.28)\"},\"button_text\":\"Learn More\",\"active_item\":2,\"content_width_active\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width_active_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"content_width_active_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"subtitle_gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"\",\"overlay_opacity_active\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"entrence_animation_duration\":{\"unit\":\"\",\"size\":0.5,\"sizes\":[]},\"entrence_animation_blur\":\"strong\",\"remote_parent_enable\":\"\",\"remote_parent_name\":\"second\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#54595F\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#FFFFFF\",\"btn_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.5)\"},\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.32)\"},\"show_vertical_title\":\"true\",\"overlay_opacity_inactive\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"card_height_tablet\":{\"unit\":\"px\",\"size\":296,\"sizes\":[]},\"content_layout\":\"row\",\"content_align_inactive\":\"center\",\"content_align\":\"flex-start\",\"element_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"vertical_title_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sub_content_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"justify_content_inactive\":\"flex-start\",\"subcontent_layout_mobile\":\"column\",\"text_align\":\"left\",\"justify_content\":\"space-between\",\"subcontent_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"vertical_align_active\":\"flex-end\",\"vertical_align_active_tablet\":\"flex-end\",\"text_align_tablet\":\"center\",\"text_align_mobile\":\"center\",\"align_content_tablet\":\"center\",\"align_content_inactive_tablet\":\"center\",\"responsive_breakpoint\":150,\"vertical_align_active_mobile\":\"center\",\"content_layout_mobile\":\"column\",\"align_content_inactive_mobile\":\"flex-end\",\"graaphic_el_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_family\":\"Libre Baskerville\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_typography_typography\":\"custom\",\"button_text_typography_font_family\":\"Inter\",\"button_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_text_typography_font_weight\":\"400\",\"button_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"overlay_color_background\":\"gradient\",\"overlay_color_color\":\"#00000000\",\"overlay_color_color_b\":\"#000000\",\"overlay_color_inactive_background\":\"classic\",\"overlay_color_inactive_color\":\"#000000\",\"multisource_api_currency_exchange:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"269d012\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"eccf28f\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"00c3250\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"06a6d5d\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"ca84bd9\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"eacca24\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"9cd10b7\"}],\"multisource_instagram_num_items\":12,\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_expanding_content_cards\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1014, 123, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1018, 124, '_elementor_edit_mode', 'builder'),
(1019, 124, '_elementor_template_type', 'wp-page'),
(1020, 124, '_elementor_version', '3.34.0'),
(1021, 124, '_elementor_pro_version', '3.29.1'),
(1022, 124, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1023, 124, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#202870\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2.jpg\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"hexagon\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a39ee67\",\"elType\":\"container\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-yf653\",\"_id\":\"40b0dcf\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-u3fzt\",\"_id\":\"c511e8c\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-jtu1i\",\"_id\":\"2f8dfb5\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-hjmuu\",\"_id\":\"4350435\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-f3qep\",\"_id\":\"5fcdf06\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-l16vx\",\"_id\":\"f0bc83d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-whmvj\",\"_id\":\"81ffba5\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-tg9zj\",\"_id\":\"ab4d97b\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-lzpac\",\"_id\":\"2ecca40\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hcybv\",\"_id\":\"92cc322\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-97oi7\",\"_id\":\"2c06d12\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hh34k\",\"_id\":\"b86e240\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#39AAFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_overlay_color\":\"#4600AB\",\"background_overlay_color_b\":\"#9529F2\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"parallax_background_uc_items\":[],\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c5aff12\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-p169u\",\"_id\":\"7ad662d\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-g0i38\",\"_id\":\"f43da81\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"item_repeater_class\":\"elementor-repeater-item-ihe7g\",\"_id\":\"181b8b2\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"item_repeater_class\":\"elementor-repeater-item-4bm3i\",\"_id\":\"a565109\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0yxyk\",\"_id\":\"80a16e7\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ng7ui\",\"_id\":\"c331a5c\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-83oaw\",\"_id\":\"bf9eeff\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-wq8si\",\"_id\":\"38a5f68\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-pd6kv\",\"_id\":\"567b9ba\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-gzrzf\",\"_id\":\"3a553ea\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-fkg6c\",\"_id\":\"9af515e\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-bnyld\",\"_id\":\"202e370\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"c279db1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87db908\",\"elType\":\"widget\",\"settings\":{\"transition_duration\":1200,\"card_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"card_height_mobile\":{\"unit\":\"px\",\"size\":473,\"sizes\":[]},\"icon_gap_bottom_inactive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Raleway\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"subtitle_typography_font_weight\":\"500\",\"subtitle_color\":\"#FFFFFF\",\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0bhrz\",\"_id\":\"5dd2a2a\",\"subtitle_textarea\":\"Accurate maintenance of books, ledgers, and financial records.\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"graphic_element_text\":\"01\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Financial Reporting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-05bf5\",\"_id\":\"2c81382\",\"background_color\":\"\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Preparation of financial statements aligned with international and local standards.\",\"graphic_element_text\":\"01\"},{\"title\":\"Tax Planning & Filing\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"_id\":\"279cb8a\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"graphic_element_text\":\"01\"},{\"title\":\"Audit & Assurance\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Internal audit support and assurance services to enhance reliability.\",\"graphic_element_text\":\"01\",\"_id\":\"af5a69b\"},{\"title\":\"Business Advisory\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Strategic consulting to improve performance and financial decisions.\",\"graphic_element_text\":\"01\",\"_id\":\"01388f8\"},{\"title\":\"Payroll & HR Accounting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"graphic_element_text\":\"01\",\"_id\":\"d54148e\"}],\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_hover_color\":\"#FF0000\",\"shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.26)\"},\"inactive_card_width\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.45)\"},\"border_radius_hoer\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"shadow_hover_box_shadow_type\":\"yes\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"icon_shadow_box_shadow_type\":\"yes\",\"icon_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":6,\"color\":\"rgba(255, 255, 255, 0.28)\"},\"button_text\":\"Learn More\",\"active_item\":2,\"content_width_active\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width_active_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"content_width_active_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"subtitle_gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"\",\"overlay_opacity_active\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"entrence_animation_duration\":{\"unit\":\"\",\"size\":0.5,\"sizes\":[]},\"entrence_animation_blur\":\"strong\",\"remote_parent_enable\":\"\",\"remote_parent_name\":\"second\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#54595F\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#FFFFFF\",\"btn_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.5)\"},\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.32)\"},\"show_vertical_title\":\"true\",\"overlay_opacity_inactive\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"card_height_tablet\":{\"unit\":\"px\",\"size\":296,\"sizes\":[]},\"content_layout\":\"row\",\"content_align_inactive\":\"center\",\"content_align\":\"flex-start\",\"element_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"vertical_title_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sub_content_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"justify_content_inactive\":\"flex-start\",\"subcontent_layout_mobile\":\"column\",\"text_align\":\"left\",\"justify_content\":\"space-between\",\"subcontent_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"vertical_align_active\":\"flex-end\",\"vertical_align_active_tablet\":\"flex-end\",\"text_align_tablet\":\"center\",\"text_align_mobile\":\"center\",\"align_content_tablet\":\"center\",\"align_content_inactive_tablet\":\"center\",\"responsive_breakpoint\":150,\"vertical_align_active_mobile\":\"center\",\"content_layout_mobile\":\"column\",\"align_content_inactive_mobile\":\"flex-end\",\"graaphic_el_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_family\":\"Libre Baskerville\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_typography_typography\":\"custom\",\"button_text_typography_font_family\":\"Inter\",\"button_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_text_typography_font_weight\":\"400\",\"button_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"overlay_color_background\":\"gradient\",\"overlay_color_color\":\"#00000000\",\"overlay_color_color_b\":\"#000000\",\"overlay_color_inactive_background\":\"classic\",\"overlay_color_inactive_color\":\"#000000\",\"multisource_api_currency_exchange:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"269d012\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"eccf28f\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"00c3250\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"06a6d5d\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"ca84bd9\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"eacca24\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"9cd10b7\"}],\"multisource_instagram_num_items\":12,\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_expanding_content_cards\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1024, 124, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1028, 125, '_elementor_edit_mode', 'builder'),
(1029, 125, '_elementor_template_type', 'wp-page'),
(1030, 125, '_elementor_version', '3.34.0'),
(1031, 125, '_elementor_pro_version', '3.29.1'),
(1032, 125, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1033, 125, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#202870\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2.jpg\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"hexagon\",\"image_size\":\"full\",\"_mask_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a39ee67\",\"elType\":\"container\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-yf653\",\"_id\":\"40b0dcf\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-u3fzt\",\"_id\":\"c511e8c\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-jtu1i\",\"_id\":\"2f8dfb5\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-hjmuu\",\"_id\":\"4350435\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-f3qep\",\"_id\":\"5fcdf06\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-l16vx\",\"_id\":\"f0bc83d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-whmvj\",\"_id\":\"81ffba5\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-tg9zj\",\"_id\":\"ab4d97b\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-lzpac\",\"_id\":\"2ecca40\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hcybv\",\"_id\":\"92cc322\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-97oi7\",\"_id\":\"2c06d12\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hh34k\",\"_id\":\"b86e240\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#39AAFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_overlay_color\":\"#4600AB\",\"background_overlay_color_b\":\"#9529F2\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"parallax_background_uc_items\":[],\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c5aff12\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-p169u\",\"_id\":\"7ad662d\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-g0i38\",\"_id\":\"f43da81\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"item_repeater_class\":\"elementor-repeater-item-ihe7g\",\"_id\":\"181b8b2\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"item_repeater_class\":\"elementor-repeater-item-4bm3i\",\"_id\":\"a565109\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0yxyk\",\"_id\":\"80a16e7\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ng7ui\",\"_id\":\"c331a5c\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-83oaw\",\"_id\":\"bf9eeff\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-wq8si\",\"_id\":\"38a5f68\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-pd6kv\",\"_id\":\"567b9ba\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-gzrzf\",\"_id\":\"3a553ea\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-fkg6c\",\"_id\":\"9af515e\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-bnyld\",\"_id\":\"202e370\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"c279db1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87db908\",\"elType\":\"widget\",\"settings\":{\"transition_duration\":1200,\"card_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"card_height_mobile\":{\"unit\":\"px\",\"size\":473,\"sizes\":[]},\"icon_gap_bottom_inactive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Raleway\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"subtitle_typography_font_weight\":\"500\",\"subtitle_color\":\"#FFFFFF\",\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0bhrz\",\"_id\":\"5dd2a2a\",\"subtitle_textarea\":\"Accurate maintenance of books, ledgers, and financial records.\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"graphic_element_text\":\"01\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Financial Reporting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-05bf5\",\"_id\":\"2c81382\",\"background_color\":\"\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Preparation of financial statements aligned with international and local standards.\",\"graphic_element_text\":\"01\"},{\"title\":\"Tax Planning & Filing\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"_id\":\"279cb8a\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"graphic_element_text\":\"01\"},{\"title\":\"Audit & Assurance\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Internal audit support and assurance services to enhance reliability.\",\"graphic_element_text\":\"01\",\"_id\":\"af5a69b\"},{\"title\":\"Business Advisory\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Strategic consulting to improve performance and financial decisions.\",\"graphic_element_text\":\"01\",\"_id\":\"01388f8\"},{\"title\":\"Payroll & HR Accounting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"graphic_element_text\":\"01\",\"_id\":\"d54148e\"}],\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_hover_color\":\"#FF0000\",\"shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.26)\"},\"inactive_card_width\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.45)\"},\"border_radius_hoer\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"shadow_hover_box_shadow_type\":\"yes\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"icon_shadow_box_shadow_type\":\"yes\",\"icon_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":6,\"color\":\"rgba(255, 255, 255, 0.28)\"},\"button_text\":\"Learn More\",\"active_item\":2,\"content_width_active\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width_active_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"content_width_active_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"subtitle_gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"\",\"overlay_opacity_active\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"entrence_animation_duration\":{\"unit\":\"\",\"size\":0.5,\"sizes\":[]},\"entrence_animation_blur\":\"strong\",\"remote_parent_enable\":\"\",\"remote_parent_name\":\"second\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#54595F\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#FFFFFF\",\"btn_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.5)\"},\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.32)\"},\"show_vertical_title\":\"true\",\"overlay_opacity_inactive\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"card_height_tablet\":{\"unit\":\"px\",\"size\":296,\"sizes\":[]},\"content_layout\":\"row\",\"content_align_inactive\":\"center\",\"content_align\":\"flex-start\",\"element_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"vertical_title_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sub_content_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"justify_content_inactive\":\"flex-start\",\"subcontent_layout_mobile\":\"column\",\"text_align\":\"left\",\"justify_content\":\"space-between\",\"subcontent_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"vertical_align_active\":\"flex-end\",\"vertical_align_active_tablet\":\"flex-end\",\"text_align_tablet\":\"center\",\"text_align_mobile\":\"center\",\"align_content_tablet\":\"center\",\"align_content_inactive_tablet\":\"center\",\"responsive_breakpoint\":150,\"vertical_align_active_mobile\":\"center\",\"content_layout_mobile\":\"column\",\"align_content_inactive_mobile\":\"flex-end\",\"graaphic_el_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_family\":\"Libre Baskerville\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_typography_typography\":\"custom\",\"button_text_typography_font_family\":\"Inter\",\"button_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_text_typography_font_weight\":\"400\",\"button_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"overlay_color_background\":\"gradient\",\"overlay_color_color\":\"#00000000\",\"overlay_color_color_b\":\"#000000\",\"overlay_color_inactive_background\":\"classic\",\"overlay_color_inactive_color\":\"#000000\",\"multisource_api_currency_exchange:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"269d012\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"eccf28f\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"00c3250\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"06a6d5d\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"ca84bd9\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"eacca24\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"9cd10b7\"}],\"multisource_instagram_num_items\":12,\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_expanding_content_cards\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1034, 125, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1040, 126, '_elementor_edit_mode', 'builder'),
(1041, 126, '_elementor_template_type', 'wp-page'),
(1042, 126, '_elementor_version', '3.34.0'),
(1043, 126, '_elementor_pro_version', '3.29.1'),
(1044, 126, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1045, 126, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#202870\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2.jpg\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"hexagon\",\"image_size\":\"full\",\"_mask_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a39ee67\",\"elType\":\"container\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-yf653\",\"_id\":\"40b0dcf\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-u3fzt\",\"_id\":\"c511e8c\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-jtu1i\",\"_id\":\"2f8dfb5\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-hjmuu\",\"_id\":\"4350435\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-f3qep\",\"_id\":\"5fcdf06\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-l16vx\",\"_id\":\"f0bc83d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-whmvj\",\"_id\":\"81ffba5\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-tg9zj\",\"_id\":\"ab4d97b\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-lzpac\",\"_id\":\"2ecca40\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hcybv\",\"_id\":\"92cc322\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-97oi7\",\"_id\":\"2c06d12\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hh34k\",\"_id\":\"b86e240\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#39AAFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_overlay_color\":\"#4600AB\",\"background_overlay_color_b\":\"#9529F2\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"parallax_background_uc_items\":[],\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c5aff12\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-p169u\",\"_id\":\"7ad662d\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-g0i38\",\"_id\":\"f43da81\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"item_repeater_class\":\"elementor-repeater-item-ihe7g\",\"_id\":\"181b8b2\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"item_repeater_class\":\"elementor-repeater-item-4bm3i\",\"_id\":\"a565109\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0yxyk\",\"_id\":\"80a16e7\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ng7ui\",\"_id\":\"c331a5c\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-83oaw\",\"_id\":\"bf9eeff\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-wq8si\",\"_id\":\"38a5f68\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-pd6kv\",\"_id\":\"567b9ba\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-gzrzf\",\"_id\":\"3a553ea\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-fkg6c\",\"_id\":\"9af515e\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-bnyld\",\"_id\":\"202e370\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"c279db1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87db908\",\"elType\":\"widget\",\"settings\":{\"transition_duration\":1200,\"card_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"card_height_mobile\":{\"unit\":\"px\",\"size\":473,\"sizes\":[]},\"icon_gap_bottom_inactive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Raleway\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"subtitle_typography_font_weight\":\"500\",\"subtitle_color\":\"#FFFFFF\",\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0bhrz\",\"_id\":\"5dd2a2a\",\"subtitle_textarea\":\"Accurate maintenance of books, ledgers, and financial records.\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"graphic_element_text\":\"01\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Financial Reporting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-05bf5\",\"_id\":\"2c81382\",\"background_color\":\"\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Preparation of financial statements aligned with international and local standards.\",\"graphic_element_text\":\"01\"},{\"title\":\"Tax Planning & Filing\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"_id\":\"279cb8a\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"graphic_element_text\":\"01\"},{\"title\":\"Audit & Assurance\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Internal audit support and assurance services to enhance reliability.\",\"graphic_element_text\":\"01\",\"_id\":\"af5a69b\"},{\"title\":\"Business Advisory\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Strategic consulting to improve performance and financial decisions.\",\"graphic_element_text\":\"01\",\"_id\":\"01388f8\"},{\"title\":\"Payroll & HR Accounting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"graphic_element_text\":\"01\",\"_id\":\"d54148e\"}],\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_hover_color\":\"#FF0000\",\"shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.26)\"},\"inactive_card_width\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.45)\"},\"border_radius_hoer\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"shadow_hover_box_shadow_type\":\"yes\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"icon_shadow_box_shadow_type\":\"yes\",\"icon_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":6,\"color\":\"rgba(255, 255, 255, 0.28)\"},\"button_text\":\"Learn More\",\"active_item\":2,\"content_width_active\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width_active_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"content_width_active_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"subtitle_gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"\",\"overlay_opacity_active\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"entrence_animation_duration\":{\"unit\":\"\",\"size\":0.5,\"sizes\":[]},\"entrence_animation_blur\":\"strong\",\"remote_parent_enable\":\"\",\"remote_parent_name\":\"second\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#54595F\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#FFFFFF\",\"btn_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.5)\"},\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.32)\"},\"show_vertical_title\":\"true\",\"overlay_opacity_inactive\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"card_height_tablet\":{\"unit\":\"px\",\"size\":296,\"sizes\":[]},\"content_layout\":\"row\",\"content_align_inactive\":\"center\",\"content_align\":\"flex-start\",\"element_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"vertical_title_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sub_content_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"justify_content_inactive\":\"flex-start\",\"subcontent_layout_mobile\":\"column\",\"text_align\":\"left\",\"justify_content\":\"space-between\",\"subcontent_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"vertical_align_active\":\"flex-end\",\"vertical_align_active_tablet\":\"flex-end\",\"text_align_tablet\":\"center\",\"text_align_mobile\":\"center\",\"align_content_tablet\":\"center\",\"align_content_inactive_tablet\":\"center\",\"responsive_breakpoint\":150,\"vertical_align_active_mobile\":\"center\",\"content_layout_mobile\":\"column\",\"align_content_inactive_mobile\":\"flex-end\",\"graaphic_el_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_family\":\"Libre Baskerville\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_typography_typography\":\"custom\",\"button_text_typography_font_family\":\"Inter\",\"button_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_text_typography_font_weight\":\"400\",\"button_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"overlay_color_background\":\"gradient\",\"overlay_color_color\":\"#00000000\",\"overlay_color_color_b\":\"#000000\",\"overlay_color_inactive_background\":\"classic\",\"overlay_color_inactive_color\":\"#000000\",\"multisource_api_currency_exchange:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"269d012\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"eccf28f\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"00c3250\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"06a6d5d\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"ca84bd9\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"eacca24\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"9cd10b7\"}],\"multisource_instagram_num_items\":12,\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_expanding_content_cards\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1046, 126, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1050, 127, '_elementor_edit_mode', 'builder'),
(1051, 127, '_elementor_template_type', 'wp-page'),
(1052, 127, '_elementor_version', '3.34.0'),
(1053, 127, '_elementor_pro_version', '3.29.1'),
(1054, 127, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1055, 127, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#202870\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2.jpg\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"hexagon\",\"image_size\":\"full\",\"_mask_size\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a39ee67\",\"elType\":\"container\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-yf653\",\"_id\":\"40b0dcf\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-u3fzt\",\"_id\":\"c511e8c\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-jtu1i\",\"_id\":\"2f8dfb5\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-hjmuu\",\"_id\":\"4350435\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-f3qep\",\"_id\":\"5fcdf06\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-l16vx\",\"_id\":\"f0bc83d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-whmvj\",\"_id\":\"81ffba5\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-tg9zj\",\"_id\":\"ab4d97b\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-lzpac\",\"_id\":\"2ecca40\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hcybv\",\"_id\":\"92cc322\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-97oi7\",\"_id\":\"2c06d12\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hh34k\",\"_id\":\"b86e240\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#39AAFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_overlay_color\":\"#4600AB\",\"background_overlay_color_b\":\"#9529F2\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"parallax_background_uc_items\":[],\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c5aff12\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-p169u\",\"_id\":\"7ad662d\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-g0i38\",\"_id\":\"f43da81\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"item_repeater_class\":\"elementor-repeater-item-ihe7g\",\"_id\":\"181b8b2\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"item_repeater_class\":\"elementor-repeater-item-4bm3i\",\"_id\":\"a565109\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0yxyk\",\"_id\":\"80a16e7\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ng7ui\",\"_id\":\"c331a5c\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-83oaw\",\"_id\":\"bf9eeff\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-wq8si\",\"_id\":\"38a5f68\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-pd6kv\",\"_id\":\"567b9ba\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-gzrzf\",\"_id\":\"3a553ea\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-fkg6c\",\"_id\":\"9af515e\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-bnyld\",\"_id\":\"202e370\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"c279db1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87db908\",\"elType\":\"widget\",\"settings\":{\"transition_duration\":1200,\"card_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"card_height_mobile\":{\"unit\":\"px\",\"size\":473,\"sizes\":[]},\"icon_gap_bottom_inactive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Raleway\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"subtitle_typography_font_weight\":\"500\",\"subtitle_color\":\"#FFFFFF\",\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0bhrz\",\"_id\":\"5dd2a2a\",\"subtitle_textarea\":\"Accurate maintenance of books, ledgers, and financial records.\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"graphic_element_text\":\"01\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Financial Reporting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-05bf5\",\"_id\":\"2c81382\",\"background_color\":\"\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Preparation of financial statements aligned with international and local standards.\",\"graphic_element_text\":\"01\"},{\"title\":\"Tax Planning & Filing\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"_id\":\"279cb8a\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"graphic_element_text\":\"01\"},{\"title\":\"Audit & Assurance\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Internal audit support and assurance services to enhance reliability.\",\"graphic_element_text\":\"01\",\"_id\":\"af5a69b\"},{\"title\":\"Business Advisory\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Strategic consulting to improve performance and financial decisions.\",\"graphic_element_text\":\"01\",\"_id\":\"01388f8\"},{\"title\":\"Payroll & HR Accounting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"graphic_element_text\":\"01\",\"_id\":\"d54148e\"}],\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_hover_color\":\"#FF0000\",\"shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.26)\"},\"inactive_card_width\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.45)\"},\"border_radius_hoer\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"shadow_hover_box_shadow_type\":\"yes\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"icon_shadow_box_shadow_type\":\"yes\",\"icon_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":6,\"color\":\"rgba(255, 255, 255, 0.28)\"},\"button_text\":\"Learn More\",\"active_item\":2,\"content_width_active\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width_active_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"content_width_active_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"subtitle_gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"\",\"overlay_opacity_active\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"entrence_animation_duration\":{\"unit\":\"\",\"size\":0.5,\"sizes\":[]},\"entrence_animation_blur\":\"strong\",\"remote_parent_enable\":\"\",\"remote_parent_name\":\"second\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#54595F\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#FFFFFF\",\"btn_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.5)\"},\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.32)\"},\"show_vertical_title\":\"true\",\"overlay_opacity_inactive\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"card_height_tablet\":{\"unit\":\"px\",\"size\":296,\"sizes\":[]},\"content_layout\":\"row\",\"content_align_inactive\":\"center\",\"content_align\":\"flex-start\",\"element_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"vertical_title_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sub_content_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"justify_content_inactive\":\"flex-start\",\"subcontent_layout_mobile\":\"column\",\"text_align\":\"left\",\"justify_content\":\"space-between\",\"subcontent_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"vertical_align_active\":\"flex-end\",\"vertical_align_active_tablet\":\"flex-end\",\"text_align_tablet\":\"center\",\"text_align_mobile\":\"center\",\"align_content_tablet\":\"center\",\"align_content_inactive_tablet\":\"center\",\"responsive_breakpoint\":150,\"vertical_align_active_mobile\":\"center\",\"content_layout_mobile\":\"column\",\"align_content_inactive_mobile\":\"flex-end\",\"graaphic_el_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_family\":\"Libre Baskerville\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_typography_typography\":\"custom\",\"button_text_typography_font_family\":\"Inter\",\"button_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_text_typography_font_weight\":\"400\",\"button_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"overlay_color_background\":\"gradient\",\"overlay_color_color\":\"#00000000\",\"overlay_color_color_b\":\"#000000\",\"overlay_color_inactive_background\":\"classic\",\"overlay_color_inactive_color\":\"#000000\",\"multisource_api_currency_exchange:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"269d012\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"eccf28f\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"00c3250\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"06a6d5d\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"ca84bd9\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"eacca24\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"9cd10b7\"}],\"multisource_instagram_num_items\":12,\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_expanding_content_cards\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1056, 127, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1060, 128, '_elementor_edit_mode', 'builder'),
(1061, 128, '_elementor_template_type', 'wp-page'),
(1062, 128, '_elementor_version', '3.34.0'),
(1063, 128, '_elementor_pro_version', '3.29.1'),
(1064, 128, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1065, 128, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#202870\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2.jpg\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"hexagon\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a39ee67\",\"elType\":\"container\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-yf653\",\"_id\":\"40b0dcf\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-u3fzt\",\"_id\":\"c511e8c\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-jtu1i\",\"_id\":\"2f8dfb5\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-hjmuu\",\"_id\":\"4350435\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-f3qep\",\"_id\":\"5fcdf06\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-l16vx\",\"_id\":\"f0bc83d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-whmvj\",\"_id\":\"81ffba5\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-tg9zj\",\"_id\":\"ab4d97b\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-lzpac\",\"_id\":\"2ecca40\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hcybv\",\"_id\":\"92cc322\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-97oi7\",\"_id\":\"2c06d12\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hh34k\",\"_id\":\"b86e240\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#39AAFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_overlay_color\":\"#4600AB\",\"background_overlay_color_b\":\"#9529F2\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"parallax_background_uc_items\":[],\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c5aff12\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-p169u\",\"_id\":\"7ad662d\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-g0i38\",\"_id\":\"f43da81\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"item_repeater_class\":\"elementor-repeater-item-ihe7g\",\"_id\":\"181b8b2\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"item_repeater_class\":\"elementor-repeater-item-4bm3i\",\"_id\":\"a565109\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0yxyk\",\"_id\":\"80a16e7\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ng7ui\",\"_id\":\"c331a5c\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-83oaw\",\"_id\":\"bf9eeff\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-wq8si\",\"_id\":\"38a5f68\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-pd6kv\",\"_id\":\"567b9ba\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-gzrzf\",\"_id\":\"3a553ea\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-fkg6c\",\"_id\":\"9af515e\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-bnyld\",\"_id\":\"202e370\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"c279db1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87db908\",\"elType\":\"widget\",\"settings\":{\"transition_duration\":1200,\"card_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"card_height_mobile\":{\"unit\":\"px\",\"size\":473,\"sizes\":[]},\"icon_gap_bottom_inactive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Raleway\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"subtitle_typography_font_weight\":\"500\",\"subtitle_color\":\"#FFFFFF\",\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0bhrz\",\"_id\":\"5dd2a2a\",\"subtitle_textarea\":\"Accurate maintenance of books, ledgers, and financial records.\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"graphic_element_text\":\"01\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Financial Reporting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-05bf5\",\"_id\":\"2c81382\",\"background_color\":\"\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Preparation of financial statements aligned with international and local standards.\",\"graphic_element_text\":\"01\"},{\"title\":\"Tax Planning & Filing\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"_id\":\"279cb8a\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"graphic_element_text\":\"01\"},{\"title\":\"Audit & Assurance\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Internal audit support and assurance services to enhance reliability.\",\"graphic_element_text\":\"01\",\"_id\":\"af5a69b\"},{\"title\":\"Business Advisory\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Strategic consulting to improve performance and financial decisions.\",\"graphic_element_text\":\"01\",\"_id\":\"01388f8\"},{\"title\":\"Payroll & HR Accounting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"graphic_element_text\":\"01\",\"_id\":\"d54148e\"}],\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_hover_color\":\"#FF0000\",\"shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.26)\"},\"inactive_card_width\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.45)\"},\"border_radius_hoer\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"shadow_hover_box_shadow_type\":\"yes\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"icon_shadow_box_shadow_type\":\"yes\",\"icon_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":6,\"color\":\"rgba(255, 255, 255, 0.28)\"},\"button_text\":\"Learn More\",\"active_item\":2,\"content_width_active\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width_active_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"content_width_active_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"subtitle_gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"\",\"overlay_opacity_active\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"entrence_animation_duration\":{\"unit\":\"\",\"size\":0.5,\"sizes\":[]},\"entrence_animation_blur\":\"strong\",\"remote_parent_enable\":\"\",\"remote_parent_name\":\"second\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#54595F\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#FFFFFF\",\"btn_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.5)\"},\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.32)\"},\"show_vertical_title\":\"true\",\"overlay_opacity_inactive\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"card_height_tablet\":{\"unit\":\"px\",\"size\":296,\"sizes\":[]},\"content_layout\":\"row\",\"content_align_inactive\":\"center\",\"content_align\":\"flex-start\",\"element_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"vertical_title_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sub_content_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"justify_content_inactive\":\"flex-start\",\"subcontent_layout_mobile\":\"column\",\"text_align\":\"left\",\"justify_content\":\"space-between\",\"subcontent_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"vertical_align_active\":\"flex-end\",\"vertical_align_active_tablet\":\"flex-end\",\"text_align_tablet\":\"center\",\"text_align_mobile\":\"center\",\"align_content_tablet\":\"center\",\"align_content_inactive_tablet\":\"center\",\"responsive_breakpoint\":150,\"vertical_align_active_mobile\":\"center\",\"content_layout_mobile\":\"column\",\"align_content_inactive_mobile\":\"flex-end\",\"graaphic_el_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_family\":\"Libre Baskerville\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_typography_typography\":\"custom\",\"button_text_typography_font_family\":\"Inter\",\"button_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_text_typography_font_weight\":\"400\",\"button_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"overlay_color_background\":\"gradient\",\"overlay_color_color\":\"#00000000\",\"overlay_color_color_b\":\"#000000\",\"overlay_color_inactive_background\":\"classic\",\"overlay_color_inactive_color\":\"#000000\",\"multisource_api_currency_exchange:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"269d012\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"eccf28f\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"00c3250\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"06a6d5d\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"ca84bd9\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"eacca24\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"9cd10b7\"}],\"multisource_instagram_num_items\":12,\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_expanding_content_cards\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1066, 128, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1072, 12, '_elementor_css', 'a:6:{s:4:\"time\";i:1767179776;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1073, 33, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:3:{i:0;s:12:\"widget-image\";i:1;s:15:\"widget-nav-menu\";i:2;s:17:\"e-animation-float\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),
(1074, 113, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:6:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:17:\"e-animation-float\";i:3;s:11:\"e-motion-fx\";i:4;s:12:\"widget-image\";i:5;s:11:\"widget-form\";}}'),
(1076, 33, '_elementor_css', 'a:6:{s:4:\"time\";i:1767179777;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"0574db9\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1077, 33, '_elementor_element_cache', '{\"timeout\":1767609879,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-8097b1c e-con-full e-flex e-con e-parent\\\" data-id=\\\"8097b1c\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-41f6921 e-con-full e-flex e-con e-child\\\" data-id=\\\"41f6921\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"48d135c9c720ffbfbc275bd14d372201\\\" data=\\\"eyJpZCI6IjA1NzRkYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NzAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0aGVtZS1zaXRlLWxvZ28ifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-2b03f20 e-con-full e-flex e-con e-child\\\" data-id=\\\"2b03f20\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"48d135c9c720ffbfbc275bd14d372201\\\" data=\\\"eyJpZCI6IjUwZWNjNzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6InNoaWVsZC1tZW51IiwiYWxpZ25faXRlbXMiOiJjZW50ZXIiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsImNvbG9yX21lbnVfaXRlbSI6IiMxQzJDNzkiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjMkEyQTJBIiwicG9pbnRlcl9jb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjMUMyQzc5IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiMwMDAwMDAiLCJwb2ludGVyX2NvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjMUMyQzc5IiwibmF2X21lbnVfZGl2aWRlciI6InllcyIsIm5hdl9tZW51X2RpdmlkZXJfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJuYXZfbWVudV9kaXZpZGVyX2NvbG9yIjoiIzFDMkM3OSIsInBvaW50ZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwicG9pbnRlciI6ImZyYW1lZCIsImFuaW1hdGlvbl9mcmFtZWQiOiJzaHJpbmsiLCJuYXZfbWVudV9kaXZpZGVyX3dlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-0dcce0c e-flex e-con-boxed e-con e-child\\\" data-id=\\\"0dcce0c\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-495220a elementor-widget elementor-widget-button\\\" data-id=\\\"495220a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Get A Quote <\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(1079, 17, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:6:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:17:\"e-animation-float\";i:3;s:11:\"e-motion-fx\";i:4;s:12:\"widget-image\";i:5;s:11:\"widget-form\";}}');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1081, 17, '_elementor_element_cache', '{\"timeout\":1767266824,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-cba7991 e-con-full e-flex e-con e-parent\\\" data-id=\\\"cba7991\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-06787ff e-flex e-con-boxed e-con e-child\\\" data-id=\\\"06787ff\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element k=\\\"48d135c9c720ffbfbc275bd14d372201\\\" data=\\\"eyJpZCI6Ijg0ZGQ3ZmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJyZXZzbGlkZXJ0aXRsZSI6IlNsaWRlciAxIiwic2hvcnRjb2RlIjoiW3Jldl9zbGlkZXIgYWxpYXM9XCJzbGlkZXItMVwiIHNsaWRlcnRpdGxlPVwiU2xpZGVyIDFcIl1bXC9yZXZfc2xpZGVyXSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzbGlkZXJfcmV2b2x1dGlvbiJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-29840a9 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"29840a9\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-6265ae2 e-con-full e-flex e-con e-child\\\" data-id=\\\"6265ae2\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8225497 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"8225497\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">About Us<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"48d135c9c720ffbfbc275bd14d372201\\\" data=\\\"eyJpZCI6IjlmODlkYzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TaGllbGQgQWNjb3VudGluZyBpcyBhbiBlbWVyZ2luZyBhY2NvdW50aW5nIHNlcnZpY2VzIGZpcm0gbGVkIGJ5IHNlYXNvbmVkIGZpbmFuY2UgcHJvZmVzc2lvbmFscy4gV2l0aCBhIHN0cm9uZyBlbXBoYXNpcyBvbiBhY2N1cmFjeSwgY29tcGxpYW5jZSwgYW5kIGNsaWVudCB0cnVzdCwgd2UgaGVscCBidXNpbmVzc2VzIG5hdmlnYXRlIGZpbmFuY2lhbCBhbmQgcmVndWxhdG9yeSBsYW5kc2NhcGVzLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF9jb2xvciI6IiMyMDI4NzAiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo5Mywic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kdXJhdGlvbiI6InNsb3ciLCJfYW5pbWF0aW9uX2RlbGF5IjozMDB9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-26de8f1 elementor-widget elementor-widget-button\\\" data-id=\\\"26de8f1\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Read More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-38f78d5 e-con-full e-flex e-con e-child\\\" data-id=\\\"38f78d5\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4903c80 elementor-widget elementor-widget-image\\\" data-id=\\\"4903c80\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.3,&quot;sizes&quot;:[]}}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1440\\\" height=\\\"810\\\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2.jpg\\\" class=\\\"attachment-full size-full wp-image-21\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2.jpg 1440w, https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2-300x169.jpg 300w, https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2-1024x576.jpg 1024w, https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2-768x432.jpg 768w\\\" sizes=\\\"(max-width: 1440px) 100vw, 1440px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-a39ee67 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"a39ee67\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-c5aff12 e-con-full e-flex e-con e-child\\\" data-id=\\\"c5aff12\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c279db1 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"c279db1\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Our Services<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"48d135c9c720ffbfbc275bd14d372201\\\" data=\\\"eyJpZCI6Ijg3ZGI5MDgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0cmFuc2l0aW9uX2R1cmF0aW9uIjoxMjAwLCJjYXJkX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjo0ODAsInNpemVzIjpbXX0sImNhcmRfaGVpZ2h0X21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0NzMsInNpemVzIjpbXX0sImljb25fZ2FwX2JvdHRvbV9pbmFjdGl2ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGl0bGVfY29sb3IiOiIjRkZGRkZGIiwic3VidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwic3VidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJhbGV3YXkiLCJzdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNCwic2l6ZXMiOltdfSwic3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInN1YnRpdGxlX2NvbG9yIjoiI0ZGRkZGRiIsInVjX2l0ZW1zIjpbeyJ0aXRsZSI6IkFjY291bnRpbmcgJiBCb29ra2VlcGluZyIsImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtc3VuJz48XC9pPiIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvUGF5cm9sbDEuanBnIiwiaWQiOjEwNSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTBiaHJ6IiwiX2lkIjoiNWRkMmEyYSIsInN1YnRpdGxlX3RleHRhcmVhIjoiQWNjdXJhdGUgbWFpbnRlbmFuY2Ugb2YgYm9va3MsIGxlZGdlcnMsIGFuZCBmaW5hbmNpYWwgcmVjb3Jkcy4iLCJpY29uIjp7InZhbHVlIjoiIiwibGlicmFyeSI6IiJ9LCJncmFwaGljX2VsZW1lbnRfdGV4dCI6IjAxIiwibGluayI6eyJ1cmwiOiIjIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn19LHsidGl0bGUiOiJGaW5hbmNpYWwgUmVwb3J0aW5nIiwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1zdW4nPjxcL2k+IiwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEyXC9GSW5hbmNlMS5qcGciLCJpZCI6MTA0LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tMDViZjUiLCJfaWQiOiIyYzgxMzgyIiwiYmFja2dyb3VuZF9jb2xvciI6IiIsImljb24iOnsidmFsdWUiOiIiLCJsaWJyYXJ5IjoiIn0sInN1YnRpdGxlX3RleHRhcmVhIjoiUHJlcGFyYXRpb24gb2YgZmluYW5jaWFsIHN0YXRlbWVudHMgYWxpZ25lZCB3aXRoIGludGVybmF0aW9uYWwgYW5kIGxvY2FsIHN0YW5kYXJkcy4iLCJncmFwaGljX2VsZW1lbnRfdGV4dCI6IjAxIn0seyJ0aXRsZSI6IlRheCBQbGFubmluZyAmIEZpbGluZyIsImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtc3VuJz48XC9pPiIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvVEFYMS5qcGciLCJpZCI6MTAxLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tazFrYTciLCJfaWQiOiIyNzljYjhhIiwiaWNvbiI6eyJ2YWx1ZSI6IiIsImxpYnJhcnkiOiIifSwic3VidGl0bGVfdGV4dGFyZWEiOiJUYXggY29tcGxpYW5jZSwgb3B0aW1pemF0aW9uLCBhbmQgZmlsaW5nIHNlcnZpY2VzIGZvciBjb3Jwb3JhdGUgYW5kIGluZGl2aWR1YWwgY2xpZW50cy4iLCJncmFwaGljX2VsZW1lbnRfdGV4dCI6IjAxIn0seyJ0aXRsZSI6IkF1ZGl0ICYgQXNzdXJhbmNlIiwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1zdW4nPjxcL2k+IiwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEyXC9BdWRpdDEuanBnIiwiaWQiOjEwMywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLWsxa2E3IiwiaWNvbiI6eyJ2YWx1ZSI6IiIsImxpYnJhcnkiOiIifSwic3VidGl0bGVfdGV4dGFyZWEiOiJJbnRlcm5hbCBhdWRpdCBzdXBwb3J0IGFuZCBhc3N1cmFuY2Ugc2VydmljZXMgdG8gZW5oYW5jZSByZWxpYWJpbGl0eS4iLCJncmFwaGljX2VsZW1lbnRfdGV4dCI6IjAxIiwiX2lkIjoiYWY1YTY5YiJ9LHsidGl0bGUiOiJCdXNpbmVzcyBBZHZpc29yeSIsImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtc3VuJz48XC9pPiIsImJhY2tncm91bmRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvQWR2aXNvcjEuanBnIiwiaWQiOjEwMiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLWsxa2E3IiwiaWNvbiI6eyJ2YWx1ZSI6IiIsImxpYnJhcnkiOiIifSwic3VidGl0bGVfdGV4dGFyZWEiOiJTdHJhdGVnaWMgY29uc3VsdGluZyB0byBpbXByb3ZlIHBlcmZvcm1hbmNlIGFuZCBmaW5hbmNpYWwgZGVjaXNpb25zLiIsImdyYXBoaWNfZWxlbWVudF90ZXh0IjoiMDEiLCJfaWQiOiIwMTM4OGY4In0seyJ0aXRsZSI6IlBheXJvbGwgJiBIUiBBY2NvdW50aW5nIiwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1zdW4nPjxcL2k+IiwiYmFja2dyb3VuZF9pbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEyXC9QYXlyb2xsMS5qcGciLCJpZCI6MTA1LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tazFrYTciLCJpY29uIjp7InZhbHVlIjoiIiwibGlicmFyeSI6IiJ9LCJzdWJ0aXRsZV90ZXh0YXJlYSI6IlBheXJvbGwgcHJvY2Vzc2luZywgZW1wbG95ZWUgY29tcGVuc2F0aW9uIHRyYWNraW5nLCBzdGF0dXRvcnkgY29tcGxpYW5jZS4iLCJncmFwaGljX2VsZW1lbnRfdGV4dCI6IjAxIiwiX2lkIjoiZDU0MTQ4ZSJ9XSwiZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJnYXBfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJib3JkZXJfcmFkaXVzX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMTUiLCJib3R0b20iOiIxNSIsImxlZnQiOiIxNSIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2hvdmVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjIiLCJyaWdodCI6IjIiLCJib3R0b20iOiIyIiwibGVmdCI6IjIiLCJpc0xpbmtlZCI6dHJ1ZX0sImJvcmRlcl9ob3Zlcl9jb2xvciI6IiNGRjAwMDAiLCJzaGFkb3dfaG92ZXJfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MTAsImJsdXIiOjMwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgyNTUsIDI1NSwgMjU1LCAwLjI2KSJ9LCJpbmFjdGl2ZV9jYXJkX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjY0LCJzaXplcyI6W119LCJib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMiIsInJpZ2h0IjoiMiIsImJvdHRvbSI6IjIiLCJsZWZ0IjoiMiIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX2NvbG9yIjoiI0ZGRkZGRiIsInNoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjoxMCwiYmx1ciI6MjAsInNwcmVhZCI6MCwiY29sb3IiOiJyZ2JhKDAsIDAsIDAsIDAuNDUpIn0sImJvcmRlcl9yYWRpdXNfaG9lciI6eyJ1bml0IjoicHgiLCJ0b3AiOiIzMCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIzMCIsImxlZnQiOiIzMCIsImlzTGlua2VkIjp0cnVlfSwic2hhZG93X2hvdmVyX2JveF9zaGFkb3dfdHlwZSI6InllcyIsInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwic3VidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjYsInNpemVzIjpbXX0sImljb25fYm9yZGVyX2JvcmRlciI6InNvbGlkIiwiaWNvbl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMiIsInJpZ2h0IjoiMiIsImJvdHRvbSI6IjIiLCJsZWZ0IjoiMiIsImlzTGlua2VkIjp0cnVlfSwiaWNvbl9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaWNvbl9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6MjAsInNwcmVhZCI6NiwiY29sb3IiOiJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMjgpIn0sImJ1dHRvbl90ZXh0IjoiTGVhcm4gTW9yZSIsImFjdGl2ZV9pdGVtIjoyLCJjb250ZW50X3dpZHRoX2FjdGl2ZSI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiY29udGVudF93aWR0aF9hY3RpdmVfdGFibGV0Ijp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImNvbnRlbnRfd2lkdGhfYWN0aXZlX21vYmlsZSI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJzdWJ0aXRsZV9nYXAiOnsidW5pdCI6InB4Iiwic2l6ZSI6OCwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjRkZGRkZGIiwiYnV0dG9uX2JhY2tncm91bmRfY29sb3IiOiIiLCJvdmVybGF5X29wYWNpdHlfYWN0aXZlIjp7InVuaXQiOiIlIiwic2l6ZSI6NjksInNpemVzIjpbXX0sImVudHJlbmNlX2FuaW1hdGlvbl9kdXJhdGlvbiI6eyJ1bml0IjoiIiwic2l6ZSI6MC41LCJzaXplcyI6W119LCJlbnRyZW5jZV9hbmltYXRpb25fYmx1ciI6InN0cm9uZyIsInJlbW90ZV9wYXJlbnRfZW5hYmxlIjoiIiwicmVtb3RlX3BhcmVudF9uYW1lIjoic2Vjb25kIiwidGl0bGVfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sImljb25fY29sb3IiOiIjNTQ1OTVGIiwiYnV0dG9uX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImJ1dHRvbl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMiIsInJpZ2h0IjoiMiIsImJvdHRvbSI6IjIiLCJsZWZ0IjoiMiIsImlzTGlua2VkIjp0cnVlfSwiYnV0dG9uX2JvcmRlcl9jb2xvciI6IiNGRkZGRkYiLCJidG5fYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoxMCwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC41KSJ9LCJidG5fYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJidG5fYm94X3NoYWRvd19ob3Zlcl9ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjoyNSwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4zMikifSwic2hvd192ZXJ0aWNhbF90aXRsZSI6InRydWUiLCJvdmVybGF5X29wYWNpdHlfaW5hY3RpdmUiOnsidW5pdCI6IiUiLCJzaXplIjo1MCwic2l6ZXMiOltdfSwiY2FyZF9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjI5Niwic2l6ZXMiOltdfSwiY29udGVudF9sYXlvdXQiOiJyb3ciLCJjb250ZW50X2FsaWduX2luYWN0aXZlIjoiY2VudGVyIiwiY29udGVudF9hbGlnbiI6ImZsZXgtc3RhcnQiLCJlbGVtZW50X2dhcCI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidmVydGljYWxfdGl0bGVfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJzdWJfY29udGVudF93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjUyLCJzaXplcyI6W119LCJqdXN0aWZ5X2NvbnRlbnRfaW5hY3RpdmUiOiJmbGV4LXN0YXJ0Iiwic3ViY29udGVudF9sYXlvdXRfbW9iaWxlIjoiY29sdW1uIiwidGV4dF9hbGlnbiI6ImxlZnQiLCJqdXN0aWZ5X2NvbnRlbnQiOiJzcGFjZS1iZXR3ZWVuIiwic3ViY29udGVudF93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwidmVydGljYWxfYWxpZ25fYWN0aXZlIjoiZmxleC1lbmQiLCJ2ZXJ0aWNhbF9hbGlnbl9hY3RpdmVfdGFibGV0IjoiZmxleC1lbmQiLCJ0ZXh0X2FsaWduX3RhYmxldCI6ImNlbnRlciIsInRleHRfYWxpZ25fbW9iaWxlIjoiY2VudGVyIiwiYWxpZ25fY29udGVudF90YWJsZXQiOiJjZW50ZXIiLCJhbGlnbl9jb250ZW50X2luYWN0aXZlX3RhYmxldCI6ImNlbnRlciIsInJlc3BvbnNpdmVfYnJlYWtwb2ludCI6MTUwLCJ2ZXJ0aWNhbF9hbGlnbl9hY3RpdmVfbW9iaWxlIjoiY2VudGVyIiwiY29udGVudF9sYXlvdXRfbW9iaWxlIjoiY29sdW1uIiwiYWxpZ25fY29udGVudF9pbmFjdGl2ZV9tb2JpbGUiOiJmbGV4LWVuZCIsImdyYWFwaGljX2VsX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NzIsInNpemVzIjpbXX0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMiwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkxpYnJlIEJhc2tlcnZpbGxlIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjEsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMSwic2l6ZXMiOltdfSwic3VidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJidXR0b25fdGV4dF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJidXR0b25fdGV4dF90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSW50ZXIiLCJidXR0b25fdGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNCwic2l6ZXMiOltdfSwiYnV0dG9uX3RleHRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImJ1dHRvbl90ZXh0X3R5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS44LCJzaXplcyI6W119LCJvdmVybGF5X2NvbG9yX2JhY2tncm91bmQiOiJncmFkaWVudCIsIm92ZXJsYXlfY29sb3JfY29sb3IiOiIjMDAwMDAwMDAiLCJvdmVybGF5X2NvbG9yX2NvbG9yX2IiOiIjMDAwMDAwIiwib3ZlcmxheV9jb2xvcl9pbmFjdGl2ZV9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsIm92ZXJsYXlfY29sb3JfaW5hY3RpdmVfY29sb3IiOiIjMDAwMDAwIiwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlOmNhY2hlX3RpbWUiOjYwLCJtdWx0aXNvdXJjZV9wb3N0c19tYXhpdGVtcyI6MTAsIm11bHRpc291cmNlX3Byb2R1Y3RzX2luY2x1ZGVfZGF0ZV9tZXRhX2Zvcm1hdCI6IlltZCIsIm11bHRpc291cmNlX3Byb2R1Y3RzX21heGl0ZW1zIjoxMCwibXVsdGlzb3VyY2VfaXRlbXMiOlt7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5MS5qcGcifSwiX2lkIjoiMjY5ZDAxMiJ9LHsiaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkyLmpwZyJ9LCJfaWQiOiJlY2NmMjhmIn0seyJpdGVtX3R5cGUiOiJ5b3V0dWJlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5My5qcGcifSwidXJsX3lvdXR1YmUiOiJxck80WVpleWwwSSIsIl9pZCI6IjAwYzMyNTAifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5NS5qcGcifSwiX2lkIjoiMDZhNmQ1ZCJ9LHsiaXRlbV90eXBlIjoidmltZW8iLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk0LmpwZyJ9LCJ2aW1lb19pZCI6IjU4MTAxNDY1MyIsIl9pZCI6ImNhODRiZDkifSx7Iml0ZW1fdHlwZSI6Imh0bWw1IiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5Ni5qcGcifSwidXJsX2h0bWw1IjoiaHR0cDpcL1wvY29tbW9uZGF0YXN0b3JhZ2UuZ29vZ2xlYXBpcy5jb21cL2d0di12aWRlb3MtYnVja2V0XC9zYW1wbGVcL0JpZ0J1Y2tCdW5ueS5tcDQiLCJfaWQiOiJlYWNjYTI0In0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTEuanBnIn0sIl9pZCI6IjljZDEwYjcifV0sIm11bHRpc291cmNlX2luc3RhZ3JhbV9udW1faXRlbXMiOjEyLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpsaW1pdCI6MjUwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9yZXZpZXdzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3NoZWV0czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3Q6bGltaXQiOjUsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0OmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jb3VudHJ5IjoiR0IiLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jaXR5IjoiTG9uZG9uIiwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3RfY2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzX2xpbWl0IjoyNTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzX2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3Jldmlld3NfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfc2hlZXRzX2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdF9saW1pdCI6NSwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3RfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZV9jYWNoZV90aW1lIjo2MCwiX3Bvc3R0eXBlIjpbInBvc3QiXSwiX3RheG9ub215IjpbImNhdGVnb3J5Il0sIm11bHRpc291cmNlX3Jzc191cmwiOiJodHRwczpcL1wvd2lyZWQuY29tXC9mZWVkXC9yc3MiLCJtdWx0aXNvdXJjZV9yc3NfZGF0ZV9mb3JtYXQiOiJkXC9tXC9ZLCBIOmkiLCJtdWx0aXNvdXJjZV9yc3NfaXRlbXNfbGltaXQiOiIwIiwibXVsdGlzb3VyY2VfcG9zdHNfaW5jbHVkZV9kYXRlX21ldGFfZm9ybWF0IjoiWW1kIiwibXVsdGlzb3VyY2VfaW5zdGFncmFtIjoiQGdpYW5sdWNhdmFjY2hpIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InVjYWRkb25fZXhwYW5kaW5nX2NvbnRlbnRfY2FyZHMifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1cc1eea e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"1cc1eea\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-189f327 e-con-full e-flex e-con e-child\\\" data-id=\\\"189f327\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5772560 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"5772560\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get in Touch With Us<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"48d135c9c720ffbfbc275bd14d372201\\\" data=\\\"eyJpZCI6IjZlZmZmNzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXN0YXJ0PVwiMzI5XCIgZGF0YS1lbmQ9XCI1ODFcIj5IYXZlIHF1ZXN0aW9ucyBhYm91dCBvdXIgYWNjb3VudGluZyBvciBmaW5hbmNpYWwgc2VydmljZXM\\/IDxcL2JyPk91ciB0ZWFtIGlzIHJlYWR5IHRvIHN1cHBvcnQgeW91ciBidXNpbmVzcyB3aXRoIHJlbGlhYmxlLCB0YWlsb3JlZCBzb2x1dGlvbnMuIDxcL2JyPkNvbnRhY3QgdXMgdG9kYXkgYW5kIGxldFx1MjAxOXMgZGlzY3VzcyBob3cgd2UgY2FuIGhlbHAgeW91IGFjaGlldmUgZmluYW5jaWFsIGNsYXJpdHkgYW5kIGNvbXBsaWFuY2UuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjkzLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2R1cmF0aW9uIjoic2xvdyIsIl9hbmltYXRpb25fZGVsYXkiOjMwMCwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]<div class=\\\"elementor-element elementor-element-f6a1ad6 e-con-full e-flex e-con e-child\\\" data-id=\\\"f6a1ad6\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8a838a7 elementor-button-align-stretch elementor-widget elementor-widget-form\\\" data-id=\\\"8a838a7\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\\\" data-widget_type=\\\"form.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<form class=\\\"elementor-form\\\" method=\\\"post\\\" name=\\\"New Form\\\">\\n\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"post_id\\\" value=\\\"17\\\"\\/>\\n\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"form_id\\\" value=\\\"8a838a7\\\"\\/>\\n\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"referer_title\\\" value=\\\"Home Demo\\\" \\/>\\n\\n\\t\\t\\t\\t\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"queried_id\\\" value=\\\"17\\\"\\/>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\\"elementor-form-fields-wrapper elementor-labels-\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-name\\\" class=\\\"elementor-field-label elementor-screen-only\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tName\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<input size=\\\"1\\\" type=\\\"text\\\" name=\\\"form_fields[name]\\\" id=\\\"form-field-name\\\" class=\\\"elementor-field elementor-size-sm  elementor-field-textual\\\" placeholder=\\\"Name\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-email\\\" class=\\\"elementor-field-label elementor-screen-only\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tEmail\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<input size=\\\"1\\\" type=\\\"email\\\" name=\\\"form_fields[email]\\\" id=\\\"form-field-email\\\" class=\\\"elementor-field elementor-size-sm  elementor-field-textual\\\" placeholder=\\\"Email\\\" required=\\\"required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_ec19f2c elementor-col-100\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-field_ec19f2c\\\" class=\\\"elementor-field-label elementor-screen-only\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tServices\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field elementor-select-wrapper remove-before \\\">\\n\\t\\t\\t<div class=\\\"select-caret-down-wrapper\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-eicon-caret-down\\\" viewBox=\\\"0 0 571.4 571.4\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t\\t<select name=\\\"form_fields[field_ec19f2c]\\\" id=\\\"form-field-field_ec19f2c\\\" class=\\\"elementor-field-textual elementor-size-sm\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Select Services:\\\">Select Services:<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Accounting &amp; Bookkeeping\\\">Accounting &amp; Bookkeeping<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Financial Reporting\\\">Financial Reporting<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Tax Planning &amp; Filing\\\">Tax Planning &amp; Filing<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Audit &amp; Assurance\\\">Audit &amp; Assurance<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Business Advisory\\\">Business Advisory<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Payroll &amp; HR Accounting\\\">Payroll &amp; HR Accounting<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t<\\/select>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-message\\\" class=\\\"elementor-field-label elementor-screen-only\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tMessage\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t<textarea class=\\\"elementor-field-textual elementor-field  elementor-size-sm\\\" name=\\\"form_fields[message]\\\" id=\\\"form-field-message\\\" rows=\\\"4\\\" placeholder=\\\"Message\\\"><\\/textarea>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\\\">\\n\\t\\t\\t\\t\\t<button class=\\\"elementor-button elementor-size-sm\\\" type=\\\"submit\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Send<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/button>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/form>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(1082, 129, '_elementor_edit_mode', 'builder'),
(1083, 129, '_elementor_template_type', 'wp-page'),
(1084, 129, '_elementor_version', '3.34.0'),
(1085, 129, '_elementor_pro_version', '3.29.1'),
(1086, 129, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1087, 129, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#202870\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2.jpg\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"hexagon\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a39ee67\",\"elType\":\"container\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-yf653\",\"_id\":\"40b0dcf\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-u3fzt\",\"_id\":\"c511e8c\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-jtu1i\",\"_id\":\"2f8dfb5\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-hjmuu\",\"_id\":\"4350435\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-f3qep\",\"_id\":\"5fcdf06\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-l16vx\",\"_id\":\"f0bc83d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-whmvj\",\"_id\":\"81ffba5\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-tg9zj\",\"_id\":\"ab4d97b\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-lzpac\",\"_id\":\"2ecca40\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hcybv\",\"_id\":\"92cc322\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-97oi7\",\"_id\":\"2c06d12\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-hh34k\",\"_id\":\"b86e240\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"background_color_b\":\"#39AAFF\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_overlay_color\":\"#4600AB\",\"background_overlay_color_b\":\"#9529F2\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"background_gradient_position\":\"top left\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"parallax_background_uc_items\":[],\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c5aff12\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-p169u\",\"_id\":\"7ad662d\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"item_repeater_class\":\"elementor-repeater-item-g0i38\",\"_id\":\"f43da81\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"item_repeater_class\":\"elementor-repeater-item-ihe7g\",\"_id\":\"181b8b2\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"item_repeater_class\":\"elementor-repeater-item-4bm3i\",\"_id\":\"a565109\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0yxyk\",\"_id\":\"80a16e7\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"image_attributes_nosize\":\" src=\\\"\\\"\",\"image_attributes\":\" src=\\\"\\\"\",\"image_thumb\":\"\",\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ng7ui\",\"_id\":\"c331a5c\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-83oaw\",\"_id\":\"bf9eeff\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-wq8si\",\"_id\":\"38a5f68\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-pd6kv\",\"_id\":\"567b9ba\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-gzrzf\",\"_id\":\"3a553ea\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-fkg6c\",\"_id\":\"9af515e\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"item_repeater_class\":\"elementor-repeater-item-bnyld\",\"_id\":\"202e370\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"c279db1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87db908\",\"elType\":\"widget\",\"settings\":{\"transition_duration\":1200,\"card_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"card_height_mobile\":{\"unit\":\"px\",\"size\":473,\"sizes\":[]},\"icon_gap_bottom_inactive\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Raleway\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"subtitle_typography_font_weight\":\"500\",\"subtitle_color\":\"#FFFFFF\",\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-0bhrz\",\"_id\":\"5dd2a2a\",\"subtitle_textarea\":\"Accurate maintenance of books, ledgers, and financial records.\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"graphic_element_text\":\"01\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"title\":\"Financial Reporting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-05bf5\",\"_id\":\"2c81382\",\"background_color\":\"\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Preparation of financial statements aligned with international and local standards.\",\"graphic_element_text\":\"01\"},{\"title\":\"Tax Planning & Filing\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"_id\":\"279cb8a\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"graphic_element_text\":\"01\"},{\"title\":\"Audit & Assurance\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Internal audit support and assurance services to enhance reliability.\",\"graphic_element_text\":\"01\",\"_id\":\"af5a69b\"},{\"title\":\"Business Advisory\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Strategic consulting to improve performance and financial decisions.\",\"graphic_element_text\":\"01\",\"_id\":\"01388f8\"},{\"title\":\"Payroll & HR Accounting\",\"icon_html\":\"<i class=\'fas fa-sun\'><\\/i>\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-k1ka7\",\"icon\":{\"value\":\"\",\"library\":\"\"},\"subtitle_textarea\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"graphic_element_text\":\"01\",\"_id\":\"d54148e\"}],\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_hover_color\":\"#FF0000\",\"shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.26)\"},\"inactive_card_width\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.45)\"},\"border_radius_hoer\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"shadow_hover_box_shadow_type\":\"yes\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.6,\"sizes\":[]},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"icon_shadow_box_shadow_type\":\"yes\",\"icon_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":6,\"color\":\"rgba(255, 255, 255, 0.28)\"},\"button_text\":\"Learn More\",\"active_item\":2,\"content_width_active\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"content_width_active_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"content_width_active_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"subtitle_gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"\",\"overlay_opacity_active\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"entrence_animation_duration\":{\"unit\":\"\",\"size\":0.5,\"sizes\":[]},\"entrence_animation_blur\":\"strong\",\"remote_parent_enable\":\"\",\"remote_parent_name\":\"second\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_color\":\"#54595F\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_border_color\":\"#FFFFFF\",\"btn_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.5)\"},\"btn_box_shadow_hover_box_shadow_type\":\"yes\",\"btn_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(255, 255, 255, 0.32)\"},\"show_vertical_title\":\"true\",\"overlay_opacity_inactive\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"card_height_tablet\":{\"unit\":\"px\",\"size\":296,\"sizes\":[]},\"content_layout\":\"row\",\"content_align_inactive\":\"center\",\"content_align\":\"flex-start\",\"element_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"vertical_title_gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"sub_content_width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"justify_content_inactive\":\"flex-start\",\"subcontent_layout_mobile\":\"column\",\"text_align\":\"left\",\"justify_content\":\"space-between\",\"subcontent_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"vertical_align_active\":\"flex-end\",\"vertical_align_active_tablet\":\"flex-end\",\"text_align_tablet\":\"center\",\"text_align_mobile\":\"center\",\"align_content_tablet\":\"center\",\"align_content_inactive_tablet\":\"center\",\"responsive_breakpoint\":150,\"vertical_align_active_mobile\":\"center\",\"content_layout_mobile\":\"column\",\"align_content_inactive_mobile\":\"flex-end\",\"graaphic_el_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_family\":\"Libre Baskerville\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_typography_typography\":\"custom\",\"button_text_typography_font_family\":\"Inter\",\"button_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_text_typography_font_weight\":\"400\",\"button_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"overlay_color_background\":\"gradient\",\"overlay_color_color\":\"#00000000\",\"overlay_color_color_b\":\"#000000\",\"overlay_color_inactive_background\":\"classic\",\"overlay_color_inactive_color\":\"#000000\",\"multisource_api_currency_exchange:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"269d012\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"eccf28f\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"00c3250\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"06a6d5d\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"ca84bd9\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"eacca24\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"9cd10b7\"}],\"multisource_instagram_num_items\":12,\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_expanding_content_cards\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1088, 129, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1089, 129, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:6:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:17:\"e-animation-float\";i:3;s:11:\"e-motion-fx\";i:4;s:12:\"widget-image\";i:5;s:11:\"widget-form\";}}'),
(1090, 129, '_elementor_css', 'a:6:{s:4:\"time\";i:1767180424;s:5:\"fonts\";a:3:{i:0;s:6:\"Roboto\";i:1;s:17:\"Libre Baskerville\";i:2;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1092, 130, '_elementor_edit_mode', 'builder'),
(1093, 130, '_elementor_template_type', 'wp-page'),
(1094, 130, '_elementor_version', '3.34.0'),
(1095, 130, '_elementor_pro_version', '3.29.1'),
(1096, 130, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1097, 130, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1098, 130, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1099, 130, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:6:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:17:\"e-animation-float\";i:3;s:11:\"e-motion-fx\";i:4;s:12:\"widget-image\";i:5;s:11:\"widget-form\";}}'),
(1100, 130, '_elementor_css', 'a:6:{s:4:\"time\";i:1767179777;s:5:\"fonts\";a:3:{i:0;s:6:\"Roboto\";i:1;s:5:\"Inter\";i:2;s:7:\"Raleway\";}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:1;s:5:\"solid\";i:3;s:8:\"fa-solid\";i:4;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1101, 130, '_elementor_element_cache', '{\"timeout\":1767266177,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-cba7991 e-con-full e-flex e-con e-parent\" data-id=\"cba7991\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-06787ff e-flex e-con-boxed e-con e-child\" data-id=\"06787ff\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6Ijg0ZGQ3ZmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJyZXZzbGlkZXJ0aXRsZSI6IlNsaWRlciAxIiwic2hvcnRjb2RlIjoiW3Jldl9zbGlkZXIgYWxpYXM9XCJzbGlkZXItMVwiIHNsaWRlcnRpdGxlPVwiU2xpZGVyIDFcIl1bXC9yZXZfc2xpZGVyXSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzbGlkZXJfcmV2b2x1dGlvbiJ9\"]ttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-29840a9 e-flex e-con-boxed e-con e-parent\" data-id=\"29840a9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-6265ae2 e-con-full e-flex e-con e-child\" data-id=\"6265ae2\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8225497 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8225497\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">About Us</h2>tttt</div>ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjlmODlkYzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TaGllbGQgQWNjb3VudGluZyBpcyBhbiBlbWVyZ2luZyBhY2NvdW50aW5nIHNlcnZpY2VzIGZpcm0gbGVkIGJ5IHNlYXNvbmVkIGZpbmFuY2UgcHJvZmVzc2lvbmFscy4gV2l0aCBhIHN0cm9uZyBlbXBoYXNpcyBvbiBhY2N1cmFjeSwgY29tcGxpYW5jZSwgYW5kIGNsaWVudCB0cnVzdCwgd2UgaGVscCBidXNpbmVzc2VzIG5hdmlnYXRlIGZpbmFuY2lhbCBhbmQgcmVndWxhdG9yeSBsYW5kc2NhcGVzLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo5Mywic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kdXJhdGlvbiI6InNsb3ciLCJfYW5pbWF0aW9uX2RlbGF5IjozMDB9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-26de8f1 elementor-widget elementor-widget-button\" data-id=\"26de8f1\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Read More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-38f78d5 e-con-full e-flex e-con e-child\" data-id=\"38f78d5\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-4903c80 elementor-widget elementor-widget-image\" data-id=\"4903c80\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.3,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" class=\"attachment-large size-large wp-image-20\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />ttttttttttttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-cddcce6 e-flex e-con-boxed e-con e-parent\" data-id=\"cddcce6\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-a85c726 e-flex e-con-boxed e-con e-child\" data-id=\"a85c726\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-0ba9227 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0ba9227\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Our Services</h2>tttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-7627f9b e-flex e-con-boxed e-con e-child\" data-id=\"7627f9b\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-0a5a26d e-con-full e-flex e-con e-child\" data-id=\"0a5a26d\" data-element_type=\"container\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjRkODVlMDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhdXRvcGxheSI6IiIsInNob3dfaW1hZ2UiOiIiLCJzaG93X2RvdHMiOiIiLCJzaG93X2Fycm93cyI6IiIsInJlbW90ZV9wYXJlbnRfZW5hYmxlIjoidHJ1ZSIsInJlbW90ZV9wYXJlbnRfc3luYyI6InRydWUiLCJyZW1vdGVfcGFyZW50X3N5bmNfbmFtZSI6Imdyb3VwNSIsImhlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjo0OTAsInNpemVzIjpbXX0sInZlcnRpY2FsX2FsaWdubWVudCI6ImZsZXgtZW5kIiwiaG9yaXpvbnRhbF9hbGlnbm1lbnQiOiJmbGV4LXN0YXJ0Iiwib3ZlcmxheV9iYWNrZ3JvdW5kIjoiZ3JhZGllbnQiLCJvdmVybGF5X2NvbG9yIjoiIzAwMDAwMDAwIiwib3ZlcmxheV9jb2xvcl9iIjoiIzAwMDAwMDgwIiwidWVfYmdfb3ZlcmxheV9jb2xvciI6IiIsImNvbnRlbnRfYWxpZ25tZW50IjoibGVmdCIsImJ1dHRvbl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMTAwIiwicmlnaHQiOiIxMDAiLCJib3R0b20iOiIxMDAiLCJsZWZ0IjoiMTAwIiwiaXNMaW5rZWQiOnRydWV9LCJidXR0b25fYmdfY29sb3IiOiIiLCJidXR0b25fYm9yZGVyX2JvcmRlciI6InNvbGlkIiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIiwiaXNMaW5rZWQiOnRydWV9LCJ1Y19pdGVtcyI6W3sidGl0bGUiOiJBY2NvdW50aW5nICYgQm9va2tlZXBpbmciLCJpbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEyXC8xLmpwZyIsImlkIjo5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IkFjY3VyYXRlIG1haW50ZW5hbmNlIG9mIGJvb2tzLCBsZWRnZXJzLCBhbmQgZmluYW5jaWFsIHJlY29yZHMuIiwiYnV0dG9uX3RleHQiOiJSZWFkIE1vcmUiLCJsaW5rIjp7InVybCI6IiMifSwiY29udGVudF9pbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL2FjX2Fzc2V0c1wvdWNfY29udGVudF9zbGlkZXJfbmV3XC91ZS1sb2dvLnBuZyJ9LCJjb250ZW50X2ljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtcm9ja2V0Jz48XC9pPiIsInRlbXBsYXRlIjoiIiwidGVtcGxhdGVfdGVtcGxhdGVpZCI6IiIsIml0ZW1fcmVwZWF0ZXJfY2xhc3MiOiJlbGVtZW50b3ItcmVwZWF0ZXItaXRlbS05NGllbiIsIl9pZCI6ImM3YjRkOTUifSx7InRpdGxlIjoiRmluYW5jaWFsIFJlcG9ydGluZyIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0ZJbmFuY2UxLmpwZyIsImlkIjoxMDQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJQcmVwYXJhdGlvbiBvZiBmaW5hbmNpYWwgc3RhdGVtZW50cyBhbGlnbmVkIHdpdGggaW50ZXJuYXRpb25hbCBhbmQgbG9jYWwgc3RhbmRhcmRzLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tMnd2NjIiLCJfaWQiOiJmN2RjODdjIn0seyJ0aXRsZSI6IlRheCBQbGFubmluZyAmIEZpbGluZyIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL1RBWDEuanBnIiwiaWQiOjEwMSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IlRheCBjb21wbGlhbmNlLCBvcHRpbWl6YXRpb24sIGFuZCBmaWxpbmcgc2VydmljZXMgZm9yIGNvcnBvcmF0ZSBhbmQgaW5kaXZpZHVhbCBjbGllbnRzLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0teTVxaDciLCJfaWQiOiIzMGZjMWEwIn0seyJ0aXRsZSI6IkF1ZGl0ICYgQXNzdXJhbmNlIiwiaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvQXVkaXQxLmpwZyIsImlkIjoxMDMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJJbnRlcm5hbCBhdWRpdCBzdXBwb3J0IGFuZCBhc3N1cmFuY2Ugc2VydmljZXMgdG8gZW5oYW5jZSByZWxpYWJpbGl0eS4iLCJidXR0b25fdGV4dCI6IlJlYWQgTW9yZSIsImxpbmsiOnsidXJsIjoiIyJ9LCJjb250ZW50X2ltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jb250ZW50X3NsaWRlcl9uZXdcL3VlLWxvZ28ucG5nIn0sImNvbnRlbnRfaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwidGVtcGxhdGUiOiIiLCJ0ZW1wbGF0ZV90ZW1wbGF0ZWlkIjoiIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTN0MnpvIiwiX2lkIjoiM2FiYWZkZiJ9LHsidGl0bGUiOiJCdXNpbmVzcyBBZHZpc29yeSIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0Fkdmlzb3IxLmpwZyIsImlkIjoxMDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJTdHJhdGVnaWMgY29uc3VsdGluZyB0byBpbXByb3ZlIHBlcmZvcm1hbmNlIGFuZCBmaW5hbmNpYWwgZGVjaXNpb25zLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tOTRpZW4iLCJfaWQiOiJiMzE4NzM2In0seyJ0aXRsZSI6IlBheXJvbGwgJiBIUiBBY2NvdW50aW5nIiwiaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvUGF5cm9sbDEuanBnIiwiaWQiOjEwNSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IlBheXJvbGwgcHJvY2Vzc2luZywgZW1wbG95ZWUgY29tcGVuc2F0aW9uIHRyYWNraW5nLCBzdGF0dXRvcnkgY29tcGxpYW5jZS4iLCJidXR0b25fdGV4dCI6IlJlYWQgTW9yZSIsImxpbmsiOnsidXJsIjoiIyJ9LCJjb250ZW50X2ltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jb250ZW50X3NsaWRlcl9uZXdcL3VlLWxvZ28ucG5nIn0sImNvbnRlbnRfaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwidGVtcGxhdGUiOiIiLCJ0ZW1wbGF0ZV90ZW1wbGF0ZWlkIjoiIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTJ3djYyIiwiX2lkIjoiNWZmZTc2NiJ9XSwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjIwIiwiYm90dG9tIjoiMjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImN1c3RvbV9jc3MiOiJzZWxlY3Rvclxue1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgYm9yZGVyLXJhZGl1czogMjBweDtcbn0iLCJ0ZXh0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRleHRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkludGVyIiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkxpYnJlIEJhc2tlcnZpbGxlIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjMyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIxLCJzaXplcyI6W119LCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpsaW1pdCI6MjUwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9yZXZpZXdzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3NoZWV0czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3Q6bGltaXQiOjUsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0OmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6Y2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0OmNhY2hlX3RpbWUiOjYwLCJidXR0b25fdGV4dCI6IkxlYXJuIE1vcmUiLCJtdWx0aXNvdXJjZV9wb3N0c19tYXhpdGVtcyI6MTAsIm11bHRpc291cmNlX3Byb2R1Y3RzX2luY2x1ZGVfZGF0ZV9tZXRhX2Zvcm1hdCI6IlltZCIsIm11bHRpc291cmNlX3Byb2R1Y3RzX21heGl0ZW1zIjoxMCwibXVsdGlzb3VyY2VfaXRlbXMiOlt7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5MS5qcGcifSwiX2lkIjoiZDUyNjJhNiJ9LHsiaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkyLmpwZyJ9LCJfaWQiOiI4NTE0MTMxIn0seyJpdGVtX3R5cGUiOiJ5b3V0dWJlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5My5qcGcifSwidXJsX3lvdXR1YmUiOiJxck80WVpleWwwSSIsIl9pZCI6IjRhYzAzYTMifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5NS5qcGcifSwiX2lkIjoiY2E1MjQ2MCJ9LHsiaXRlbV90eXBlIjoidmltZW8iLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk0LmpwZyJ9LCJ2aW1lb19pZCI6IjU4MTAxNDY1MyIsIl9pZCI6ImJmNDA4NjcifSx7Iml0ZW1fdHlwZSI6Imh0bWw1IiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5Ni5qcGcifSwidXJsX2h0bWw1IjoiaHR0cDpcL1wvY29tbW9uZGF0YXN0b3JhZ2UuZ29vZ2xlYXBpcy5jb21cL2d0di12aWRlb3MtYnVja2V0XC9zYW1wbGVcL0JpZ0J1Y2tCdW5ueS5tcDQiLCJfaWQiOiI0ZjdlZWM3In0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTEuanBnIn0sIl9pZCI6IjhmZDdhMmYifV0sIm11bHRpc291cmNlX2luc3RhZ3JhbV9udW1faXRlbXMiOjEyLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6Y3VycmVuY3kiOiJVU0QiLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6aW5jbHVkZV9jdXJyZW5jaWVzIjoiVVNELCBFVVIsIEpQWSwgR0JQLCBBVUQsIENBRCwgQ0hGLCBDTkgsIEhLRCwgTlpEIiwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHNfbGltaXQiOjI1MCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHNfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfcmV2aWV3c19jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9zaGVldHNfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0X2xpbWl0Ijo1LCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdF9jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlX2NhY2hlX3RpbWUiOjYwLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jb3VudHJ5IjoiR0IiLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jaXR5IjoiTG9uZG9uIiwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3RfY2FjaGVfdGltZSI6NjAsIl9wb3N0dHlwZSI6WyJwb3N0Il0sIl90YXhvbm9teSI6WyJjYXRlZ29yeSJdLCJtdWx0aXNvdXJjZV9yc3NfdXJsIjoiaHR0cHM6XC9cL3dpcmVkLmNvbVwvZmVlZFwvcnNzIiwibXVsdGlzb3VyY2VfcnNzX2RhdGVfZm9ybWF0IjoiZFwvbVwvWSwgSDppIiwibXVsdGlzb3VyY2VfcnNzX2l0ZW1zX2xpbWl0IjoiMCIsInN0YXJ0X2l0ZW1faW5kZXgiOiIwIiwibXVsdGlzb3VyY2VfcG9zdHNfaW5jbHVkZV9kYXRlX21ldGFfZm9ybWF0IjoiWW1kIiwibXVsdGlzb3VyY2VfaW5zdGFncmFtIjoiQGdpYW5sdWNhdmFjY2hpIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InVjYWRkb25fY29udGVudF9zbGlkZXJfbmV3In0=\"]tt</div>ntt<div class=\"elementor-element elementor-element-04d2288 e-con-full e-flex e-con e-child\" data-id=\"04d2288\" data-element_type=\"container\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6Ijc4OWY3NjYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ1Y19pdGVtcyI6W3sidGl0bGUiOiJBY2NvdW50aW5nICYgQm9va2tlZXBpbmciLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1zb2xpZCIsInZhbHVlIjoiZmFzIGZhLWNhbGN1bGF0b3IifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tNHQ3djYiLCJfaWQiOiJlYTJiYzZiIiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEifSx7InRpdGxlIjoiRmluYW5jaWFsIFJlcG9ydGluZyIsImljb24iOnsibGlicmFyeSI6ImZhLXJlZ3VsYXIiLCJ2YWx1ZSI6ImZhciBmYS1jaGFydC1iYXIifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tcmxmZzUiLCJfaWQiOiJhZjI0M2U3Iiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEifSx7InRpdGxlIjoiVGF4IFBsYW5uaW5nICYgRmlsaW5nIiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtcmVndWxhciIsInZhbHVlIjoiZmFyIGZhLW1vbmV5LWJpbGwtYWx0In0sImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtbGVhZic+PFwvaT4iLCJjb250ZW50IjoiIiwibGluayI6eyJ1cmwiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLWM0bWJmIiwiX2lkIjoiYTQ4YmI2MiIsIm92ZXJyaWRlX2NvbG9ycyI6InRydWUiLCJpY29uX3RleHQiOiIxIn0seyJ0aXRsZSI6IkF1ZGl0ICYgQXNzdXJhbmNlIiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtcmVndWxhciIsInZhbHVlIjoiZmFyIGZhLWNyZWRpdC1jYXJkIn0sImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtbGVhZic+PFwvaT4iLCJjb250ZW50IjoiIiwibGluayI6eyJ1cmwiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLWliZXVhIiwiX2lkIjoiYjQyNjcwOCIsIm92ZXJyaWRlX2NvbG9ycyI6InRydWUiLCJpY29uX3RleHQiOiIxIn0seyJ0aXRsZSI6IkJ1c2luZXNzIEFkdmlzb3J5IiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtc29saWQiLCJ2YWx1ZSI6ImZhcyBmYS1idXNpbmVzcy10aW1lIn0sImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtbGVhZic+PFwvaT4iLCJjb250ZW50IjoiIiwibGluayI6eyJ1cmwiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTR0N3Y2Iiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEiLCJfaWQiOiI1NzBhNDQzIn0seyJ0aXRsZSI6IlBheXJvbGwgJiBIUiBBY2NvdW50aW5nIiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtcmVndWxhciIsInZhbHVlIjoiZmFyIGZhLWNsaXBib2FyZCJ9LCJpY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLWxlYWYnPjxcL2k+IiwiY29udGVudCI6IiIsImxpbmsiOnsidXJsIjoiIn0sIml0ZW1fcmVwZWF0ZXJfY2xhc3MiOiJlbGVtZW50b3ItcmVwZWF0ZXItaXRlbS1ybGZnNSIsIm92ZXJyaWRlX2NvbG9ycyI6InRydWUiLCJpY29uX3RleHQiOiIxIiwiX2lkIjoiOWJlODY1ZiJ9XSwiZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjIxLCJzaXplcyI6W119LCJjb250ZW50X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwiaXRlbV9ib3JkZXJfYm9yZGVyIjoic29saWQiLCJpdGVtX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiaXRlbV9iYWNrZ3JvdW5kX2NvbG9yIjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJpY29uX2JhY2tncm91bmQiOiIjMjAyODcwIiwiaWNvbl9jb2xvciI6IiNGRkZGRkYiLCJpY29uX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjUzLCJzaXplcyI6W119LCJpY29uX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI2MCIsInJpZ2h0IjoiNjAiLCJib3R0b20iOiI2MCIsImxlZnQiOiI2MCIsImlzTGlua2VkIjp0cnVlfSwiaWNvbl9ib3JkZXJfYm9yZGVyIjoic29saWQiLCJpY29uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJpY29uX2JvcmRlcl9jb2xvciI6IiM3QTdBN0EiLCJ0aXRsZV9jb2xvciI6IiMxOTE5MTkiLCJ0ZXh0X2NvbG9yIjoiIzAwMCIsInRleHRfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUmFsZXdheSIsInRleHRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImljb25fcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJyZW1vdGVfcGFyZW50X2VuYWJsZSI6InRydWUiLCJyZW1vdGVfcGFyZW50X3N5bmMiOiJ0cnVlIiwicmVtb3RlX3BhcmVudF9zeW5jX25hbWUiOiJncm91cDUiLCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsIml0ZW1fYm9yZGVyX2FjdGl2ZV93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIiwiaXNMaW5rZWQiOnRydWV9LCJpdGVtX3NoYWRvd19hY3RpdmVfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6NSwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMjAyLjA0OTk5NTQyMjM2MzI4LCA4OC4zNzQ5MTY0MDMwNjU0NCwgODguMzc0OTE2NDAzMDY1NDQsIDAuNSkifSwiaWNvbl93aWR0aF9hY3RpdmUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJpY29uX2JhY2tncm91bmRfYWN0aXZlIjoiIzIwMjg3MCIsImdhcF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzOmxpbWl0IjoyNTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3Jldmlld3M6Y2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfc2hlZXRzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdDpsaW1pdCI6NSwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3Q6Y2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZTpjYWNoZV90aW1lIjo2MCwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3Q6Y2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX3Bvc3RzX21heGl0ZW1zIjoxMCwibXVsdGlzb3VyY2VfcHJvZHVjdHNfaW5jbHVkZV9kYXRlX21ldGFfZm9ybWF0IjoiWW1kIiwibXVsdGlzb3VyY2VfcHJvZHVjdHNfbWF4aXRlbXMiOjEwLCJtdWx0aXNvdXJjZV9pdGVtcyI6W3siaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkxLmpwZyJ9LCJfaWQiOiJiMDEzMDgyIn0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTIuanBnIn0sIl9pZCI6ImRkMGU5MmIifSx7Iml0ZW1fdHlwZSI6InlvdXR1YmUiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkzLmpwZyJ9LCJ1cmxfeW91dHViZSI6InFyTzRZWmV5bDBJIiwiX2lkIjoiNmEwNjFlMCJ9LHsiaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk1LmpwZyJ9LCJfaWQiOiJkNjQ3MWNjIn0seyJpdGVtX3R5cGUiOiJ2aW1lbyIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTQuanBnIn0sInZpbWVvX2lkIjoiNTgxMDE0NjUzIiwiX2lkIjoiY2M0ZDMwZSJ9LHsiaXRlbV90eXBlIjoiaHRtbDUiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk2LmpwZyJ9LCJ1cmxfaHRtbDUiOiJodHRwOlwvXC9jb21tb25kYXRhc3RvcmFnZS5nb29nbGVhcGlzLmNvbVwvZ3R2LXZpZGVvcy1idWNrZXRcL3NhbXBsZVwvQmlnQnVja0J1bm55Lm1wNCIsIl9pZCI6ImU3OWNlNWYifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5MS5qcGcifSwiX2lkIjoiM2MyOGM2MiJ9XSwibXVsdGlzb3VyY2VfaW5zdGFncmFtX251bV9pdGVtcyI6MTIsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZTpjdXJyZW5jeSI6IlVTRCIsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZTppbmNsdWRlX2N1cnJlbmNpZXMiOiJVU0QsIEVVUiwgSlBZLCBHQlAsIEFVRCwgQ0FELCBDSEYsIENOSCwgSEtELCBOWkQiLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50c19saW1pdCI6MjUwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50c19jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9yZXZpZXdzX2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3NoZWV0c19jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3RfbGltaXQiOjUsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0X2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2VfY2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0X2NvdW50cnkiOiJHQiIsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0X2NpdHkiOiJMb25kb24iLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jYWNoZV90aW1lIjo2MCwiX3Bvc3R0eXBlIjpbInBvc3QiXSwiX3RheG9ub215IjpbImNhdGVnb3J5Il0sIm11bHRpc291cmNlX3Jzc191cmwiOiJodHRwczpcL1wvd2lyZWQuY29tXC9mZWVkXC9yc3MiLCJtdWx0aXNvdXJjZV9yc3NfZGF0ZV9mb3JtYXQiOiJkXC9tXC9ZLCBIOmkiLCJtdWx0aXNvdXJjZV9yc3NfaXRlbXNfbGltaXQiOiIwIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sIm11bHRpc291cmNlX3Bvc3RzX2luY2x1ZGVfZGF0ZV9tZXRhX2Zvcm1hdCI6IlltZCIsIm11bHRpc291cmNlX2luc3RhZ3JhbSI6IkBnaWFubHVjYXZhY2NoaSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ1Y2FkZG9uX3VjX21hdGVyaWFsX2J1bGxldHMifQ==\"]tt</div>nttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1cc1eea e-flex e-con-boxed e-con e-parent\" data-id=\"1cc1eea\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-189f327 e-con-full e-flex e-con e-child\" data-id=\"189f327\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-5772560 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5772560\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Get in Touch With Us</h2>tttt</div>ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjZlZmZmNzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXN0YXJ0PVwiMzI5XCIgZGF0YS1lbmQ9XCI1ODFcIj5IYXZlIHF1ZXN0aW9ucyBhYm91dCBvdXIgYWNjb3VudGluZyBvciBmaW5hbmNpYWwgc2VydmljZXM/IDxcL2JyPk91ciB0ZWFtIGlzIHJlYWR5IHRvIHN1cHBvcnQgeW91ciBidXNpbmVzcyB3aXRoIHJlbGlhYmxlLCB0YWlsb3JlZCBzb2x1dGlvbnMuIDxcL2JyPkNvbnRhY3QgdXMgdG9kYXkgYW5kIGxldFx1MjAxOXMgZGlzY3VzcyBob3cgd2UgY2FuIGhlbHAgeW91IGFjaGlldmUgZmluYW5jaWFsIGNsYXJpdHkgYW5kIGNvbXBsaWFuY2UuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjkzLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2R1cmF0aW9uIjoic2xvdyIsIl9hbmltYXRpb25fZGVsYXkiOjMwMCwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]<div class=\"elementor-element elementor-element-f6a1ad6 e-con-full e-flex e-con e-child\" data-id=\"f6a1ad6\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8a838a7 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"8a838a7\" data-element_type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">nttttttt<form class=\"elementor-form\" method=\"post\" name=\"New Form\">nttt<input type=\"hidden\" name=\"post_id\" value=\"113\"/>nttt<input type=\"hidden\" name=\"form_id\" value=\"8a838a7\"/>nttt<input type=\"hidden\" name=\"referer_title\" value=\"\" />nnttttttt<input type=\"hidden\" name=\"queried_id\" value=\"113\"/>ntttnttt<div class=\"elementor-form-fields-wrapper elementor-labels-\">ntttttttt<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\">ntttttttttttt<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">nttttttttNamettttttt</label>ntttttttttttttt<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Name\">nttttttttttt</div>ntttttttt<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">ntttttttttttt<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">nttttttttEmailttttttt</label>ntttttttttttttt<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email\" required=\"required\">nttttttttttt</div>ntttttttt<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_ec19f2c elementor-col-100\">ntttttttttttt<label for=\"form-field-field_ec19f2c\" class=\"elementor-field-label elementor-screen-only\">nttttttttServicesttttttt</label>ntttttttt<div class=\"elementor-field elementor-select-wrapper remove-before \">nttt<div class=\"select-caret-down-wrapper\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"></path></svg>ttt</div>nttt<select name=\"form_fields[field_ec19f2c]\" id=\"form-field-field_ec19f2c\" class=\"elementor-field-textual elementor-size-sm\">nttttttttt<option value=\"Select Services:\">Select Services:</option>nttttttttt<option value=\"Accounting &amp; Bookkeeping\">Accounting &amp; Bookkeeping</option>nttttttttt<option value=\"Financial Reporting\">Financial Reporting</option>nttttttttt<option value=\"Tax Planning &amp; Filing\">Tax Planning &amp; Filing</option>nttttttttt<option value=\"Audit &amp; Assurance\">Audit &amp; Assurance</option>nttttttttt<option value=\"Business Advisory\">Business Advisory</option>nttttttttt<option value=\"Payroll &amp; HR Accounting\">Payroll &amp; HR Accounting</option>nttttttt</select>ntt</div>ntttttt</div>ntttttttt<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">ntttttttttttt<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">nttttttttMessagettttttt</label>ntttttt<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"></textarea>tttt</div>ntttttttt<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">nttttt<button class=\"elementor-button elementor-size-sm\" type=\"submit\">ntttttt<span class=\"elementor-button-content-wrapper\">ntttttttttttttttttttttt<span class=\"elementor-button-text\">Send</span>nttttttttttttt</span>nttttt</button>ntttt</div>nttt</div>ntt</form>ntttttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1102, 131, '_elementor_edit_mode', 'builder'),
(1103, 131, '_elementor_template_type', 'wp-page'),
(1104, 131, '_elementor_version', '3.34.0'),
(1105, 131, '_elementor_pro_version', '3.29.1'),
(1106, 131, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1107, 131, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1108, 131, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1109, 131, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:6:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:17:\"e-animation-float\";i:3;s:11:\"e-motion-fx\";i:4;s:12:\"widget-image\";i:5;s:11:\"widget-form\";}}'),
(1110, 131, '_elementor_css', 'a:6:{s:4:\"time\";i:1767179777;s:5:\"fonts\";a:3:{i:0;s:6:\"Roboto\";i:1;s:5:\"Inter\";i:2;s:7:\"Raleway\";}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:1;s:5:\"solid\";i:3;s:8:\"fa-solid\";i:4;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1111, 131, '_elementor_element_cache', '{\"timeout\":1767266177,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-cba7991 e-con-full e-flex e-con e-parent\" data-id=\"cba7991\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-06787ff e-flex e-con-boxed e-con e-child\" data-id=\"06787ff\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6Ijg0ZGQ3ZmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJyZXZzbGlkZXJ0aXRsZSI6IlNsaWRlciAxIiwic2hvcnRjb2RlIjoiW3Jldl9zbGlkZXIgYWxpYXM9XCJzbGlkZXItMVwiIHNsaWRlcnRpdGxlPVwiU2xpZGVyIDFcIl1bXC9yZXZfc2xpZGVyXSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzbGlkZXJfcmV2b2x1dGlvbiJ9\"]ttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-29840a9 e-flex e-con-boxed e-con e-parent\" data-id=\"29840a9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-6265ae2 e-con-full e-flex e-con e-child\" data-id=\"6265ae2\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8225497 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8225497\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">About Us</h2>tttt</div>ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjlmODlkYzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TaGllbGQgQWNjb3VudGluZyBpcyBhbiBlbWVyZ2luZyBhY2NvdW50aW5nIHNlcnZpY2VzIGZpcm0gbGVkIGJ5IHNlYXNvbmVkIGZpbmFuY2UgcHJvZmVzc2lvbmFscy4gV2l0aCBhIHN0cm9uZyBlbXBoYXNpcyBvbiBhY2N1cmFjeSwgY29tcGxpYW5jZSwgYW5kIGNsaWVudCB0cnVzdCwgd2UgaGVscCBidXNpbmVzc2VzIG5hdmlnYXRlIGZpbmFuY2lhbCBhbmQgcmVndWxhdG9yeSBsYW5kc2NhcGVzLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo5Mywic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kdXJhdGlvbiI6InNsb3ciLCJfYW5pbWF0aW9uX2RlbGF5IjozMDB9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-26de8f1 elementor-widget elementor-widget-button\" data-id=\"26de8f1\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Read More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-38f78d5 e-con-full e-flex e-con e-child\" data-id=\"38f78d5\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-4903c80 elementor-widget elementor-widget-image\" data-id=\"4903c80\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.3,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" class=\"attachment-large size-large wp-image-20\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />ttttttttttttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-cddcce6 e-flex e-con-boxed e-con e-parent\" data-id=\"cddcce6\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-a85c726 e-flex e-con-boxed e-con e-child\" data-id=\"a85c726\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-0ba9227 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0ba9227\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Our Services</h2>tttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-7627f9b e-flex e-con-boxed e-con e-child\" data-id=\"7627f9b\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-0a5a26d e-con-full e-flex e-con e-child\" data-id=\"0a5a26d\" data-element_type=\"container\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjRkODVlMDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhdXRvcGxheSI6IiIsInNob3dfaW1hZ2UiOiIiLCJzaG93X2RvdHMiOiIiLCJzaG93X2Fycm93cyI6IiIsInJlbW90ZV9wYXJlbnRfZW5hYmxlIjoidHJ1ZSIsInJlbW90ZV9wYXJlbnRfc3luYyI6InRydWUiLCJyZW1vdGVfcGFyZW50X3N5bmNfbmFtZSI6Imdyb3VwNSIsImhlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjo0OTAsInNpemVzIjpbXX0sInZlcnRpY2FsX2FsaWdubWVudCI6ImZsZXgtZW5kIiwiaG9yaXpvbnRhbF9hbGlnbm1lbnQiOiJmbGV4LXN0YXJ0Iiwib3ZlcmxheV9iYWNrZ3JvdW5kIjoiZ3JhZGllbnQiLCJvdmVybGF5X2NvbG9yIjoiIzAwMDAwMDAwIiwib3ZlcmxheV9jb2xvcl9iIjoiIzAwMDAwMDgwIiwidWVfYmdfb3ZlcmxheV9jb2xvciI6IiIsImNvbnRlbnRfYWxpZ25tZW50IjoibGVmdCIsImJ1dHRvbl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMTAwIiwicmlnaHQiOiIxMDAiLCJib3R0b20iOiIxMDAiLCJsZWZ0IjoiMTAwIiwiaXNMaW5rZWQiOnRydWV9LCJidXR0b25fYmdfY29sb3IiOiIiLCJidXR0b25fYm9yZGVyX2JvcmRlciI6InNvbGlkIiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIiwiaXNMaW5rZWQiOnRydWV9LCJ1Y19pdGVtcyI6W3sidGl0bGUiOiJBY2NvdW50aW5nICYgQm9va2tlZXBpbmciLCJpbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEyXC8xLmpwZyIsImlkIjo5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IkFjY3VyYXRlIG1haW50ZW5hbmNlIG9mIGJvb2tzLCBsZWRnZXJzLCBhbmQgZmluYW5jaWFsIHJlY29yZHMuIiwiYnV0dG9uX3RleHQiOiJSZWFkIE1vcmUiLCJsaW5rIjp7InVybCI6IiMifSwiY29udGVudF9pbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL2FjX2Fzc2V0c1wvdWNfY29udGVudF9zbGlkZXJfbmV3XC91ZS1sb2dvLnBuZyJ9LCJjb250ZW50X2ljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtcm9ja2V0Jz48XC9pPiIsInRlbXBsYXRlIjoiIiwidGVtcGxhdGVfdGVtcGxhdGVpZCI6IiIsIml0ZW1fcmVwZWF0ZXJfY2xhc3MiOiJlbGVtZW50b3ItcmVwZWF0ZXItaXRlbS05NGllbiIsIl9pZCI6ImM3YjRkOTUifSx7InRpdGxlIjoiRmluYW5jaWFsIFJlcG9ydGluZyIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0ZJbmFuY2UxLmpwZyIsImlkIjoxMDQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJQcmVwYXJhdGlvbiBvZiBmaW5hbmNpYWwgc3RhdGVtZW50cyBhbGlnbmVkIHdpdGggaW50ZXJuYXRpb25hbCBhbmQgbG9jYWwgc3RhbmRhcmRzLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tMnd2NjIiLCJfaWQiOiJmN2RjODdjIn0seyJ0aXRsZSI6IlRheCBQbGFubmluZyAmIEZpbGluZyIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL1RBWDEuanBnIiwiaWQiOjEwMSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IlRheCBjb21wbGlhbmNlLCBvcHRpbWl6YXRpb24sIGFuZCBmaWxpbmcgc2VydmljZXMgZm9yIGNvcnBvcmF0ZSBhbmQgaW5kaXZpZHVhbCBjbGllbnRzLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0teTVxaDciLCJfaWQiOiIzMGZjMWEwIn0seyJ0aXRsZSI6IkF1ZGl0ICYgQXNzdXJhbmNlIiwiaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvQXVkaXQxLmpwZyIsImlkIjoxMDMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJJbnRlcm5hbCBhdWRpdCBzdXBwb3J0IGFuZCBhc3N1cmFuY2Ugc2VydmljZXMgdG8gZW5oYW5jZSByZWxpYWJpbGl0eS4iLCJidXR0b25fdGV4dCI6IlJlYWQgTW9yZSIsImxpbmsiOnsidXJsIjoiIyJ9LCJjb250ZW50X2ltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jb250ZW50X3NsaWRlcl9uZXdcL3VlLWxvZ28ucG5nIn0sImNvbnRlbnRfaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwidGVtcGxhdGUiOiIiLCJ0ZW1wbGF0ZV90ZW1wbGF0ZWlkIjoiIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTN0MnpvIiwiX2lkIjoiM2FiYWZkZiJ9LHsidGl0bGUiOiJCdXNpbmVzcyBBZHZpc29yeSIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0Fkdmlzb3IxLmpwZyIsImlkIjoxMDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJTdHJhdGVnaWMgY29uc3VsdGluZyB0byBpbXByb3ZlIHBlcmZvcm1hbmNlIGFuZCBmaW5hbmNpYWwgZGVjaXNpb25zLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tOTRpZW4iLCJfaWQiOiJiMzE4NzM2In0seyJ0aXRsZSI6IlBheXJvbGwgJiBIUiBBY2NvdW50aW5nIiwiaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvUGF5cm9sbDEuanBnIiwiaWQiOjEwNSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IlBheXJvbGwgcHJvY2Vzc2luZywgZW1wbG95ZWUgY29tcGVuc2F0aW9uIHRyYWNraW5nLCBzdGF0dXRvcnkgY29tcGxpYW5jZS4iLCJidXR0b25fdGV4dCI6IlJlYWQgTW9yZSIsImxpbmsiOnsidXJsIjoiIyJ9LCJjb250ZW50X2ltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jb250ZW50X3NsaWRlcl9uZXdcL3VlLWxvZ28ucG5nIn0sImNvbnRlbnRfaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwidGVtcGxhdGUiOiIiLCJ0ZW1wbGF0ZV90ZW1wbGF0ZWlkIjoiIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTJ3djYyIiwiX2lkIjoiNWZmZTc2NiJ9XSwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjIwIiwiYm90dG9tIjoiMjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImN1c3RvbV9jc3MiOiJzZWxlY3Rvclxue1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgYm9yZGVyLXJhZGl1czogMjBweDtcbn0iLCJ0ZXh0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRleHRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkludGVyIiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkxpYnJlIEJhc2tlcnZpbGxlIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjMyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIxLCJzaXplcyI6W119LCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpsaW1pdCI6MjUwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9yZXZpZXdzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3NoZWV0czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3Q6bGltaXQiOjUsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0OmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6Y2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0OmNhY2hlX3RpbWUiOjYwLCJidXR0b25fdGV4dCI6IkxlYXJuIE1vcmUiLCJtdWx0aXNvdXJjZV9wb3N0c19tYXhpdGVtcyI6MTAsIm11bHRpc291cmNlX3Byb2R1Y3RzX2luY2x1ZGVfZGF0ZV9tZXRhX2Zvcm1hdCI6IlltZCIsIm11bHRpc291cmNlX3Byb2R1Y3RzX21heGl0ZW1zIjoxMCwibXVsdGlzb3VyY2VfaXRlbXMiOlt7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5MS5qcGcifSwiX2lkIjoiZDUyNjJhNiJ9LHsiaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkyLmpwZyJ9LCJfaWQiOiI4NTE0MTMxIn0seyJpdGVtX3R5cGUiOiJ5b3V0dWJlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5My5qcGcifSwidXJsX3lvdXR1YmUiOiJxck80WVpleWwwSSIsIl9pZCI6IjRhYzAzYTMifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5NS5qcGcifSwiX2lkIjoiY2E1MjQ2MCJ9LHsiaXRlbV90eXBlIjoidmltZW8iLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk0LmpwZyJ9LCJ2aW1lb19pZCI6IjU4MTAxNDY1MyIsIl9pZCI6ImJmNDA4NjcifSx7Iml0ZW1fdHlwZSI6Imh0bWw1IiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5Ni5qcGcifSwidXJsX2h0bWw1IjoiaHR0cDpcL1wvY29tbW9uZGF0YXN0b3JhZ2UuZ29vZ2xlYXBpcy5jb21cL2d0di12aWRlb3MtYnVja2V0XC9zYW1wbGVcL0JpZ0J1Y2tCdW5ueS5tcDQiLCJfaWQiOiI0ZjdlZWM3In0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTEuanBnIn0sIl9pZCI6IjhmZDdhMmYifV0sIm11bHRpc291cmNlX2luc3RhZ3JhbV9udW1faXRlbXMiOjEyLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6Y3VycmVuY3kiOiJVU0QiLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6aW5jbHVkZV9jdXJyZW5jaWVzIjoiVVNELCBFVVIsIEpQWSwgR0JQLCBBVUQsIENBRCwgQ0hGLCBDTkgsIEhLRCwgTlpEIiwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHNfbGltaXQiOjI1MCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHNfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfcmV2aWV3c19jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9zaGVldHNfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0X2xpbWl0Ijo1LCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdF9jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlX2NhY2hlX3RpbWUiOjYwLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jb3VudHJ5IjoiR0IiLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jaXR5IjoiTG9uZG9uIiwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3RfY2FjaGVfdGltZSI6NjAsIl9wb3N0dHlwZSI6WyJwb3N0Il0sIl90YXhvbm9teSI6WyJjYXRlZ29yeSJdLCJtdWx0aXNvdXJjZV9yc3NfdXJsIjoiaHR0cHM6XC9cL3dpcmVkLmNvbVwvZmVlZFwvcnNzIiwibXVsdGlzb3VyY2VfcnNzX2RhdGVfZm9ybWF0IjoiZFwvbVwvWSwgSDppIiwibXVsdGlzb3VyY2VfcnNzX2l0ZW1zX2xpbWl0IjoiMCIsInN0YXJ0X2l0ZW1faW5kZXgiOiIwIiwibXVsdGlzb3VyY2VfcG9zdHNfaW5jbHVkZV9kYXRlX21ldGFfZm9ybWF0IjoiWW1kIiwibXVsdGlzb3VyY2VfaW5zdGFncmFtIjoiQGdpYW5sdWNhdmFjY2hpIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InVjYWRkb25fY29udGVudF9zbGlkZXJfbmV3In0=\"]tt</div>ntt<div class=\"elementor-element elementor-element-04d2288 e-con-full e-flex e-con e-child\" data-id=\"04d2288\" data-element_type=\"container\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6Ijc4OWY3NjYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ1Y19pdGVtcyI6W3sidGl0bGUiOiJBY2NvdW50aW5nICYgQm9va2tlZXBpbmciLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1zb2xpZCIsInZhbHVlIjoiZmFzIGZhLWNhbGN1bGF0b3IifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tNHQ3djYiLCJfaWQiOiJlYTJiYzZiIiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEifSx7InRpdGxlIjoiRmluYW5jaWFsIFJlcG9ydGluZyIsImljb24iOnsibGlicmFyeSI6ImZhLXJlZ3VsYXIiLCJ2YWx1ZSI6ImZhciBmYS1jaGFydC1iYXIifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tcmxmZzUiLCJfaWQiOiJhZjI0M2U3Iiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEifSx7InRpdGxlIjoiVGF4IFBsYW5uaW5nICYgRmlsaW5nIiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtcmVndWxhciIsInZhbHVlIjoiZmFyIGZhLW1vbmV5LWJpbGwtYWx0In0sImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtbGVhZic+PFwvaT4iLCJjb250ZW50IjoiIiwibGluayI6eyJ1cmwiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLWM0bWJmIiwiX2lkIjoiYTQ4YmI2MiIsIm92ZXJyaWRlX2NvbG9ycyI6InRydWUiLCJpY29uX3RleHQiOiIxIn0seyJ0aXRsZSI6IkF1ZGl0ICYgQXNzdXJhbmNlIiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtcmVndWxhciIsInZhbHVlIjoiZmFyIGZhLWNyZWRpdC1jYXJkIn0sImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtbGVhZic+PFwvaT4iLCJjb250ZW50IjoiIiwibGluayI6eyJ1cmwiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLWliZXVhIiwiX2lkIjoiYjQyNjcwOCIsIm92ZXJyaWRlX2NvbG9ycyI6InRydWUiLCJpY29uX3RleHQiOiIxIn0seyJ0aXRsZSI6IkJ1c2luZXNzIEFkdmlzb3J5IiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtc29saWQiLCJ2YWx1ZSI6ImZhcyBmYS1idXNpbmVzcy10aW1lIn0sImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtbGVhZic+PFwvaT4iLCJjb250ZW50IjoiIiwibGluayI6eyJ1cmwiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTR0N3Y2Iiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEiLCJfaWQiOiI1NzBhNDQzIn0seyJ0aXRsZSI6IlBheXJvbGwgJiBIUiBBY2NvdW50aW5nIiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtcmVndWxhciIsInZhbHVlIjoiZmFyIGZhLWNsaXBib2FyZCJ9LCJpY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLWxlYWYnPjxcL2k+IiwiY29udGVudCI6IiIsImxpbmsiOnsidXJsIjoiIn0sIml0ZW1fcmVwZWF0ZXJfY2xhc3MiOiJlbGVtZW50b3ItcmVwZWF0ZXItaXRlbS1ybGZnNSIsIm92ZXJyaWRlX2NvbG9ycyI6InRydWUiLCJpY29uX3RleHQiOiIxIiwiX2lkIjoiOWJlODY1ZiJ9XSwiZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjIxLCJzaXplcyI6W119LCJjb250ZW50X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwiaXRlbV9ib3JkZXJfYm9yZGVyIjoic29saWQiLCJpdGVtX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiaXRlbV9iYWNrZ3JvdW5kX2NvbG9yIjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJpY29uX2JhY2tncm91bmQiOiIjMjAyODcwIiwiaWNvbl9jb2xvciI6IiNGRkZGRkYiLCJpY29uX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjUzLCJzaXplcyI6W119LCJpY29uX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI2MCIsInJpZ2h0IjoiNjAiLCJib3R0b20iOiI2MCIsImxlZnQiOiI2MCIsImlzTGlua2VkIjp0cnVlfSwiaWNvbl9ib3JkZXJfYm9yZGVyIjoic29saWQiLCJpY29uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJpY29uX2JvcmRlcl9jb2xvciI6IiM3QTdBN0EiLCJ0aXRsZV9jb2xvciI6IiMxOTE5MTkiLCJ0ZXh0X2NvbG9yIjoiIzAwMCIsInRleHRfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUmFsZXdheSIsInRleHRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImljb25fcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJyZW1vdGVfcGFyZW50X2VuYWJsZSI6InRydWUiLCJyZW1vdGVfcGFyZW50X3N5bmMiOiJ0cnVlIiwicmVtb3RlX3BhcmVudF9zeW5jX25hbWUiOiJncm91cDUiLCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsIml0ZW1fYm9yZGVyX2FjdGl2ZV93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIiwiaXNMaW5rZWQiOnRydWV9LCJpdGVtX3NoYWRvd19hY3RpdmVfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6NSwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMjAyLjA0OTk5NTQyMjM2MzI4LCA4OC4zNzQ5MTY0MDMwNjU0NCwgODguMzc0OTE2NDAzMDY1NDQsIDAuNSkifSwiaWNvbl93aWR0aF9hY3RpdmUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJpY29uX2JhY2tncm91bmRfYWN0aXZlIjoiIzIwMjg3MCIsImdhcF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzOmxpbWl0IjoyNTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3Jldmlld3M6Y2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfc2hlZXRzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdDpsaW1pdCI6NSwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3Q6Y2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZTpjYWNoZV90aW1lIjo2MCwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3Q6Y2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX3Bvc3RzX21heGl0ZW1zIjoxMCwibXVsdGlzb3VyY2VfcHJvZHVjdHNfaW5jbHVkZV9kYXRlX21ldGFfZm9ybWF0IjoiWW1kIiwibXVsdGlzb3VyY2VfcHJvZHVjdHNfbWF4aXRlbXMiOjEwLCJtdWx0aXNvdXJjZV9pdGVtcyI6W3siaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkxLmpwZyJ9LCJfaWQiOiJiMDEzMDgyIn0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTIuanBnIn0sIl9pZCI6ImRkMGU5MmIifSx7Iml0ZW1fdHlwZSI6InlvdXR1YmUiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkzLmpwZyJ9LCJ1cmxfeW91dHViZSI6InFyTzRZWmV5bDBJIiwiX2lkIjoiNmEwNjFlMCJ9LHsiaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk1LmpwZyJ9LCJfaWQiOiJkNjQ3MWNjIn0seyJpdGVtX3R5cGUiOiJ2aW1lbyIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTQuanBnIn0sInZpbWVvX2lkIjoiNTgxMDE0NjUzIiwiX2lkIjoiY2M0ZDMwZSJ9LHsiaXRlbV90eXBlIjoiaHRtbDUiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk2LmpwZyJ9LCJ1cmxfaHRtbDUiOiJodHRwOlwvXC9jb21tb25kYXRhc3RvcmFnZS5nb29nbGVhcGlzLmNvbVwvZ3R2LXZpZGVvcy1idWNrZXRcL3NhbXBsZVwvQmlnQnVja0J1bm55Lm1wNCIsIl9pZCI6ImU3OWNlNWYifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5MS5qcGcifSwiX2lkIjoiM2MyOGM2MiJ9XSwibXVsdGlzb3VyY2VfaW5zdGFncmFtX251bV9pdGVtcyI6MTIsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZTpjdXJyZW5jeSI6IlVTRCIsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZTppbmNsdWRlX2N1cnJlbmNpZXMiOiJVU0QsIEVVUiwgSlBZLCBHQlAsIEFVRCwgQ0FELCBDSEYsIENOSCwgSEtELCBOWkQiLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50c19saW1pdCI6MjUwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50c19jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9yZXZpZXdzX2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3NoZWV0c19jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3RfbGltaXQiOjUsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0X2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2VfY2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0X2NvdW50cnkiOiJHQiIsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0X2NpdHkiOiJMb25kb24iLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jYWNoZV90aW1lIjo2MCwiX3Bvc3R0eXBlIjpbInBvc3QiXSwiX3RheG9ub215IjpbImNhdGVnb3J5Il0sIm11bHRpc291cmNlX3Jzc191cmwiOiJodHRwczpcL1wvd2lyZWQuY29tXC9mZWVkXC9yc3MiLCJtdWx0aXNvdXJjZV9yc3NfZGF0ZV9mb3JtYXQiOiJkXC9tXC9ZLCBIOmkiLCJtdWx0aXNvdXJjZV9yc3NfaXRlbXNfbGltaXQiOiIwIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sIm11bHRpc291cmNlX3Bvc3RzX2luY2x1ZGVfZGF0ZV9tZXRhX2Zvcm1hdCI6IlltZCIsIm11bHRpc291cmNlX2luc3RhZ3JhbSI6IkBnaWFubHVjYXZhY2NoaSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ1Y2FkZG9uX3VjX21hdGVyaWFsX2J1bGxldHMifQ==\"]tt</div>nttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1cc1eea e-flex e-con-boxed e-con e-parent\" data-id=\"1cc1eea\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-189f327 e-con-full e-flex e-con e-child\" data-id=\"189f327\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-5772560 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5772560\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Get in Touch With Us</h2>tttt</div>ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjZlZmZmNzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXN0YXJ0PVwiMzI5XCIgZGF0YS1lbmQ9XCI1ODFcIj5IYXZlIHF1ZXN0aW9ucyBhYm91dCBvdXIgYWNjb3VudGluZyBvciBmaW5hbmNpYWwgc2VydmljZXM/IDxcL2JyPk91ciB0ZWFtIGlzIHJlYWR5IHRvIHN1cHBvcnQgeW91ciBidXNpbmVzcyB3aXRoIHJlbGlhYmxlLCB0YWlsb3JlZCBzb2x1dGlvbnMuIDxcL2JyPkNvbnRhY3QgdXMgdG9kYXkgYW5kIGxldFx1MjAxOXMgZGlzY3VzcyBob3cgd2UgY2FuIGhlbHAgeW91IGFjaGlldmUgZmluYW5jaWFsIGNsYXJpdHkgYW5kIGNvbXBsaWFuY2UuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjkzLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2R1cmF0aW9uIjoic2xvdyIsIl9hbmltYXRpb25fZGVsYXkiOjMwMCwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]<div class=\"elementor-element elementor-element-f6a1ad6 e-con-full e-flex e-con e-child\" data-id=\"f6a1ad6\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8a838a7 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"8a838a7\" data-element_type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">nttttttt<form class=\"elementor-form\" method=\"post\" name=\"New Form\">nttt<input type=\"hidden\" name=\"post_id\" value=\"113\"/>nttt<input type=\"hidden\" name=\"form_id\" value=\"8a838a7\"/>nttt<input type=\"hidden\" name=\"referer_title\" value=\"\" />nnttttttt<input type=\"hidden\" name=\"queried_id\" value=\"113\"/>ntttnttt<div class=\"elementor-form-fields-wrapper elementor-labels-\">ntttttttt<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\">ntttttttttttt<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">nttttttttNamettttttt</label>ntttttttttttttt<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Name\">nttttttttttt</div>ntttttttt<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">ntttttttttttt<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">nttttttttEmailttttttt</label>ntttttttttttttt<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email\" required=\"required\">nttttttttttt</div>ntttttttt<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_ec19f2c elementor-col-100\">ntttttttttttt<label for=\"form-field-field_ec19f2c\" class=\"elementor-field-label elementor-screen-only\">nttttttttServicesttttttt</label>ntttttttt<div class=\"elementor-field elementor-select-wrapper remove-before \">nttt<div class=\"select-caret-down-wrapper\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"></path></svg>ttt</div>nttt<select name=\"form_fields[field_ec19f2c]\" id=\"form-field-field_ec19f2c\" class=\"elementor-field-textual elementor-size-sm\">nttttttttt<option value=\"Select Services:\">Select Services:</option>nttttttttt<option value=\"Accounting &amp; Bookkeeping\">Accounting &amp; Bookkeeping</option>nttttttttt<option value=\"Financial Reporting\">Financial Reporting</option>nttttttttt<option value=\"Tax Planning &amp; Filing\">Tax Planning &amp; Filing</option>nttttttttt<option value=\"Audit &amp; Assurance\">Audit &amp; Assurance</option>nttttttttt<option value=\"Business Advisory\">Business Advisory</option>nttttttttt<option value=\"Payroll &amp; HR Accounting\">Payroll &amp; HR Accounting</option>nttttttt</select>ntt</div>ntttttt</div>ntttttttt<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">ntttttttttttt<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">nttttttttMessagettttttt</label>ntttttt<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"></textarea>tttt</div>ntttttttt<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">nttttt<button class=\"elementor-button elementor-size-sm\" type=\"submit\">ntttttt<span class=\"elementor-button-content-wrapper\">ntttttttttttttttttttttt<span class=\"elementor-button-text\">Send</span>nttttttttttttt</span>nttttt</button>ntttt</div>nttt</div>ntt</form>ntttttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1112, 132, '_elementor_edit_mode', 'builder'),
(1113, 132, '_elementor_template_type', 'wp-page'),
(1114, 132, '_elementor_version', '3.34.0'),
(1115, 132, '_elementor_pro_version', '3.29.1'),
(1116, 132, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1117, 132, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"right_bg\":\"#FC0000\",\"left_bg\":\"#000000\",\"primary_color\":\"#24F158\",\"override_border_color\":\"#FFFFFF\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1118, 132, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1119, 132, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:6:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:17:\"e-animation-float\";i:3;s:11:\"e-motion-fx\";i:4;s:12:\"widget-image\";i:5;s:11:\"widget-form\";}}'),
(1120, 132, '_elementor_css', 'a:6:{s:4:\"time\";i:1767179777;s:5:\"fonts\";a:3:{i:0;s:6:\"Roboto\";i:1;s:5:\"Inter\";i:2;s:7:\"Raleway\";}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:1;s:5:\"solid\";i:3;s:8:\"fa-solid\";i:4;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1121, 132, '_elementor_element_cache', '{\"timeout\":1767266177,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-cba7991 e-con-full e-flex e-con e-parent\" data-id=\"cba7991\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-06787ff e-flex e-con-boxed e-con e-child\" data-id=\"06787ff\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6Ijg0ZGQ3ZmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJyZXZzbGlkZXJ0aXRsZSI6IlNsaWRlciAxIiwic2hvcnRjb2RlIjoiW3Jldl9zbGlkZXIgYWxpYXM9XCJzbGlkZXItMVwiIHNsaWRlcnRpdGxlPVwiU2xpZGVyIDFcIl1bXC9yZXZfc2xpZGVyXSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzbGlkZXJfcmV2b2x1dGlvbiJ9\"]ttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-29840a9 e-flex e-con-boxed e-con e-parent\" data-id=\"29840a9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-6265ae2 e-con-full e-flex e-con e-child\" data-id=\"6265ae2\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8225497 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8225497\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">About Us</h2>tttt</div>ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjlmODlkYzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TaGllbGQgQWNjb3VudGluZyBpcyBhbiBlbWVyZ2luZyBhY2NvdW50aW5nIHNlcnZpY2VzIGZpcm0gbGVkIGJ5IHNlYXNvbmVkIGZpbmFuY2UgcHJvZmVzc2lvbmFscy4gV2l0aCBhIHN0cm9uZyBlbXBoYXNpcyBvbiBhY2N1cmFjeSwgY29tcGxpYW5jZSwgYW5kIGNsaWVudCB0cnVzdCwgd2UgaGVscCBidXNpbmVzc2VzIG5hdmlnYXRlIGZpbmFuY2lhbCBhbmQgcmVndWxhdG9yeSBsYW5kc2NhcGVzLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo5Mywic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kdXJhdGlvbiI6InNsb3ciLCJfYW5pbWF0aW9uX2RlbGF5IjozMDB9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-26de8f1 elementor-widget elementor-widget-button\" data-id=\"26de8f1\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Read More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-38f78d5 e-con-full e-flex e-con e-child\" data-id=\"38f78d5\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-4903c80 elementor-widget elementor-widget-image\" data-id=\"4903c80\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.3,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" class=\"attachment-large size-large wp-image-20\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />ttttttttttttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-cddcce6 e-flex e-con-boxed e-con e-parent\" data-id=\"cddcce6\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-a85c726 e-flex e-con-boxed e-con e-child\" data-id=\"a85c726\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-0ba9227 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0ba9227\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Our Services</h2>tttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-7627f9b e-flex e-con-boxed e-con e-child\" data-id=\"7627f9b\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-0a5a26d e-con-full e-flex e-con e-child\" data-id=\"0a5a26d\" data-element_type=\"container\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjRkODVlMDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhdXRvcGxheSI6IiIsInNob3dfaW1hZ2UiOiIiLCJzaG93X2RvdHMiOiIiLCJzaG93X2Fycm93cyI6IiIsInJlbW90ZV9wYXJlbnRfZW5hYmxlIjoidHJ1ZSIsInJlbW90ZV9wYXJlbnRfc3luYyI6InRydWUiLCJyZW1vdGVfcGFyZW50X3N5bmNfbmFtZSI6Imdyb3VwNSIsImhlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjo0OTAsInNpemVzIjpbXX0sInZlcnRpY2FsX2FsaWdubWVudCI6ImZsZXgtZW5kIiwiaG9yaXpvbnRhbF9hbGlnbm1lbnQiOiJmbGV4LXN0YXJ0Iiwib3ZlcmxheV9iYWNrZ3JvdW5kIjoiZ3JhZGllbnQiLCJvdmVybGF5X2NvbG9yIjoiIzAwMDAwMDAwIiwib3ZlcmxheV9jb2xvcl9iIjoiIzAwMDAwMDgwIiwidWVfYmdfb3ZlcmxheV9jb2xvciI6IiIsImNvbnRlbnRfYWxpZ25tZW50IjoibGVmdCIsImJ1dHRvbl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMTAwIiwicmlnaHQiOiIxMDAiLCJib3R0b20iOiIxMDAiLCJsZWZ0IjoiMTAwIiwiaXNMaW5rZWQiOnRydWV9LCJidXR0b25fYmdfY29sb3IiOiIiLCJidXR0b25fYm9yZGVyX2JvcmRlciI6InNvbGlkIiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIiwiaXNMaW5rZWQiOnRydWV9LCJ1Y19pdGVtcyI6W3sidGl0bGUiOiJBY2NvdW50aW5nICYgQm9va2tlZXBpbmciLCJpbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEyXC8xLmpwZyIsImlkIjo5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IkFjY3VyYXRlIG1haW50ZW5hbmNlIG9mIGJvb2tzLCBsZWRnZXJzLCBhbmQgZmluYW5jaWFsIHJlY29yZHMuIiwiYnV0dG9uX3RleHQiOiJSZWFkIE1vcmUiLCJsaW5rIjp7InVybCI6IiMifSwiY29udGVudF9pbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL2FjX2Fzc2V0c1wvdWNfY29udGVudF9zbGlkZXJfbmV3XC91ZS1sb2dvLnBuZyJ9LCJjb250ZW50X2ljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtcm9ja2V0Jz48XC9pPiIsInRlbXBsYXRlIjoiIiwidGVtcGxhdGVfdGVtcGxhdGVpZCI6IiIsIml0ZW1fcmVwZWF0ZXJfY2xhc3MiOiJlbGVtZW50b3ItcmVwZWF0ZXItaXRlbS05NGllbiIsIl9pZCI6ImM3YjRkOTUifSx7InRpdGxlIjoiRmluYW5jaWFsIFJlcG9ydGluZyIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0ZJbmFuY2UxLmpwZyIsImlkIjoxMDQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJQcmVwYXJhdGlvbiBvZiBmaW5hbmNpYWwgc3RhdGVtZW50cyBhbGlnbmVkIHdpdGggaW50ZXJuYXRpb25hbCBhbmQgbG9jYWwgc3RhbmRhcmRzLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tMnd2NjIiLCJfaWQiOiJmN2RjODdjIn0seyJ0aXRsZSI6IlRheCBQbGFubmluZyAmIEZpbGluZyIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL1RBWDEuanBnIiwiaWQiOjEwMSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IlRheCBjb21wbGlhbmNlLCBvcHRpbWl6YXRpb24sIGFuZCBmaWxpbmcgc2VydmljZXMgZm9yIGNvcnBvcmF0ZSBhbmQgaW5kaXZpZHVhbCBjbGllbnRzLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0teTVxaDciLCJfaWQiOiIzMGZjMWEwIn0seyJ0aXRsZSI6IkF1ZGl0ICYgQXNzdXJhbmNlIiwiaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvQXVkaXQxLmpwZyIsImlkIjoxMDMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJJbnRlcm5hbCBhdWRpdCBzdXBwb3J0IGFuZCBhc3N1cmFuY2Ugc2VydmljZXMgdG8gZW5oYW5jZSByZWxpYWJpbGl0eS4iLCJidXR0b25fdGV4dCI6IlJlYWQgTW9yZSIsImxpbmsiOnsidXJsIjoiIyJ9LCJjb250ZW50X2ltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jb250ZW50X3NsaWRlcl9uZXdcL3VlLWxvZ28ucG5nIn0sImNvbnRlbnRfaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwidGVtcGxhdGUiOiIiLCJ0ZW1wbGF0ZV90ZW1wbGF0ZWlkIjoiIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTN0MnpvIiwiX2lkIjoiM2FiYWZkZiJ9LHsidGl0bGUiOiJCdXNpbmVzcyBBZHZpc29yeSIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0Fkdmlzb3IxLmpwZyIsImlkIjoxMDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJTdHJhdGVnaWMgY29uc3VsdGluZyB0byBpbXByb3ZlIHBlcmZvcm1hbmNlIGFuZCBmaW5hbmNpYWwgZGVjaXNpb25zLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tOTRpZW4iLCJfaWQiOiJiMzE4NzM2In0seyJ0aXRsZSI6IlBheXJvbGwgJiBIUiBBY2NvdW50aW5nIiwiaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvUGF5cm9sbDEuanBnIiwiaWQiOjEwNSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IlBheXJvbGwgcHJvY2Vzc2luZywgZW1wbG95ZWUgY29tcGVuc2F0aW9uIHRyYWNraW5nLCBzdGF0dXRvcnkgY29tcGxpYW5jZS4iLCJidXR0b25fdGV4dCI6IlJlYWQgTW9yZSIsImxpbmsiOnsidXJsIjoiIyJ9LCJjb250ZW50X2ltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jb250ZW50X3NsaWRlcl9uZXdcL3VlLWxvZ28ucG5nIn0sImNvbnRlbnRfaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwidGVtcGxhdGUiOiIiLCJ0ZW1wbGF0ZV90ZW1wbGF0ZWlkIjoiIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTJ3djYyIiwiX2lkIjoiNWZmZTc2NiJ9XSwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjIwIiwiYm90dG9tIjoiMjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImN1c3RvbV9jc3MiOiJzZWxlY3Rvclxue1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgYm9yZGVyLXJhZGl1czogMjBweDtcbn0iLCJ0ZXh0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRleHRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkludGVyIiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkxpYnJlIEJhc2tlcnZpbGxlIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjMyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIxLCJzaXplcyI6W119LCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpsaW1pdCI6MjUwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9yZXZpZXdzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3NoZWV0czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3Q6bGltaXQiOjUsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0OmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6Y2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0OmNhY2hlX3RpbWUiOjYwLCJidXR0b25fdGV4dCI6IkxlYXJuIE1vcmUiLCJtdWx0aXNvdXJjZV9wb3N0c19tYXhpdGVtcyI6MTAsIm11bHRpc291cmNlX3Byb2R1Y3RzX2luY2x1ZGVfZGF0ZV9tZXRhX2Zvcm1hdCI6IlltZCIsIm11bHRpc291cmNlX3Byb2R1Y3RzX21heGl0ZW1zIjoxMCwibXVsdGlzb3VyY2VfaXRlbXMiOlt7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5MS5qcGcifSwiX2lkIjoiZDUyNjJhNiJ9LHsiaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkyLmpwZyJ9LCJfaWQiOiI4NTE0MTMxIn0seyJpdGVtX3R5cGUiOiJ5b3V0dWJlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5My5qcGcifSwidXJsX3lvdXR1YmUiOiJxck80WVpleWwwSSIsIl9pZCI6IjRhYzAzYTMifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5NS5qcGcifSwiX2lkIjoiY2E1MjQ2MCJ9LHsiaXRlbV90eXBlIjoidmltZW8iLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk0LmpwZyJ9LCJ2aW1lb19pZCI6IjU4MTAxNDY1MyIsIl9pZCI6ImJmNDA4NjcifSx7Iml0ZW1fdHlwZSI6Imh0bWw1IiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5Ni5qcGcifSwidXJsX2h0bWw1IjoiaHR0cDpcL1wvY29tbW9uZGF0YXN0b3JhZ2UuZ29vZ2xlYXBpcy5jb21cL2d0di12aWRlb3MtYnVja2V0XC9zYW1wbGVcL0JpZ0J1Y2tCdW5ueS5tcDQiLCJfaWQiOiI0ZjdlZWM3In0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTEuanBnIn0sIl9pZCI6IjhmZDdhMmYifV0sIm11bHRpc291cmNlX2luc3RhZ3JhbV9udW1faXRlbXMiOjEyLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6Y3VycmVuY3kiOiJVU0QiLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6aW5jbHVkZV9jdXJyZW5jaWVzIjoiVVNELCBFVVIsIEpQWSwgR0JQLCBBVUQsIENBRCwgQ0hGLCBDTkgsIEhLRCwgTlpEIiwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHNfbGltaXQiOjI1MCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHNfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfcmV2aWV3c19jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9zaGVldHNfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0X2xpbWl0Ijo1LCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdF9jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlX2NhY2hlX3RpbWUiOjYwLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jb3VudHJ5IjoiR0IiLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jaXR5IjoiTG9uZG9uIiwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3RfY2FjaGVfdGltZSI6NjAsIl9wb3N0dHlwZSI6WyJwb3N0Il0sIl90YXhvbm9teSI6WyJjYXRlZ29yeSJdLCJtdWx0aXNvdXJjZV9yc3NfdXJsIjoiaHR0cHM6XC9cL3dpcmVkLmNvbVwvZmVlZFwvcnNzIiwibXVsdGlzb3VyY2VfcnNzX2RhdGVfZm9ybWF0IjoiZFwvbVwvWSwgSDppIiwibXVsdGlzb3VyY2VfcnNzX2l0ZW1zX2xpbWl0IjoiMCIsInN0YXJ0X2l0ZW1faW5kZXgiOiIwIiwibXVsdGlzb3VyY2VfcG9zdHNfaW5jbHVkZV9kYXRlX21ldGFfZm9ybWF0IjoiWW1kIiwibXVsdGlzb3VyY2VfaW5zdGFncmFtIjoiQGdpYW5sdWNhdmFjY2hpIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InVjYWRkb25fY29udGVudF9zbGlkZXJfbmV3In0=\"]tt</div>ntt<div class=\"elementor-element elementor-element-04d2288 e-con-full e-flex e-con e-child\" data-id=\"04d2288\" data-element_type=\"container\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6Ijc4OWY3NjYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ1Y19pdGVtcyI6W3sidGl0bGUiOiJBY2NvdW50aW5nICYgQm9va2tlZXBpbmciLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1zb2xpZCIsInZhbHVlIjoiZmFzIGZhLWNhbGN1bGF0b3IifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tNHQ3djYiLCJfaWQiOiJlYTJiYzZiIiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEifSx7InRpdGxlIjoiRmluYW5jaWFsIFJlcG9ydGluZyIsImljb24iOnsibGlicmFyeSI6ImZhLXJlZ3VsYXIiLCJ2YWx1ZSI6ImZhciBmYS1jaGFydC1iYXIifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tcmxmZzUiLCJfaWQiOiJhZjI0M2U3Iiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEifSx7InRpdGxlIjoiVGF4IFBsYW5uaW5nICYgRmlsaW5nIiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtcmVndWxhciIsInZhbHVlIjoiZmFyIGZhLW1vbmV5LWJpbGwtYWx0In0sImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtbGVhZic+PFwvaT4iLCJjb250ZW50IjoiIiwibGluayI6eyJ1cmwiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLWM0bWJmIiwiX2lkIjoiYTQ4YmI2MiIsIm92ZXJyaWRlX2NvbG9ycyI6InRydWUiLCJpY29uX3RleHQiOiIxIn0seyJ0aXRsZSI6IkF1ZGl0ICYgQXNzdXJhbmNlIiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtcmVndWxhciIsInZhbHVlIjoiZmFyIGZhLWNyZWRpdC1jYXJkIn0sImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtbGVhZic+PFwvaT4iLCJjb250ZW50IjoiIiwibGluayI6eyJ1cmwiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLWliZXVhIiwiX2lkIjoiYjQyNjcwOCIsIm92ZXJyaWRlX2NvbG9ycyI6InRydWUiLCJpY29uX3RleHQiOiIxIn0seyJ0aXRsZSI6IkJ1c2luZXNzIEFkdmlzb3J5IiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtc29saWQiLCJ2YWx1ZSI6ImZhcyBmYS1idXNpbmVzcy10aW1lIn0sImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtbGVhZic+PFwvaT4iLCJjb250ZW50IjoiIiwibGluayI6eyJ1cmwiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTR0N3Y2Iiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEiLCJfaWQiOiI1NzBhNDQzIn0seyJ0aXRsZSI6IlBheXJvbGwgJiBIUiBBY2NvdW50aW5nIiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtcmVndWxhciIsInZhbHVlIjoiZmFyIGZhLWNsaXBib2FyZCJ9LCJpY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLWxlYWYnPjxcL2k+IiwiY29udGVudCI6IiIsImxpbmsiOnsidXJsIjoiIn0sIml0ZW1fcmVwZWF0ZXJfY2xhc3MiOiJlbGVtZW50b3ItcmVwZWF0ZXItaXRlbS1ybGZnNSIsIm92ZXJyaWRlX2NvbG9ycyI6InRydWUiLCJpY29uX3RleHQiOiIxIiwiX2lkIjoiOWJlODY1ZiJ9XSwiZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjIxLCJzaXplcyI6W119LCJjb250ZW50X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwiaXRlbV9ib3JkZXJfYm9yZGVyIjoic29saWQiLCJpdGVtX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiaXRlbV9iYWNrZ3JvdW5kX2NvbG9yIjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJpY29uX2JhY2tncm91bmQiOiIjMjAyODcwIiwiaWNvbl9jb2xvciI6IiNGRkZGRkYiLCJpY29uX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjUzLCJzaXplcyI6W119LCJpY29uX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI2MCIsInJpZ2h0IjoiNjAiLCJib3R0b20iOiI2MCIsImxlZnQiOiI2MCIsImlzTGlua2VkIjp0cnVlfSwiaWNvbl9ib3JkZXJfYm9yZGVyIjoic29saWQiLCJpY29uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJpY29uX2JvcmRlcl9jb2xvciI6IiM3QTdBN0EiLCJ0aXRsZV9jb2xvciI6IiMxOTE5MTkiLCJ0ZXh0X2NvbG9yIjoiIzAwMCIsInRleHRfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUmFsZXdheSIsInRleHRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImljb25fcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJyZW1vdGVfcGFyZW50X2VuYWJsZSI6InRydWUiLCJyZW1vdGVfcGFyZW50X3N5bmMiOiJ0cnVlIiwicmVtb3RlX3BhcmVudF9zeW5jX25hbWUiOiJncm91cDUiLCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsIml0ZW1fYm9yZGVyX2FjdGl2ZV93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIiwiaXNMaW5rZWQiOnRydWV9LCJpdGVtX3NoYWRvd19hY3RpdmVfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6NSwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMjAyLjA0OTk5NTQyMjM2MzI4LCA4OC4zNzQ5MTY0MDMwNjU0NCwgODguMzc0OTE2NDAzMDY1NDQsIDAuNSkifSwiaWNvbl93aWR0aF9hY3RpdmUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJpY29uX2JhY2tncm91bmRfYWN0aXZlIjoiIzIwMjg3MCIsImdhcF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzOmxpbWl0IjoyNTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3Jldmlld3M6Y2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfc2hlZXRzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdDpsaW1pdCI6NSwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3Q6Y2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZTpjYWNoZV90aW1lIjo2MCwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3Q6Y2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX3Bvc3RzX21heGl0ZW1zIjoxMCwibXVsdGlzb3VyY2VfcHJvZHVjdHNfaW5jbHVkZV9kYXRlX21ldGFfZm9ybWF0IjoiWW1kIiwibXVsdGlzb3VyY2VfcHJvZHVjdHNfbWF4aXRlbXMiOjEwLCJtdWx0aXNvdXJjZV9pdGVtcyI6W3siaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkxLmpwZyJ9LCJfaWQiOiJiMDEzMDgyIn0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTIuanBnIn0sIl9pZCI6ImRkMGU5MmIifSx7Iml0ZW1fdHlwZSI6InlvdXR1YmUiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkzLmpwZyJ9LCJ1cmxfeW91dHViZSI6InFyTzRZWmV5bDBJIiwiX2lkIjoiNmEwNjFlMCJ9LHsiaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk1LmpwZyJ9LCJfaWQiOiJkNjQ3MWNjIn0seyJpdGVtX3R5cGUiOiJ2aW1lbyIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTQuanBnIn0sInZpbWVvX2lkIjoiNTgxMDE0NjUzIiwiX2lkIjoiY2M0ZDMwZSJ9LHsiaXRlbV90eXBlIjoiaHRtbDUiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk2LmpwZyJ9LCJ1cmxfaHRtbDUiOiJodHRwOlwvXC9jb21tb25kYXRhc3RvcmFnZS5nb29nbGVhcGlzLmNvbVwvZ3R2LXZpZGVvcy1idWNrZXRcL3NhbXBsZVwvQmlnQnVja0J1bm55Lm1wNCIsIl9pZCI6ImU3OWNlNWYifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5MS5qcGcifSwiX2lkIjoiM2MyOGM2MiJ9XSwibXVsdGlzb3VyY2VfaW5zdGFncmFtX251bV9pdGVtcyI6MTIsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZTpjdXJyZW5jeSI6IlVTRCIsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZTppbmNsdWRlX2N1cnJlbmNpZXMiOiJVU0QsIEVVUiwgSlBZLCBHQlAsIEFVRCwgQ0FELCBDSEYsIENOSCwgSEtELCBOWkQiLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50c19saW1pdCI6MjUwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50c19jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9yZXZpZXdzX2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3NoZWV0c19jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3RfbGltaXQiOjUsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0X2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2VfY2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0X2NvdW50cnkiOiJHQiIsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0X2NpdHkiOiJMb25kb24iLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jYWNoZV90aW1lIjo2MCwiX3Bvc3R0eXBlIjpbInBvc3QiXSwiX3RheG9ub215IjpbImNhdGVnb3J5Il0sIm11bHRpc291cmNlX3Jzc191cmwiOiJodHRwczpcL1wvd2lyZWQuY29tXC9mZWVkXC9yc3MiLCJtdWx0aXNvdXJjZV9yc3NfZGF0ZV9mb3JtYXQiOiJkXC9tXC9ZLCBIOmkiLCJtdWx0aXNvdXJjZV9yc3NfaXRlbXNfbGltaXQiOiIwIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sIm11bHRpc291cmNlX3Bvc3RzX2luY2x1ZGVfZGF0ZV9tZXRhX2Zvcm1hdCI6IlltZCIsIm11bHRpc291cmNlX2luc3RhZ3JhbSI6IkBnaWFubHVjYXZhY2NoaSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ1Y2FkZG9uX3VjX21hdGVyaWFsX2J1bGxldHMifQ==\"]tt</div>nttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1cc1eea e-flex e-con-boxed e-con e-parent\" data-id=\"1cc1eea\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-189f327 e-con-full e-flex e-con e-child\" data-id=\"189f327\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-5772560 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5772560\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Get in Touch With Us</h2>tttt</div>ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjZlZmZmNzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXN0YXJ0PVwiMzI5XCIgZGF0YS1lbmQ9XCI1ODFcIj5IYXZlIHF1ZXN0aW9ucyBhYm91dCBvdXIgYWNjb3VudGluZyBvciBmaW5hbmNpYWwgc2VydmljZXM/IDxcL2JyPk91ciB0ZWFtIGlzIHJlYWR5IHRvIHN1cHBvcnQgeW91ciBidXNpbmVzcyB3aXRoIHJlbGlhYmxlLCB0YWlsb3JlZCBzb2x1dGlvbnMuIDxcL2JyPkNvbnRhY3QgdXMgdG9kYXkgYW5kIGxldFx1MjAxOXMgZGlzY3VzcyBob3cgd2UgY2FuIGhlbHAgeW91IGFjaGlldmUgZmluYW5jaWFsIGNsYXJpdHkgYW5kIGNvbXBsaWFuY2UuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjkzLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2R1cmF0aW9uIjoic2xvdyIsIl9hbmltYXRpb25fZGVsYXkiOjMwMCwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]<div class=\"elementor-element elementor-element-f6a1ad6 e-con-full e-flex e-con e-child\" data-id=\"f6a1ad6\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8a838a7 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"8a838a7\" data-element_type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">nttttttt<form class=\"elementor-form\" method=\"post\" name=\"New Form\">nttt<input type=\"hidden\" name=\"post_id\" value=\"113\"/>nttt<input type=\"hidden\" name=\"form_id\" value=\"8a838a7\"/>nttt<input type=\"hidden\" name=\"referer_title\" value=\"\" />nnttttttt<input type=\"hidden\" name=\"queried_id\" value=\"113\"/>ntttnttt<div class=\"elementor-form-fields-wrapper elementor-labels-\">ntttttttt<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\">ntttttttttttt<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">nttttttttNamettttttt</label>ntttttttttttttt<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Name\">nttttttttttt</div>ntttttttt<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">ntttttttttttt<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">nttttttttEmailttttttt</label>ntttttttttttttt<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email\" required=\"required\">nttttttttttt</div>ntttttttt<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_ec19f2c elementor-col-100\">ntttttttttttt<label for=\"form-field-field_ec19f2c\" class=\"elementor-field-label elementor-screen-only\">nttttttttServicesttttttt</label>ntttttttt<div class=\"elementor-field elementor-select-wrapper remove-before \">nttt<div class=\"select-caret-down-wrapper\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"></path></svg>ttt</div>nttt<select name=\"form_fields[field_ec19f2c]\" id=\"form-field-field_ec19f2c\" class=\"elementor-field-textual elementor-size-sm\">nttttttttt<option value=\"Select Services:\">Select Services:</option>nttttttttt<option value=\"Accounting &amp; Bookkeeping\">Accounting &amp; Bookkeeping</option>nttttttttt<option value=\"Financial Reporting\">Financial Reporting</option>nttttttttt<option value=\"Tax Planning &amp; Filing\">Tax Planning &amp; Filing</option>nttttttttt<option value=\"Audit &amp; Assurance\">Audit &amp; Assurance</option>nttttttttt<option value=\"Business Advisory\">Business Advisory</option>nttttttttt<option value=\"Payroll &amp; HR Accounting\">Payroll &amp; HR Accounting</option>nttttttt</select>ntt</div>ntttttt</div>ntttttttt<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">ntttttttttttt<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">nttttttttMessagettttttt</label>ntttttt<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"></textarea>tttt</div>ntttttttt<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">nttttt<button class=\"elementor-button elementor-size-sm\" type=\"submit\">ntttttt<span class=\"elementor-button-content-wrapper\">ntttttttttttttttttttttt<span class=\"elementor-button-text\">Send</span>nttttttttttttt</span>nttttt</button>ntttt</div>nttt</div>ntt</form>ntttttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1124, 133, '_elementor_edit_mode', 'builder'),
(1125, 133, '_elementor_template_type', 'wp-page'),
(1126, 133, '_elementor_version', '3.34.0'),
(1127, 133, '_elementor_pro_version', '3.29.1'),
(1128, 133, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1129, 133, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"right_bg\":\"#FC0000\",\"left_bg\":\"#000000\",\"primary_color\":\"#24F158\",\"override_border_color\":\"#FFFFFF\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1130, 133, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1131, 133, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:6:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:17:\"e-animation-float\";i:3;s:11:\"e-motion-fx\";i:4;s:12:\"widget-image\";i:5;s:11:\"widget-form\";}}'),
(1132, 133, '_elementor_css', 'a:6:{s:4:\"time\";i:1767237243;s:5:\"fonts\";a:3:{i:0;s:6:\"Roboto\";i:1;s:5:\"Inter\";i:2;s:7:\"Raleway\";}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:1;s:5:\"solid\";i:3;s:8:\"fa-solid\";i:4;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1133, 133, '_elementor_element_cache', '{\"timeout\":1767323645,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-cba7991 e-con-full e-flex e-con e-parent\" data-id=\"cba7991\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-06787ff e-flex e-con-boxed e-con e-child\" data-id=\"06787ff\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6Ijg0ZGQ3ZmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJyZXZzbGlkZXJ0aXRsZSI6IlNsaWRlciAxIiwic2hvcnRjb2RlIjoiW3Jldl9zbGlkZXIgYWxpYXM9XCJzbGlkZXItMVwiIHNsaWRlcnRpdGxlPVwiU2xpZGVyIDFcIl1bXC9yZXZfc2xpZGVyXSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzbGlkZXJfcmV2b2x1dGlvbiJ9\"]ttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-29840a9 e-flex e-con-boxed e-con e-parent\" data-id=\"29840a9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-6265ae2 e-con-full e-flex e-con e-child\" data-id=\"6265ae2\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8225497 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8225497\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">About Us</h2>tttt</div>ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjlmODlkYzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TaGllbGQgQWNjb3VudGluZyBpcyBhbiBlbWVyZ2luZyBhY2NvdW50aW5nIHNlcnZpY2VzIGZpcm0gbGVkIGJ5IHNlYXNvbmVkIGZpbmFuY2UgcHJvZmVzc2lvbmFscy4gV2l0aCBhIHN0cm9uZyBlbXBoYXNpcyBvbiBhY2N1cmFjeSwgY29tcGxpYW5jZSwgYW5kIGNsaWVudCB0cnVzdCwgd2UgaGVscCBidXNpbmVzc2VzIG5hdmlnYXRlIGZpbmFuY2lhbCBhbmQgcmVndWxhdG9yeSBsYW5kc2NhcGVzLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo5Mywic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kdXJhdGlvbiI6InNsb3ciLCJfYW5pbWF0aW9uX2RlbGF5IjozMDB9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-26de8f1 elementor-widget elementor-widget-button\" data-id=\"26de8f1\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Read More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-38f78d5 e-con-full e-flex e-con e-child\" data-id=\"38f78d5\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-4903c80 elementor-widget elementor-widget-image\" data-id=\"4903c80\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.3,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" class=\"attachment-large size-large wp-image-20\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />ttttttttttttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-cddcce6 e-flex e-con-boxed e-con e-parent\" data-id=\"cddcce6\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-a85c726 e-flex e-con-boxed e-con e-child\" data-id=\"a85c726\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-0ba9227 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0ba9227\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Our Services</h2>tttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-7627f9b e-flex e-con-boxed e-con e-child\" data-id=\"7627f9b\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-0a5a26d e-con-full e-flex e-con e-child\" data-id=\"0a5a26d\" data-element_type=\"container\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjRkODVlMDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhdXRvcGxheSI6IiIsInNob3dfaW1hZ2UiOiIiLCJzaG93X2RvdHMiOiIiLCJzaG93X2Fycm93cyI6IiIsInJlbW90ZV9wYXJlbnRfZW5hYmxlIjoidHJ1ZSIsInJlbW90ZV9wYXJlbnRfc3luYyI6InRydWUiLCJyZW1vdGVfcGFyZW50X3N5bmNfbmFtZSI6Imdyb3VwNSIsImhlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjo0OTAsInNpemVzIjpbXX0sInZlcnRpY2FsX2FsaWdubWVudCI6ImZsZXgtZW5kIiwiaG9yaXpvbnRhbF9hbGlnbm1lbnQiOiJmbGV4LXN0YXJ0Iiwib3ZlcmxheV9iYWNrZ3JvdW5kIjoiZ3JhZGllbnQiLCJvdmVybGF5X2NvbG9yIjoiIzAwMDAwMDAwIiwib3ZlcmxheV9jb2xvcl9iIjoiIzAwMDAwMDgwIiwidWVfYmdfb3ZlcmxheV9jb2xvciI6IiIsImNvbnRlbnRfYWxpZ25tZW50IjoibGVmdCIsImJ1dHRvbl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMTAwIiwicmlnaHQiOiIxMDAiLCJib3R0b20iOiIxMDAiLCJsZWZ0IjoiMTAwIiwiaXNMaW5rZWQiOnRydWV9LCJidXR0b25fYmdfY29sb3IiOiIiLCJidXR0b25fYm9yZGVyX2JvcmRlciI6InNvbGlkIiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIiwiaXNMaW5rZWQiOnRydWV9LCJ1Y19pdGVtcyI6W3sidGl0bGUiOiJBY2NvdW50aW5nICYgQm9va2tlZXBpbmciLCJpbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEyXC8xLmpwZyIsImlkIjo5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IkFjY3VyYXRlIG1haW50ZW5hbmNlIG9mIGJvb2tzLCBsZWRnZXJzLCBhbmQgZmluYW5jaWFsIHJlY29yZHMuIiwiYnV0dG9uX3RleHQiOiJSZWFkIE1vcmUiLCJsaW5rIjp7InVybCI6IiMifSwiY29udGVudF9pbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL2FjX2Fzc2V0c1wvdWNfY29udGVudF9zbGlkZXJfbmV3XC91ZS1sb2dvLnBuZyJ9LCJjb250ZW50X2ljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtcm9ja2V0Jz48XC9pPiIsInRlbXBsYXRlIjoiIiwidGVtcGxhdGVfdGVtcGxhdGVpZCI6IiIsIml0ZW1fcmVwZWF0ZXJfY2xhc3MiOiJlbGVtZW50b3ItcmVwZWF0ZXItaXRlbS05NGllbiIsIl9pZCI6ImM3YjRkOTUifSx7InRpdGxlIjoiRmluYW5jaWFsIFJlcG9ydGluZyIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0ZJbmFuY2UxLmpwZyIsImlkIjoxMDQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJQcmVwYXJhdGlvbiBvZiBmaW5hbmNpYWwgc3RhdGVtZW50cyBhbGlnbmVkIHdpdGggaW50ZXJuYXRpb25hbCBhbmQgbG9jYWwgc3RhbmRhcmRzLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tMnd2NjIiLCJfaWQiOiJmN2RjODdjIn0seyJ0aXRsZSI6IlRheCBQbGFubmluZyAmIEZpbGluZyIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL1RBWDEuanBnIiwiaWQiOjEwMSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IlRheCBjb21wbGlhbmNlLCBvcHRpbWl6YXRpb24sIGFuZCBmaWxpbmcgc2VydmljZXMgZm9yIGNvcnBvcmF0ZSBhbmQgaW5kaXZpZHVhbCBjbGllbnRzLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0teTVxaDciLCJfaWQiOiIzMGZjMWEwIn0seyJ0aXRsZSI6IkF1ZGl0ICYgQXNzdXJhbmNlIiwiaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvQXVkaXQxLmpwZyIsImlkIjoxMDMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJJbnRlcm5hbCBhdWRpdCBzdXBwb3J0IGFuZCBhc3N1cmFuY2Ugc2VydmljZXMgdG8gZW5oYW5jZSByZWxpYWJpbGl0eS4iLCJidXR0b25fdGV4dCI6IlJlYWQgTW9yZSIsImxpbmsiOnsidXJsIjoiIyJ9LCJjb250ZW50X2ltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jb250ZW50X3NsaWRlcl9uZXdcL3VlLWxvZ28ucG5nIn0sImNvbnRlbnRfaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwidGVtcGxhdGUiOiIiLCJ0ZW1wbGF0ZV90ZW1wbGF0ZWlkIjoiIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTN0MnpvIiwiX2lkIjoiM2FiYWZkZiJ9LHsidGl0bGUiOiJCdXNpbmVzcyBBZHZpc29yeSIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0Fkdmlzb3IxLmpwZyIsImlkIjoxMDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJTdHJhdGVnaWMgY29uc3VsdGluZyB0byBpbXByb3ZlIHBlcmZvcm1hbmNlIGFuZCBmaW5hbmNpYWwgZGVjaXNpb25zLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tOTRpZW4iLCJfaWQiOiJiMzE4NzM2In0seyJ0aXRsZSI6IlBheXJvbGwgJiBIUiBBY2NvdW50aW5nIiwiaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvUGF5cm9sbDEuanBnIiwiaWQiOjEwNSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IlBheXJvbGwgcHJvY2Vzc2luZywgZW1wbG95ZWUgY29tcGVuc2F0aW9uIHRyYWNraW5nLCBzdGF0dXRvcnkgY29tcGxpYW5jZS4iLCJidXR0b25fdGV4dCI6IlJlYWQgTW9yZSIsImxpbmsiOnsidXJsIjoiIyJ9LCJjb250ZW50X2ltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jb250ZW50X3NsaWRlcl9uZXdcL3VlLWxvZ28ucG5nIn0sImNvbnRlbnRfaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwidGVtcGxhdGUiOiIiLCJ0ZW1wbGF0ZV90ZW1wbGF0ZWlkIjoiIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTJ3djYyIiwiX2lkIjoiNWZmZTc2NiJ9XSwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjIwIiwiYm90dG9tIjoiMjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImN1c3RvbV9jc3MiOiJzZWxlY3Rvclxue1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgYm9yZGVyLXJhZGl1czogMjBweDtcbn0iLCJ0ZXh0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRleHRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkludGVyIiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkxpYnJlIEJhc2tlcnZpbGxlIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjMyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIxLCJzaXplcyI6W119LCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpsaW1pdCI6MjUwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9yZXZpZXdzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3NoZWV0czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3Q6bGltaXQiOjUsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0OmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6Y2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0OmNhY2hlX3RpbWUiOjYwLCJidXR0b25fdGV4dCI6IkxlYXJuIE1vcmUiLCJtdWx0aXNvdXJjZV9wb3N0c19tYXhpdGVtcyI6MTAsIm11bHRpc291cmNlX3Byb2R1Y3RzX2luY2x1ZGVfZGF0ZV9tZXRhX2Zvcm1hdCI6IlltZCIsIm11bHRpc291cmNlX3Byb2R1Y3RzX21heGl0ZW1zIjoxMCwibXVsdGlzb3VyY2VfaXRlbXMiOlt7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5MS5qcGcifSwiX2lkIjoiZDUyNjJhNiJ9LHsiaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkyLmpwZyJ9LCJfaWQiOiI4NTE0MTMxIn0seyJpdGVtX3R5cGUiOiJ5b3V0dWJlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5My5qcGcifSwidXJsX3lvdXR1YmUiOiJxck80WVpleWwwSSIsIl9pZCI6IjRhYzAzYTMifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5NS5qcGcifSwiX2lkIjoiY2E1MjQ2MCJ9LHsiaXRlbV90eXBlIjoidmltZW8iLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk0LmpwZyJ9LCJ2aW1lb19pZCI6IjU4MTAxNDY1MyIsIl9pZCI6ImJmNDA4NjcifSx7Iml0ZW1fdHlwZSI6Imh0bWw1IiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5Ni5qcGcifSwidXJsX2h0bWw1IjoiaHR0cDpcL1wvY29tbW9uZGF0YXN0b3JhZ2UuZ29vZ2xlYXBpcy5jb21cL2d0di12aWRlb3MtYnVja2V0XC9zYW1wbGVcL0JpZ0J1Y2tCdW5ueS5tcDQiLCJfaWQiOiI0ZjdlZWM3In0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTEuanBnIn0sIl9pZCI6IjhmZDdhMmYifV0sIm11bHRpc291cmNlX2luc3RhZ3JhbV9udW1faXRlbXMiOjEyLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6Y3VycmVuY3kiOiJVU0QiLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6aW5jbHVkZV9jdXJyZW5jaWVzIjoiVVNELCBFVVIsIEpQWSwgR0JQLCBBVUQsIENBRCwgQ0hGLCBDTkgsIEhLRCwgTlpEIiwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHNfbGltaXQiOjI1MCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHNfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfcmV2aWV3c19jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9zaGVldHNfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0X2xpbWl0Ijo1LCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdF9jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlX2NhY2hlX3RpbWUiOjYwLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jb3VudHJ5IjoiR0IiLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jaXR5IjoiTG9uZG9uIiwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3RfY2FjaGVfdGltZSI6NjAsIl9wb3N0dHlwZSI6WyJwb3N0Il0sIl90YXhvbm9teSI6WyJjYXRlZ29yeSJdLCJtdWx0aXNvdXJjZV9yc3NfdXJsIjoiaHR0cHM6XC9cL3dpcmVkLmNvbVwvZmVlZFwvcnNzIiwibXVsdGlzb3VyY2VfcnNzX2RhdGVfZm9ybWF0IjoiZFwvbVwvWSwgSDppIiwibXVsdGlzb3VyY2VfcnNzX2l0ZW1zX2xpbWl0IjoiMCIsInN0YXJ0X2l0ZW1faW5kZXgiOiIwIiwibXVsdGlzb3VyY2VfcG9zdHNfaW5jbHVkZV9kYXRlX21ldGFfZm9ybWF0IjoiWW1kIiwibXVsdGlzb3VyY2VfaW5zdGFncmFtIjoiQGdpYW5sdWNhdmFjY2hpIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InVjYWRkb25fY29udGVudF9zbGlkZXJfbmV3In0=\"]tt</div>ntt<div class=\"elementor-element elementor-element-04d2288 e-con-full e-flex e-con e-child\" data-id=\"04d2288\" data-element_type=\"container\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6Ijc4OWY3NjYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ1Y19pdGVtcyI6W3sidGl0bGUiOiJBY2NvdW50aW5nICYgQm9va2tlZXBpbmciLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1zb2xpZCIsInZhbHVlIjoiZmFzIGZhLWNhbGN1bGF0b3IifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tNHQ3djYiLCJfaWQiOiJlYTJiYzZiIiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEiLCJyaWdodF9iZyI6IiNGQzAwMDAiLCJsZWZ0X2JnIjoiIzAwMDAwMCIsInByaW1hcnlfY29sb3IiOiIjMjRGMTU4Iiwib3ZlcnJpZGVfYm9yZGVyX2NvbG9yIjoiI0ZGRkZGRiJ9LHsidGl0bGUiOiJGaW5hbmNpYWwgUmVwb3J0aW5nIiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtcmVndWxhciIsInZhbHVlIjoiZmFyIGZhLWNoYXJ0LWJhciJ9LCJpY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLWxlYWYnPjxcL2k+IiwiY29udGVudCI6IiIsImxpbmsiOnsidXJsIjoiIn0sIml0ZW1fcmVwZWF0ZXJfY2xhc3MiOiJlbGVtZW50b3ItcmVwZWF0ZXItaXRlbS1ybGZnNSIsIl9pZCI6ImFmMjQzZTciLCJvdmVycmlkZV9jb2xvcnMiOiJ0cnVlIiwiaWNvbl90ZXh0IjoiMSJ9LHsidGl0bGUiOiJUYXggUGxhbm5pbmcgJiBGaWxpbmciLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1yZWd1bGFyIiwidmFsdWUiOiJmYXIgZmEtbW9uZXktYmlsbC1hbHQifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tYzRtYmYiLCJfaWQiOiJhNDhiYjYyIiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEifSx7InRpdGxlIjoiQXVkaXQgJiBBc3N1cmFuY2UiLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1yZWd1bGFyIiwidmFsdWUiOiJmYXIgZmEtY3JlZGl0LWNhcmQifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0taWJldWEiLCJfaWQiOiJiNDI2NzA4Iiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEifSx7InRpdGxlIjoiQnVzaW5lc3MgQWR2aXNvcnkiLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1zb2xpZCIsInZhbHVlIjoiZmFzIGZhLWJ1c2luZXNzLXRpbWUifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tNHQ3djYiLCJvdmVycmlkZV9jb2xvcnMiOiJ0cnVlIiwiaWNvbl90ZXh0IjoiMSIsIl9pZCI6IjU3MGE0NDMifSx7InRpdGxlIjoiUGF5cm9sbCAmIEhSIEFjY291bnRpbmciLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1yZWd1bGFyIiwidmFsdWUiOiJmYXIgZmEtY2xpcGJvYXJkIn0sImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtbGVhZic+PFwvaT4iLCJjb250ZW50IjoiIiwibGluayI6eyJ1cmwiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLXJsZmc1Iiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEiLCJfaWQiOiI5YmU4NjVmIn1dLCJnYXAiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjEsInNpemVzIjpbXX0sImNvbnRlbnRfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxIiwicmlnaHQiOiIxIiwiYm90dG9tIjoiMSIsImxlZnQiOiIxIiwiaXNMaW5rZWQiOnRydWV9LCJpdGVtX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsIml0ZW1fYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJpdGVtX2JhY2tncm91bmRfY29sb3IiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImljb25fYmFja2dyb3VuZCI6IiMyMDI4NzAiLCJpY29uX2NvbG9yIjoiI0ZGRkZGRiIsImljb25fd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6NTMsInNpemVzIjpbXX0sImljb25fcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjYwIiwicmlnaHQiOiI2MCIsImJvdHRvbSI6IjYwIiwibGVmdCI6IjYwIiwiaXNMaW5rZWQiOnRydWV9LCJpY29uX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImljb25fYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImljb25fYm9yZGVyX2NvbG9yIjoiIzdBN0E3QSIsInRpdGxlX2NvbG9yIjoiIzE5MTkxOSIsInRleHRfY29sb3IiOiIjMDAwIiwidGV4dF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0ZXh0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSYWxld2F5IiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInJlbW90ZV9wYXJlbnRfZW5hYmxlIjoidHJ1ZSIsInJlbW90ZV9wYXJlbnRfc3luYyI6InRydWUiLCJyZW1vdGVfcGFyZW50X3N5bmNfbmFtZSI6Imdyb3VwNSIsInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiaXRlbV9ib3JkZXJfYWN0aXZlX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjIiLCJyaWdodCI6IjIiLCJib3R0b20iOiIyIiwibGVmdCI6IjIiLCJpc0xpbmtlZCI6dHJ1ZX0sIml0ZW1fc2hhZG93X2FjdGl2ZV9ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjo1LCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgyMDIuMDQ5OTk1NDIyMzYzMjgsIDg4LjM3NDkxNjQwMzA2NTQ0LCA4OC4zNzQ5MTY0MDMwNjU0NCwgMC41KSJ9LCJpY29uX3dpZHRoX2FjdGl2ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImljb25fYmFja2dyb3VuZF9hY3RpdmUiOiIjMjAyODcwIiwiZ2FwX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHM6bGltaXQiOjI1MCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHM6Y2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfcmV2aWV3czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9zaGVldHM6Y2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0OmxpbWl0Ijo1LCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdDpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlOmNhY2hlX3RpbWUiOjYwLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdDpjYWNoZV90aW1lIjo2MCwibXVsdGlzb3VyY2VfcG9zdHNfbWF4aXRlbXMiOjEwLCJtdWx0aXNvdXJjZV9wcm9kdWN0c19pbmNsdWRlX2RhdGVfbWV0YV9mb3JtYXQiOiJZbWQiLCJtdWx0aXNvdXJjZV9wcm9kdWN0c19tYXhpdGVtcyI6MTAsIm11bHRpc291cmNlX2l0ZW1zIjpbeyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTEuanBnIn0sIl9pZCI6ImIwMTMwODIifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5Mi5qcGcifSwiX2lkIjoiZGQwZTkyYiJ9LHsiaXRlbV90eXBlIjoieW91dHViZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTMuanBnIn0sInVybF95b3V0dWJlIjoicXJPNFlaZXlsMEkiLCJfaWQiOiI2YTA2MWUwIn0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTUuanBnIn0sIl9pZCI6ImQ2NDcxY2MifSx7Iml0ZW1fdHlwZSI6InZpbWVvIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5NC5qcGcifSwidmltZW9faWQiOiI1ODEwMTQ2NTMiLCJfaWQiOiJjYzRkMzBlIn0seyJpdGVtX3R5cGUiOiJodG1sNSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTYuanBnIn0sInVybF9odG1sNSI6Imh0dHA6XC9cL2NvbW1vbmRhdGFzdG9yYWdlLmdvb2dsZWFwaXMuY29tXC9ndHYtdmlkZW9zLWJ1Y2tldFwvc2FtcGxlXC9CaWdCdWNrQnVubnkubXA0IiwiX2lkIjoiZTc5Y2U1ZiJ9LHsiaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkxLmpwZyJ9LCJfaWQiOiIzYzI4YzYyIn1dLCJtdWx0aXNvdXJjZV9pbnN0YWdyYW1fbnVtX2l0ZW1zIjoxMiwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlOmN1cnJlbmN5IjoiVVNEIiwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlOmluY2x1ZGVfY3VycmVuY2llcyI6IlVTRCwgRVVSLCBKUFksIEdCUCwgQVVELCBDQUQsIENIRiwgQ05ILCBIS0QsIE5aRCIsIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzX2xpbWl0IjoyNTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzX2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3Jldmlld3NfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfc2hlZXRzX2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdF9saW1pdCI6NSwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3RfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZV9jYWNoZV90aW1lIjo2MCwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3RfY291bnRyeSI6IkdCIiwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3RfY2l0eSI6IkxvbmRvbiIsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0X2NhY2hlX3RpbWUiOjYwLCJfcG9zdHR5cGUiOlsicG9zdCJdLCJfdGF4b25vbXkiOlsiY2F0ZWdvcnkiXSwibXVsdGlzb3VyY2VfcnNzX3VybCI6Imh0dHBzOlwvXC93aXJlZC5jb21cL2ZlZWRcL3JzcyIsIm11bHRpc291cmNlX3Jzc19kYXRlX2Zvcm1hdCI6ImRcL21cL1ksIEg6aSIsIm11bHRpc291cmNlX3Jzc19pdGVtc19saW1pdCI6IjAiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwibXVsdGlzb3VyY2VfcG9zdHNfaW5jbHVkZV9kYXRlX21ldGFfZm9ybWF0IjoiWW1kIiwibXVsdGlzb3VyY2VfaW5zdGFncmFtIjoiQGdpYW5sdWNhdmFjY2hpIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InVjYWRkb25fdWNfbWF0ZXJpYWxfYnVsbGV0cyJ9\"]tt</div>nttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1cc1eea e-flex e-con-boxed e-con e-parent\" data-id=\"1cc1eea\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-189f327 e-con-full e-flex e-con e-child\" data-id=\"189f327\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-5772560 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5772560\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Get in Touch With Us</h2>tttt</div>ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjZlZmZmNzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXN0YXJ0PVwiMzI5XCIgZGF0YS1lbmQ9XCI1ODFcIj5IYXZlIHF1ZXN0aW9ucyBhYm91dCBvdXIgYWNjb3VudGluZyBvciBmaW5hbmNpYWwgc2VydmljZXM/IDxcL2JyPk91ciB0ZWFtIGlzIHJlYWR5IHRvIHN1cHBvcnQgeW91ciBidXNpbmVzcyB3aXRoIHJlbGlhYmxlLCB0YWlsb3JlZCBzb2x1dGlvbnMuIDxcL2JyPkNvbnRhY3QgdXMgdG9kYXkgYW5kIGxldFx1MjAxOXMgZGlzY3VzcyBob3cgd2UgY2FuIGhlbHAgeW91IGFjaGlldmUgZmluYW5jaWFsIGNsYXJpdHkgYW5kIGNvbXBsaWFuY2UuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjkzLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2R1cmF0aW9uIjoic2xvdyIsIl9hbmltYXRpb25fZGVsYXkiOjMwMCwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]<div class=\"elementor-element elementor-element-f6a1ad6 e-con-full e-flex e-con e-child\" data-id=\"f6a1ad6\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8a838a7 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"8a838a7\" data-element_type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">nttttttt<form class=\"elementor-form\" method=\"post\" name=\"New Form\">nttt<input type=\"hidden\" name=\"post_id\" value=\"113\"/>nttt<input type=\"hidden\" name=\"form_id\" value=\"8a838a7\"/>nttt<input type=\"hidden\" name=\"referer_title\" value=\"\" />nnttttttt<input type=\"hidden\" name=\"queried_id\" value=\"113\"/>ntttnttt<div class=\"elementor-form-fields-wrapper elementor-labels-\">ntttttttt<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\">ntttttttttttt<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">nttttttttNamettttttt</label>ntttttttttttttt<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Name\">nttttttttttt</div>ntttttttt<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">ntttttttttttt<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">nttttttttEmailttttttt</label>ntttttttttttttt<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email\" required=\"required\">nttttttttttt</div>ntttttttt<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_ec19f2c elementor-col-100\">ntttttttttttt<label for=\"form-field-field_ec19f2c\" class=\"elementor-field-label elementor-screen-only\">nttttttttServicesttttttt</label>ntttttttt<div class=\"elementor-field elementor-select-wrapper remove-before \">nttt<div class=\"select-caret-down-wrapper\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"></path></svg>ttt</div>nttt<select name=\"form_fields[field_ec19f2c]\" id=\"form-field-field_ec19f2c\" class=\"elementor-field-textual elementor-size-sm\">nttttttttt<option value=\"Select Services:\">Select Services:</option>nttttttttt<option value=\"Accounting &amp; Bookkeeping\">Accounting &amp; Bookkeeping</option>nttttttttt<option value=\"Financial Reporting\">Financial Reporting</option>nttttttttt<option value=\"Tax Planning &amp; Filing\">Tax Planning &amp; Filing</option>nttttttttt<option value=\"Audit &amp; Assurance\">Audit &amp; Assurance</option>nttttttttt<option value=\"Business Advisory\">Business Advisory</option>nttttttttt<option value=\"Payroll &amp; HR Accounting\">Payroll &amp; HR Accounting</option>nttttttt</select>ntt</div>ntttttt</div>ntttttttt<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">ntttttttttttt<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">nttttttttMessagettttttt</label>ntttttt<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"></textarea>tttt</div>ntttttttt<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">nttttt<button class=\"elementor-button elementor-size-sm\" type=\"submit\">ntttttt<span class=\"elementor-button-content-wrapper\">ntttttttttttttttttttttt<span class=\"elementor-button-text\">Send</span>nttttttttttttt</span>nttttt</button>ntttt</div>nttt</div>ntt</form>ntttttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1134, 134, '_elementor_edit_mode', 'builder'),
(1135, 134, '_elementor_template_type', 'wp-page'),
(1136, 134, '_elementor_version', '3.34.0'),
(1137, 134, '_elementor_pro_version', '3.29.1'),
(1138, 134, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1139, 134, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"right_bg\":\"#FC0000\",\"left_bg\":\"#000000\",\"primary_color\":\"#24F158\",\"override_border_color\":\"#FFFFFF\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1140, 134, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1141, 134, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:6:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:17:\"e-animation-float\";i:3;s:11:\"e-motion-fx\";i:4;s:12:\"widget-image\";i:5;s:11:\"widget-form\";}}'),
(1142, 134, '_elementor_css', 'a:6:{s:4:\"time\";i:1767237243;s:5:\"fonts\";a:3:{i:0;s:6:\"Roboto\";i:1;s:5:\"Inter\";i:2;s:7:\"Raleway\";}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:1;s:5:\"solid\";i:3;s:8:\"fa-solid\";i:4;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1143, 134, '_elementor_element_cache', '{\"timeout\":1767323645,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-cba7991 e-con-full e-flex e-con e-parent\" data-id=\"cba7991\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-06787ff e-flex e-con-boxed e-con e-child\" data-id=\"06787ff\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6Ijg0ZGQ3ZmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJyZXZzbGlkZXJ0aXRsZSI6IlNsaWRlciAxIiwic2hvcnRjb2RlIjoiW3Jldl9zbGlkZXIgYWxpYXM9XCJzbGlkZXItMVwiIHNsaWRlcnRpdGxlPVwiU2xpZGVyIDFcIl1bXC9yZXZfc2xpZGVyXSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzbGlkZXJfcmV2b2x1dGlvbiJ9\"]ttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-29840a9 e-flex e-con-boxed e-con e-parent\" data-id=\"29840a9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-6265ae2 e-con-full e-flex e-con e-child\" data-id=\"6265ae2\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8225497 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8225497\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">About Us</h2>tttt</div>ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjlmODlkYzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TaGllbGQgQWNjb3VudGluZyBpcyBhbiBlbWVyZ2luZyBhY2NvdW50aW5nIHNlcnZpY2VzIGZpcm0gbGVkIGJ5IHNlYXNvbmVkIGZpbmFuY2UgcHJvZmVzc2lvbmFscy4gV2l0aCBhIHN0cm9uZyBlbXBoYXNpcyBvbiBhY2N1cmFjeSwgY29tcGxpYW5jZSwgYW5kIGNsaWVudCB0cnVzdCwgd2UgaGVscCBidXNpbmVzc2VzIG5hdmlnYXRlIGZpbmFuY2lhbCBhbmQgcmVndWxhdG9yeSBsYW5kc2NhcGVzLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo5Mywic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kdXJhdGlvbiI6InNsb3ciLCJfYW5pbWF0aW9uX2RlbGF5IjozMDB9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-26de8f1 elementor-widget elementor-widget-button\" data-id=\"26de8f1\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Read More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-38f78d5 e-con-full e-flex e-con e-child\" data-id=\"38f78d5\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-4903c80 elementor-widget elementor-widget-image\" data-id=\"4903c80\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.3,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" class=\"attachment-large size-large wp-image-20\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />ttttttttttttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-cddcce6 e-flex e-con-boxed e-con e-parent\" data-id=\"cddcce6\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-a85c726 e-flex e-con-boxed e-con e-child\" data-id=\"a85c726\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-0ba9227 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0ba9227\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Our Services</h2>tttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-7627f9b e-flex e-con-boxed e-con e-child\" data-id=\"7627f9b\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-0a5a26d e-con-full e-flex e-con e-child\" data-id=\"0a5a26d\" data-element_type=\"container\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjRkODVlMDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhdXRvcGxheSI6IiIsInNob3dfaW1hZ2UiOiIiLCJzaG93X2RvdHMiOiIiLCJzaG93X2Fycm93cyI6IiIsInJlbW90ZV9wYXJlbnRfZW5hYmxlIjoidHJ1ZSIsInJlbW90ZV9wYXJlbnRfc3luYyI6InRydWUiLCJyZW1vdGVfcGFyZW50X3N5bmNfbmFtZSI6Imdyb3VwNSIsImhlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjo0OTAsInNpemVzIjpbXX0sInZlcnRpY2FsX2FsaWdubWVudCI6ImZsZXgtZW5kIiwiaG9yaXpvbnRhbF9hbGlnbm1lbnQiOiJmbGV4LXN0YXJ0Iiwib3ZlcmxheV9iYWNrZ3JvdW5kIjoiZ3JhZGllbnQiLCJvdmVybGF5X2NvbG9yIjoiIzAwMDAwMDAwIiwib3ZlcmxheV9jb2xvcl9iIjoiIzAwMDAwMDgwIiwidWVfYmdfb3ZlcmxheV9jb2xvciI6IiIsImNvbnRlbnRfYWxpZ25tZW50IjoibGVmdCIsImJ1dHRvbl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMTAwIiwicmlnaHQiOiIxMDAiLCJib3R0b20iOiIxMDAiLCJsZWZ0IjoiMTAwIiwiaXNMaW5rZWQiOnRydWV9LCJidXR0b25fYmdfY29sb3IiOiIiLCJidXR0b25fYm9yZGVyX2JvcmRlciI6InNvbGlkIiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIiwiaXNMaW5rZWQiOnRydWV9LCJ1Y19pdGVtcyI6W3sidGl0bGUiOiJBY2NvdW50aW5nICYgQm9va2tlZXBpbmciLCJpbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEyXC8xLmpwZyIsImlkIjo5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IkFjY3VyYXRlIG1haW50ZW5hbmNlIG9mIGJvb2tzLCBsZWRnZXJzLCBhbmQgZmluYW5jaWFsIHJlY29yZHMuIiwiYnV0dG9uX3RleHQiOiJSZWFkIE1vcmUiLCJsaW5rIjp7InVybCI6IiMifSwiY29udGVudF9pbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL2FjX2Fzc2V0c1wvdWNfY29udGVudF9zbGlkZXJfbmV3XC91ZS1sb2dvLnBuZyJ9LCJjb250ZW50X2ljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtcm9ja2V0Jz48XC9pPiIsInRlbXBsYXRlIjoiIiwidGVtcGxhdGVfdGVtcGxhdGVpZCI6IiIsIml0ZW1fcmVwZWF0ZXJfY2xhc3MiOiJlbGVtZW50b3ItcmVwZWF0ZXItaXRlbS05NGllbiIsIl9pZCI6ImM3YjRkOTUifSx7InRpdGxlIjoiRmluYW5jaWFsIFJlcG9ydGluZyIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0ZJbmFuY2UxLmpwZyIsImlkIjoxMDQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJQcmVwYXJhdGlvbiBvZiBmaW5hbmNpYWwgc3RhdGVtZW50cyBhbGlnbmVkIHdpdGggaW50ZXJuYXRpb25hbCBhbmQgbG9jYWwgc3RhbmRhcmRzLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tMnd2NjIiLCJfaWQiOiJmN2RjODdjIn0seyJ0aXRsZSI6IlRheCBQbGFubmluZyAmIEZpbGluZyIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL1RBWDEuanBnIiwiaWQiOjEwMSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IlRheCBjb21wbGlhbmNlLCBvcHRpbWl6YXRpb24sIGFuZCBmaWxpbmcgc2VydmljZXMgZm9yIGNvcnBvcmF0ZSBhbmQgaW5kaXZpZHVhbCBjbGllbnRzLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0teTVxaDciLCJfaWQiOiIzMGZjMWEwIn0seyJ0aXRsZSI6IkF1ZGl0ICYgQXNzdXJhbmNlIiwiaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvQXVkaXQxLmpwZyIsImlkIjoxMDMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJJbnRlcm5hbCBhdWRpdCBzdXBwb3J0IGFuZCBhc3N1cmFuY2Ugc2VydmljZXMgdG8gZW5oYW5jZSByZWxpYWJpbGl0eS4iLCJidXR0b25fdGV4dCI6IlJlYWQgTW9yZSIsImxpbmsiOnsidXJsIjoiIyJ9LCJjb250ZW50X2ltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jb250ZW50X3NsaWRlcl9uZXdcL3VlLWxvZ28ucG5nIn0sImNvbnRlbnRfaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwidGVtcGxhdGUiOiIiLCJ0ZW1wbGF0ZV90ZW1wbGF0ZWlkIjoiIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTN0MnpvIiwiX2lkIjoiM2FiYWZkZiJ9LHsidGl0bGUiOiJCdXNpbmVzcyBBZHZpc29yeSIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0Fkdmlzb3IxLmpwZyIsImlkIjoxMDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJTdHJhdGVnaWMgY29uc3VsdGluZyB0byBpbXByb3ZlIHBlcmZvcm1hbmNlIGFuZCBmaW5hbmNpYWwgZGVjaXNpb25zLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tOTRpZW4iLCJfaWQiOiJiMzE4NzM2In0seyJ0aXRsZSI6IlBheXJvbGwgJiBIUiBBY2NvdW50aW5nIiwiaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvUGF5cm9sbDEuanBnIiwiaWQiOjEwNSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IlBheXJvbGwgcHJvY2Vzc2luZywgZW1wbG95ZWUgY29tcGVuc2F0aW9uIHRyYWNraW5nLCBzdGF0dXRvcnkgY29tcGxpYW5jZS4iLCJidXR0b25fdGV4dCI6IlJlYWQgTW9yZSIsImxpbmsiOnsidXJsIjoiIyJ9LCJjb250ZW50X2ltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jb250ZW50X3NsaWRlcl9uZXdcL3VlLWxvZ28ucG5nIn0sImNvbnRlbnRfaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwidGVtcGxhdGUiOiIiLCJ0ZW1wbGF0ZV90ZW1wbGF0ZWlkIjoiIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTJ3djYyIiwiX2lkIjoiNWZmZTc2NiJ9XSwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjIwIiwiYm90dG9tIjoiMjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImN1c3RvbV9jc3MiOiJzZWxlY3Rvclxue1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgYm9yZGVyLXJhZGl1czogMjBweDtcbn0iLCJ0ZXh0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRleHRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkludGVyIiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkxpYnJlIEJhc2tlcnZpbGxlIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjMyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIxLCJzaXplcyI6W119LCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpsaW1pdCI6MjUwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9yZXZpZXdzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3NoZWV0czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3Q6bGltaXQiOjUsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0OmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6Y2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0OmNhY2hlX3RpbWUiOjYwLCJidXR0b25fdGV4dCI6IkxlYXJuIE1vcmUiLCJtdWx0aXNvdXJjZV9wb3N0c19tYXhpdGVtcyI6MTAsIm11bHRpc291cmNlX3Byb2R1Y3RzX2luY2x1ZGVfZGF0ZV9tZXRhX2Zvcm1hdCI6IlltZCIsIm11bHRpc291cmNlX3Byb2R1Y3RzX21heGl0ZW1zIjoxMCwibXVsdGlzb3VyY2VfaXRlbXMiOlt7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5MS5qcGcifSwiX2lkIjoiZDUyNjJhNiJ9LHsiaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkyLmpwZyJ9LCJfaWQiOiI4NTE0MTMxIn0seyJpdGVtX3R5cGUiOiJ5b3V0dWJlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5My5qcGcifSwidXJsX3lvdXR1YmUiOiJxck80WVpleWwwSSIsIl9pZCI6IjRhYzAzYTMifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5NS5qcGcifSwiX2lkIjoiY2E1MjQ2MCJ9LHsiaXRlbV90eXBlIjoidmltZW8iLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk0LmpwZyJ9LCJ2aW1lb19pZCI6IjU4MTAxNDY1MyIsIl9pZCI6ImJmNDA4NjcifSx7Iml0ZW1fdHlwZSI6Imh0bWw1IiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5Ni5qcGcifSwidXJsX2h0bWw1IjoiaHR0cDpcL1wvY29tbW9uZGF0YXN0b3JhZ2UuZ29vZ2xlYXBpcy5jb21cL2d0di12aWRlb3MtYnVja2V0XC9zYW1wbGVcL0JpZ0J1Y2tCdW5ueS5tcDQiLCJfaWQiOiI0ZjdlZWM3In0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTEuanBnIn0sIl9pZCI6IjhmZDdhMmYifV0sIm11bHRpc291cmNlX2luc3RhZ3JhbV9udW1faXRlbXMiOjEyLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6Y3VycmVuY3kiOiJVU0QiLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6aW5jbHVkZV9jdXJyZW5jaWVzIjoiVVNELCBFVVIsIEpQWSwgR0JQLCBBVUQsIENBRCwgQ0hGLCBDTkgsIEhLRCwgTlpEIiwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHNfbGltaXQiOjI1MCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHNfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfcmV2aWV3c19jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9zaGVldHNfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0X2xpbWl0Ijo1LCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdF9jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlX2NhY2hlX3RpbWUiOjYwLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jb3VudHJ5IjoiR0IiLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jaXR5IjoiTG9uZG9uIiwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3RfY2FjaGVfdGltZSI6NjAsIl9wb3N0dHlwZSI6WyJwb3N0Il0sIl90YXhvbm9teSI6WyJjYXRlZ29yeSJdLCJtdWx0aXNvdXJjZV9yc3NfdXJsIjoiaHR0cHM6XC9cL3dpcmVkLmNvbVwvZmVlZFwvcnNzIiwibXVsdGlzb3VyY2VfcnNzX2RhdGVfZm9ybWF0IjoiZFwvbVwvWSwgSDppIiwibXVsdGlzb3VyY2VfcnNzX2l0ZW1zX2xpbWl0IjoiMCIsInN0YXJ0X2l0ZW1faW5kZXgiOiIwIiwibXVsdGlzb3VyY2VfcG9zdHNfaW5jbHVkZV9kYXRlX21ldGFfZm9ybWF0IjoiWW1kIiwibXVsdGlzb3VyY2VfaW5zdGFncmFtIjoiQGdpYW5sdWNhdmFjY2hpIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InVjYWRkb25fY29udGVudF9zbGlkZXJfbmV3In0=\"]tt</div>ntt<div class=\"elementor-element elementor-element-04d2288 e-con-full e-flex e-con e-child\" data-id=\"04d2288\" data-element_type=\"container\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6Ijc4OWY3NjYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ1Y19pdGVtcyI6W3sidGl0bGUiOiJBY2NvdW50aW5nICYgQm9va2tlZXBpbmciLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1zb2xpZCIsInZhbHVlIjoiZmFzIGZhLWNhbGN1bGF0b3IifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tNHQ3djYiLCJfaWQiOiJlYTJiYzZiIiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEiLCJyaWdodF9iZyI6IiNGQzAwMDAiLCJsZWZ0X2JnIjoiIzAwMDAwMCIsInByaW1hcnlfY29sb3IiOiIjMjRGMTU4Iiwib3ZlcnJpZGVfYm9yZGVyX2NvbG9yIjoiI0ZGRkZGRiJ9LHsidGl0bGUiOiJGaW5hbmNpYWwgUmVwb3J0aW5nIiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtcmVndWxhciIsInZhbHVlIjoiZmFyIGZhLWNoYXJ0LWJhciJ9LCJpY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLWxlYWYnPjxcL2k+IiwiY29udGVudCI6IiIsImxpbmsiOnsidXJsIjoiIn0sIml0ZW1fcmVwZWF0ZXJfY2xhc3MiOiJlbGVtZW50b3ItcmVwZWF0ZXItaXRlbS1ybGZnNSIsIl9pZCI6ImFmMjQzZTciLCJvdmVycmlkZV9jb2xvcnMiOiJ0cnVlIiwiaWNvbl90ZXh0IjoiMSJ9LHsidGl0bGUiOiJUYXggUGxhbm5pbmcgJiBGaWxpbmciLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1yZWd1bGFyIiwidmFsdWUiOiJmYXIgZmEtbW9uZXktYmlsbC1hbHQifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tYzRtYmYiLCJfaWQiOiJhNDhiYjYyIiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEifSx7InRpdGxlIjoiQXVkaXQgJiBBc3N1cmFuY2UiLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1yZWd1bGFyIiwidmFsdWUiOiJmYXIgZmEtY3JlZGl0LWNhcmQifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0taWJldWEiLCJfaWQiOiJiNDI2NzA4Iiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEifSx7InRpdGxlIjoiQnVzaW5lc3MgQWR2aXNvcnkiLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1zb2xpZCIsInZhbHVlIjoiZmFzIGZhLWJ1c2luZXNzLXRpbWUifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tNHQ3djYiLCJvdmVycmlkZV9jb2xvcnMiOiJ0cnVlIiwiaWNvbl90ZXh0IjoiMSIsIl9pZCI6IjU3MGE0NDMifSx7InRpdGxlIjoiUGF5cm9sbCAmIEhSIEFjY291bnRpbmciLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1yZWd1bGFyIiwidmFsdWUiOiJmYXIgZmEtY2xpcGJvYXJkIn0sImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtbGVhZic+PFwvaT4iLCJjb250ZW50IjoiIiwibGluayI6eyJ1cmwiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLXJsZmc1Iiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEiLCJfaWQiOiI5YmU4NjVmIn1dLCJnYXAiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjEsInNpemVzIjpbXX0sImNvbnRlbnRfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxIiwicmlnaHQiOiIxIiwiYm90dG9tIjoiMSIsImxlZnQiOiIxIiwiaXNMaW5rZWQiOnRydWV9LCJpdGVtX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsIml0ZW1fYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJpdGVtX2JhY2tncm91bmRfY29sb3IiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImljb25fYmFja2dyb3VuZCI6IiMyMDI4NzAiLCJpY29uX2NvbG9yIjoiI0ZGRkZGRiIsImljb25fd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6NTMsInNpemVzIjpbXX0sImljb25fcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjYwIiwicmlnaHQiOiI2MCIsImJvdHRvbSI6IjYwIiwibGVmdCI6IjYwIiwiaXNMaW5rZWQiOnRydWV9LCJpY29uX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImljb25fYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImljb25fYm9yZGVyX2NvbG9yIjoiIzdBN0E3QSIsInRpdGxlX2NvbG9yIjoiIzE5MTkxOSIsInRleHRfY29sb3IiOiIjMDAwIiwidGV4dF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0ZXh0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSYWxld2F5IiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInJlbW90ZV9wYXJlbnRfZW5hYmxlIjoidHJ1ZSIsInJlbW90ZV9wYXJlbnRfc3luYyI6InRydWUiLCJyZW1vdGVfcGFyZW50X3N5bmNfbmFtZSI6Imdyb3VwNSIsInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiaXRlbV9ib3JkZXJfYWN0aXZlX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjIiLCJyaWdodCI6IjIiLCJib3R0b20iOiIyIiwibGVmdCI6IjIiLCJpc0xpbmtlZCI6dHJ1ZX0sIml0ZW1fc2hhZG93X2FjdGl2ZV9ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjo1LCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgyMDIuMDQ5OTk1NDIyMzYzMjgsIDg4LjM3NDkxNjQwMzA2NTQ0LCA4OC4zNzQ5MTY0MDMwNjU0NCwgMC41KSJ9LCJpY29uX3dpZHRoX2FjdGl2ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImljb25fYmFja2dyb3VuZF9hY3RpdmUiOiIjMjAyODcwIiwiZ2FwX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHM6bGltaXQiOjI1MCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHM6Y2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfcmV2aWV3czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9zaGVldHM6Y2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0OmxpbWl0Ijo1LCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdDpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlOmNhY2hlX3RpbWUiOjYwLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdDpjYWNoZV90aW1lIjo2MCwibXVsdGlzb3VyY2VfcG9zdHNfbWF4aXRlbXMiOjEwLCJtdWx0aXNvdXJjZV9wcm9kdWN0c19pbmNsdWRlX2RhdGVfbWV0YV9mb3JtYXQiOiJZbWQiLCJtdWx0aXNvdXJjZV9wcm9kdWN0c19tYXhpdGVtcyI6MTAsIm11bHRpc291cmNlX2l0ZW1zIjpbeyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTEuanBnIn0sIl9pZCI6ImIwMTMwODIifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5Mi5qcGcifSwiX2lkIjoiZGQwZTkyYiJ9LHsiaXRlbV90eXBlIjoieW91dHViZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTMuanBnIn0sInVybF95b3V0dWJlIjoicXJPNFlaZXlsMEkiLCJfaWQiOiI2YTA2MWUwIn0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTUuanBnIn0sIl9pZCI6ImQ2NDcxY2MifSx7Iml0ZW1fdHlwZSI6InZpbWVvIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5NC5qcGcifSwidmltZW9faWQiOiI1ODEwMTQ2NTMiLCJfaWQiOiJjYzRkMzBlIn0seyJpdGVtX3R5cGUiOiJodG1sNSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTYuanBnIn0sInVybF9odG1sNSI6Imh0dHA6XC9cL2NvbW1vbmRhdGFzdG9yYWdlLmdvb2dsZWFwaXMuY29tXC9ndHYtdmlkZW9zLWJ1Y2tldFwvc2FtcGxlXC9CaWdCdWNrQnVubnkubXA0IiwiX2lkIjoiZTc5Y2U1ZiJ9LHsiaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkxLmpwZyJ9LCJfaWQiOiIzYzI4YzYyIn1dLCJtdWx0aXNvdXJjZV9pbnN0YWdyYW1fbnVtX2l0ZW1zIjoxMiwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlOmN1cnJlbmN5IjoiVVNEIiwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlOmluY2x1ZGVfY3VycmVuY2llcyI6IlVTRCwgRVVSLCBKUFksIEdCUCwgQVVELCBDQUQsIENIRiwgQ05ILCBIS0QsIE5aRCIsIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzX2xpbWl0IjoyNTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzX2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3Jldmlld3NfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfc2hlZXRzX2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdF9saW1pdCI6NSwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3RfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZV9jYWNoZV90aW1lIjo2MCwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3RfY291bnRyeSI6IkdCIiwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3RfY2l0eSI6IkxvbmRvbiIsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0X2NhY2hlX3RpbWUiOjYwLCJfcG9zdHR5cGUiOlsicG9zdCJdLCJfdGF4b25vbXkiOlsiY2F0ZWdvcnkiXSwibXVsdGlzb3VyY2VfcnNzX3VybCI6Imh0dHBzOlwvXC93aXJlZC5jb21cL2ZlZWRcL3JzcyIsIm11bHRpc291cmNlX3Jzc19kYXRlX2Zvcm1hdCI6ImRcL21cL1ksIEg6aSIsIm11bHRpc291cmNlX3Jzc19pdGVtc19saW1pdCI6IjAiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwibXVsdGlzb3VyY2VfcG9zdHNfaW5jbHVkZV9kYXRlX21ldGFfZm9ybWF0IjoiWW1kIiwibXVsdGlzb3VyY2VfaW5zdGFncmFtIjoiQGdpYW5sdWNhdmFjY2hpIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InVjYWRkb25fdWNfbWF0ZXJpYWxfYnVsbGV0cyJ9\"]tt</div>nttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1cc1eea e-flex e-con-boxed e-con e-parent\" data-id=\"1cc1eea\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-189f327 e-con-full e-flex e-con e-child\" data-id=\"189f327\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-5772560 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5772560\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Get in Touch With Us</h2>tttt</div>ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjZlZmZmNzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXN0YXJ0PVwiMzI5XCIgZGF0YS1lbmQ9XCI1ODFcIj5IYXZlIHF1ZXN0aW9ucyBhYm91dCBvdXIgYWNjb3VudGluZyBvciBmaW5hbmNpYWwgc2VydmljZXM/IDxcL2JyPk91ciB0ZWFtIGlzIHJlYWR5IHRvIHN1cHBvcnQgeW91ciBidXNpbmVzcyB3aXRoIHJlbGlhYmxlLCB0YWlsb3JlZCBzb2x1dGlvbnMuIDxcL2JyPkNvbnRhY3QgdXMgdG9kYXkgYW5kIGxldFx1MjAxOXMgZGlzY3VzcyBob3cgd2UgY2FuIGhlbHAgeW91IGFjaGlldmUgZmluYW5jaWFsIGNsYXJpdHkgYW5kIGNvbXBsaWFuY2UuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjkzLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2R1cmF0aW9uIjoic2xvdyIsIl9hbmltYXRpb25fZGVsYXkiOjMwMCwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]<div class=\"elementor-element elementor-element-f6a1ad6 e-con-full e-flex e-con e-child\" data-id=\"f6a1ad6\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8a838a7 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"8a838a7\" data-element_type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">nttttttt<form class=\"elementor-form\" method=\"post\" name=\"New Form\">nttt<input type=\"hidden\" name=\"post_id\" value=\"113\"/>nttt<input type=\"hidden\" name=\"form_id\" value=\"8a838a7\"/>nttt<input type=\"hidden\" name=\"referer_title\" value=\"\" />nnttttttt<input type=\"hidden\" name=\"queried_id\" value=\"113\"/>ntttnttt<div class=\"elementor-form-fields-wrapper elementor-labels-\">ntttttttt<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\">ntttttttttttt<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">nttttttttNamettttttt</label>ntttttttttttttt<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Name\">nttttttttttt</div>ntttttttt<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">ntttttttttttt<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">nttttttttEmailttttttt</label>ntttttttttttttt<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email\" required=\"required\">nttttttttttt</div>ntttttttt<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_ec19f2c elementor-col-100\">ntttttttttttt<label for=\"form-field-field_ec19f2c\" class=\"elementor-field-label elementor-screen-only\">nttttttttServicesttttttt</label>ntttttttt<div class=\"elementor-field elementor-select-wrapper remove-before \">nttt<div class=\"select-caret-down-wrapper\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"></path></svg>ttt</div>nttt<select name=\"form_fields[field_ec19f2c]\" id=\"form-field-field_ec19f2c\" class=\"elementor-field-textual elementor-size-sm\">nttttttttt<option value=\"Select Services:\">Select Services:</option>nttttttttt<option value=\"Accounting &amp; Bookkeeping\">Accounting &amp; Bookkeeping</option>nttttttttt<option value=\"Financial Reporting\">Financial Reporting</option>nttttttttt<option value=\"Tax Planning &amp; Filing\">Tax Planning &amp; Filing</option>nttttttttt<option value=\"Audit &amp; Assurance\">Audit &amp; Assurance</option>nttttttttt<option value=\"Business Advisory\">Business Advisory</option>nttttttttt<option value=\"Payroll &amp; HR Accounting\">Payroll &amp; HR Accounting</option>nttttttt</select>ntt</div>ntttttt</div>ntttttttt<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">ntttttttttttt<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">nttttttttMessagettttttt</label>ntttttt<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"></textarea>tttt</div>ntttttttt<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">nttttt<button class=\"elementor-button elementor-size-sm\" type=\"submit\">ntttttt<span class=\"elementor-button-content-wrapper\">ntttttttttttttttttttttt<span class=\"elementor-button-text\">Send</span>nttttttttttttt</span>nttttt</button>ntttt</div>nttt</div>ntt</form>ntttttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1144, 135, '_elementor_edit_mode', 'builder'),
(1145, 135, '_elementor_template_type', 'wp-page'),
(1146, 135, '_elementor_version', '3.34.0'),
(1147, 135, '_elementor_pro_version', '3.29.1'),
(1148, 135, '_wp_page_template', 'default');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1149, 135, '_elementor_data', '[{\"id\":\"cba7991\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"06787ff\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"84dd7ff\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"29840a9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#202870\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6265ae2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8225497\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f89dc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26de8f1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#202870\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#202870\",\"button_hover_border_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"38f78d5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"4903c80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_effect\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"parallelogram-right\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"cddcce6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ftkmb\",\"_id\":\"7e94da9\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-nufa9\",\"_id\":\"ec26ce4\"},{\"_id\":\"2631255\"},{\"_id\":\"f335c2d\"}],\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-mmkzm\",\"_id\":\"c042f89\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"item_repeater_class\":\"elementor-repeater-item-iwniv\",\"_id\":\"30955d2\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"item_repeater_class\":\"elementor-repeater-item-b2y5m\",\"_id\":\"a4f9fbc\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"item_repeater_class\":\"elementor-repeater-item-ntsch\",\"_id\":\"cb11ecf\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"100\",\"bottom\":\"40\",\"left\":\"100\",\"isLinked\":false},\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-j1had\",\"_id\":\"5f80741\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-2zwg4\",\"_id\":\"745ca42\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-12w8c\",\"_id\":\"4baaaac\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-4hzjs\",\"_id\":\"dedea1c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-qw1u5\",\"_id\":\"4aac29b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"item_repeater_class\":\"elementor-repeater-item-ghro4\",\"_id\":\"998f4a1\"}],\"parallax_background_uc_items\":[],\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"a85c726\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ba9227\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"title_color\":\"#202870\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7627f9b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"20\",\"isLinked\":false,\"unit\":\"px\",\"size\":30},\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"547554c\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"dedf762\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cf5db08\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"09253c3\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"e7eecc4\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"a36b049\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"251f86c\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"d789c4a\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2d7bedb\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"6829212\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"948663a\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"486ab56\"}],\"parallax_background_uc_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a5a26d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":59.091,\"unit\":\"%\"},\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"e76fbdc\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"79b2586\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"693e3be\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"3322e24\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"39169ac\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"35d26c7\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"b9b2b76\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"347c9f7\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"fea804e\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"b79ba6f\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"6b9d2a4\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"8b8d1aa\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"4d85e06\",\"elType\":\"widget\",\"settings\":{\"autoplay\":\"\",\"show_image\":\"\",\"show_dots\":\"\",\"show_arrows\":\"\",\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"height\":{\"unit\":\"px\",\"size\":490,\"sizes\":[]},\"vertical_alignment\":\"flex-end\",\"horizontal_alignment\":\"flex-start\",\"overlay_background\":\"gradient\",\"overlay_color\":\"#00000000\",\"overlay_color_b\":\"#00000080\",\"ue_bg_overlay_color\":\"\",\"content_alignment\":\"left\",\"button_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"button_bg_color\":\"\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/1.jpg\",\"id\":97,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Accurate maintenance of books, ledgers, and financial records.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"c7b4d95\"},{\"title\":\"Financial Reporting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/FInance1.jpg\",\"id\":104,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Preparation of financial statements aligned with international and local standards.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"f7dc87c\"},{\"title\":\"Tax Planning & Filing\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/TAX1.jpg\",\"id\":101,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Tax compliance, optimization, and filing services for corporate and individual clients.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-y5qh7\",\"_id\":\"30fc1a0\"},{\"title\":\"Audit & Assurance\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Audit1.jpg\",\"id\":103,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Internal audit support and assurance services to enhance reliability.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-3t2zo\",\"_id\":\"3abafdf\"},{\"title\":\"Business Advisory\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Strategic consulting to improve performance and financial decisions.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-94ien\",\"_id\":\"b318736\"},{\"title\":\"Payroll & HR Accounting\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Payroll1.jpg\",\"id\":105,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"content\":\"Payroll processing, employee compensation tracking, statutory compliance.\",\"button_text\":\"Read More\",\"link\":{\"url\":\"#\"},\"content_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/uc_content_slider_new\\/ue-logo.png\"},\"content_icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"template\":\"\",\"template_templateid\":\"\",\"item_repeater_class\":\"elementor-repeater-item-2wv62\",\"_id\":\"5ffe766\"}],\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"custom_css\":\"selector\\n{\\n    overflow: hidden;\\n    border-radius: 20px;\\n}\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Inter\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Libre Baskerville\",\"typography_font_weight\":\"400\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"button_text\":\"Learn More\",\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"d5262a6\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"8514131\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"4ac03a3\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"ca52460\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"bf40867\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"4f7eec7\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"8fd7a2f\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"start_item_index\":\"0\",\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_content_slider_new\"}],\"isInner\":true},{\"id\":\"04d2288\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":36.704,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"content_width\":\"full\",\"uc_background_webgl_slider_uc_items\":[{\"title\":\"Slide 1\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-F3KHLtv6844-unsplash.webp\",\"_generated_id\":\"7angn\",\"item_repeater_class\":\"elementor-repeater-item-7angn\",\"_id\":\"b9fcc90\"},{\"title\":\"Slide 2\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-yZlq7BDPLfQ-unsplash.webp\",\"_generated_id\":\"cxq8a\",\"item_repeater_class\":\"elementor-repeater-item-cxq8a\",\"_id\":\"087e0cb\"},{\"title\":\"Slide 3\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_2.webp\",\"_generated_id\":\"yfs8k\",\"item_repeater_class\":\"elementor-repeater-item-yfs8k\",\"_id\":\"cc574af\"},{\"title\":\"Slide 4\",\"slide_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\"},\"slide_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\\\"\",\"slide_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/background_webgl_slider\\/images\\/dynamic-wang-ltRRbmk7eR4-unsplash_1.webp\",\"_generated_id\":\"1uri9\",\"item_repeater_class\":\"elementor-repeater-item-1uri9\",\"_id\":\"ca10b41\"}],\"background_slider_uc_items\":[{\"title\":\"One\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"rkp1h\",\"item_repeater_class\":\"elementor-repeater-item-rkp1h\",\"_id\":\"9073512\"},{\"title\":\"Two\",\"background_color\":\"#4400ff\",\"image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/placeholder.png\"},\"template\":{\"template\":\"\"},\"_generated_id\":\"j0fnp\",\"item_repeater_class\":\"elementor-repeater-item-j0fnp\",\"_id\":\"b6dfd7d\"}],\"random_background_widget_uc_items\":[{\"title\":\"One\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/geran-de-klerk-qzgN45hseN0-unsplash.jpeg\",\"_generated_id\":\"9lwdk\",\"item_repeater_class\":\"elementor-repeater-item-9lwdk\",\"_id\":\"d2ef7fe\"},{\"title\":\"Two\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/j-photos-yY1KhFBlisg-unsplash.jpeg\",\"_generated_id\":\"clhqa\",\"item_repeater_class\":\"elementor-repeater-item-clhqa\",\"_id\":\"f863873\"},{\"title\":\"Three\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/juan-davila-P8PlK2nGwqA-unsplash.jpeg\",\"_generated_id\":\"3fybu\",\"item_repeater_class\":\"elementor-repeater-item-3fybu\",\"_id\":\"2538401\"},{\"title\":\"Four\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/marita-kavelashvili-ugnrXk1129g-unsplash.jpeg\",\"_generated_id\":\"cmz9k\",\"item_repeater_class\":\"elementor-repeater-item-cmz9k\",\"_id\":\"3ef531c\"},{\"title\":\"Five\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/pine-watt-2Hzmz15wGik-unsplash.jpeg\",\"_generated_id\":\"reg6x\",\"item_repeater_class\":\"elementor-repeater-item-reg6x\",\"_id\":\"c053e3b\"},{\"title\":\"Six\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\"},\"background_image_attributes_nosize\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_attributes\":\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\\\"\",\"background_image_thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/ac_assets\\/random_background_widget\\/steven-kamenar-MMJx78V7xS8-unsplash.jpeg\",\"_generated_id\":\"3aotw\",\"item_repeater_class\":\"elementor-repeater-item-3aotw\",\"_id\":\"c90ad26\"}],\"parallax_background_uc_items\":[]},\"elements\":[{\"id\":\"789f766\",\"elType\":\"widget\",\"settings\":{\"uc_items\":[{\"title\":\"Accounting & Bookkeeping\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-calculator\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"_id\":\"ea2bc6b\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Financial Reporting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-chart-bar\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"_id\":\"af243e7\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Tax Planning & Filing\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-money-bill-alt\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-c4mbf\",\"_id\":\"a48bb62\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Audit & Assurance\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-credit-card\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-ibeua\",\"_id\":\"b426708\",\"override_colors\":\"true\",\"icon_text\":\"1\"},{\"title\":\"Business Advisory\",\"icon\":{\"library\":\"fa-solid\",\"value\":\"fas fa-business-time\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-4t7v6\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"570a443\"},{\"title\":\"Payroll & HR Accounting\",\"icon\":{\"library\":\"fa-regular\",\"value\":\"far fa-clipboard\"},\"icon_html\":\"<i class=\'fas fa-leaf\'><\\/i>\",\"content\":\"\",\"link\":{\"url\":\"\"},\"item_repeater_class\":\"elementor-repeater-item-rlfg5\",\"override_colors\":\"true\",\"icon_text\":\"1\",\"_id\":\"9be865f\"}],\"gap\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"item_background_color\":\"\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_background\":\"#202870\",\"icon_color\":\"#FFFFFF\",\"icon_width\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"icon_radius\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"icon_border_border\":\"solid\",\"icon_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_border_color\":\"#7A7A7A\",\"title_color\":\"#191919\",\"text_color\":\"#000\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"remote_parent_enable\":\"true\",\"remote_parent_sync\":\"true\",\"remote_parent_sync_name\":\"group5\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Roboto\",\"title_typography_font_weight\":\"600\",\"item_border_active_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"item_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":5,\"spread\":0,\"color\":\"rgba(202.04999542236328, 88.37491640306544, 88.37491640306544, 0.5)\"},\"icon_width_active\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"icon_background_active\":\"#202870\",\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"multisource_api_google_events:limit\":250,\"multisource_api_google_events:cache_time\":10,\"multisource_api_google_reviews:cache_time\":10,\"multisource_api_google_sheets:cache_time\":10,\"multisource_api_youtube_playlist:limit\":5,\"multisource_api_youtube_playlist:cache_time\":10,\"multisource_api_currency_exchange:cache_time\":60,\"multisource_api_weather_forecast:cache_time\":60,\"multisource_posts_maxitems\":10,\"multisource_products_include_date_meta_format\":\"Ymd\",\"multisource_products_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"b013082\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery2.jpg\"},\"_id\":\"dd0e92b\"},{\"item_type\":\"youtube\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery3.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"6a061e0\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery5.jpg\"},\"_id\":\"d6471cc\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery4.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"cc4d30e\"},{\"item_type\":\"html5\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery6.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"e79ce5f\"},{\"item_type\":\"image\",\"image\":{\"id\":0,\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/plugins\\/unlimited-elements-for-elementor-premium\\/images\\/gallery1.jpg\"},\"_id\":\"3c28c62\"}],\"multisource_instagram_num_items\":12,\"multisource_api_currency_exchange:currency\":\"USD\",\"multisource_api_currency_exchange:include_currencies\":\"USD, EUR, JPY, GBP, AUD, CAD, CHF, CNH, HKD, NZD\",\"multisource_api_google_events_limit\":250,\"multisource_api_google_events_cache_time\":10,\"multisource_api_google_reviews_cache_time\":10,\"multisource_api_google_sheets_cache_time\":10,\"multisource_api_youtube_playlist_limit\":5,\"multisource_api_youtube_playlist_cache_time\":10,\"multisource_api_currency_exchange_cache_time\":60,\"multisource_api_weather_forecast_country\":\"GB\",\"multisource_api_weather_forecast_city\":\"London\",\"multisource_api_weather_forecast_cache_time\":60,\"_posttype\":[\"post\"],\"_taxonomy\":[\"category\"],\"multisource_rss_url\":\"https:\\/\\/wired.com\\/feed\\/rss\",\"multisource_rss_date_format\":\"d\\/m\\/Y, H:i\",\"multisource_rss_items_limit\":\"0\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_instagram\":\"@gianlucavacchi\"},\"elements\":[],\"widgetType\":\"ucaddon_uc_material_bullets\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cc1eea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Advisor1.jpg\",\"id\":102,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"189f327\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"5772560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch With Us\",\"title_color\":\"#FFFFFF\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6efff76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"329\\\" data-end=\\\"581\\\">Have questions about our accounting or financial services? <\\/br>Our team is ready to support your business with reliable, tailored solutions. <\\/br>Contact us today and let\\u2019s discuss how we can help you achieve financial clarity and compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_animation_delay\":300,\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6a1ad6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a838a7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"7c3f640\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"6a886b3\"},{\"custom_id\":\"field_ec19f2c\",\"field_type\":\"select\",\"field_label\":\"Services\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"field_options\":\"Select Services:\\nAccounting & Bookkeeping\\nFinancial Reporting\\nTax Planning & Filing\\nAudit & Assurance\\nBusiness Advisory\\nPayroll & HR Accounting\",\"_id\":\"ec19f2c\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"e4187fe\"}],\"show_labels\":\"\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_to\":\"muhammedhossam106@gmail.com\",\"email_subject\":\"New message from \\\"Shield Accounting\\\"\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@remark3demos3.com\",\"email_from_name\":\"Shield Accounting\",\"email_to_2\":\"muhammedhossam106@gmail.com\",\"email_subject_2\":\"New message from \\\"Shield Accounting\\\"\",\"email_content_2\":\"[all-fields]\",\"email_from_2\":\"email@remark3demos3.com\",\"email_from_name_2\":\"Shield Accounting\",\"email_reply_to_2\":\"muhammedhossam106@gmail.com\",\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_color\":\"#202870\",\"html_color\":\"#202870\",\"field_text_color\":\"#202870\",\"field_background_color\":\"#FFFFFFDE\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_background_color\":\"#FFFFFF\",\"button_text_color\":\"#202870\",\"previous_button_background_color\":\"#202870\",\"button_background_hover_color\":\"#202870\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1150, 135, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(1151, 135, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:6:{i:0;s:18:\"e-animation-fadeIn\";i:1;s:14:\"widget-heading\";i:2;s:17:\"e-animation-float\";i:3;s:11:\"e-motion-fx\";i:4;s:12:\"widget-image\";i:5;s:11:\"widget-form\";}}'),
(1152, 135, '_elementor_css', 'a:6:{s:4:\"time\";i:1767237243;s:5:\"fonts\";a:3:{i:0;s:6:\"Roboto\";i:1;s:5:\"Inter\";i:2;s:7:\"Raleway\";}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:1;s:5:\"solid\";i:3;s:8:\"fa-solid\";i:4;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1153, 135, '_elementor_element_cache', '{\"timeout\":1767323645,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-cba7991 e-con-full e-flex e-con e-parent\" data-id=\"cba7991\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-06787ff e-flex e-con-boxed e-con e-child\" data-id=\"06787ff\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6Ijg0ZGQ3ZmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJyZXZzbGlkZXJ0aXRsZSI6IlNsaWRlciAxIiwic2hvcnRjb2RlIjoiW3Jldl9zbGlkZXIgYWxpYXM9XCJzbGlkZXItMVwiIHNsaWRlcnRpdGxlPVwiU2xpZGVyIDFcIl1bXC9yZXZfc2xpZGVyXSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzbGlkZXJfcmV2b2x1dGlvbiJ9\"]ttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-29840a9 e-flex e-con-boxed e-con e-parent\" data-id=\"29840a9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-6265ae2 e-con-full e-flex e-con e-child\" data-id=\"6265ae2\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8225497 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8225497\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">About Us</h2>tttt</div>ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjlmODlkYzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TaGllbGQgQWNjb3VudGluZyBpcyBhbiBlbWVyZ2luZyBhY2NvdW50aW5nIHNlcnZpY2VzIGZpcm0gbGVkIGJ5IHNlYXNvbmVkIGZpbmFuY2UgcHJvZmVzc2lvbmFscy4gV2l0aCBhIHN0cm9uZyBlbXBoYXNpcyBvbiBhY2N1cmFjeSwgY29tcGxpYW5jZSwgYW5kIGNsaWVudCB0cnVzdCwgd2UgaGVscCBidXNpbmVzc2VzIG5hdmlnYXRlIGZpbmFuY2lhbCBhbmQgcmVndWxhdG9yeSBsYW5kc2NhcGVzLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo5Mywic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kdXJhdGlvbiI6InNsb3ciLCJfYW5pbWF0aW9uX2RlbGF5IjozMDB9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-26de8f1 elementor-widget elementor-widget-button\" data-id=\"26de8f1\" data-element_type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Read More</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-38f78d5 e-con-full e-flex e-con e-child\" data-id=\"38f78d5\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-4903c80 elementor-widget elementor-widget-image\" data-id=\"4903c80\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.3,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" class=\"attachment-large size-large wp-image-20\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />ttttttttttttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-cddcce6 e-flex e-con-boxed e-con e-parent\" data-id=\"cddcce6\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-a85c726 e-flex e-con-boxed e-con e-child\" data-id=\"a85c726\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-0ba9227 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0ba9227\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Our Services</h2>tttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-7627f9b e-flex e-con-boxed e-con e-child\" data-id=\"7627f9b\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-0a5a26d e-con-full e-flex e-con e-child\" data-id=\"0a5a26d\" data-element_type=\"container\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjRkODVlMDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhdXRvcGxheSI6IiIsInNob3dfaW1hZ2UiOiIiLCJzaG93X2RvdHMiOiIiLCJzaG93X2Fycm93cyI6IiIsInJlbW90ZV9wYXJlbnRfZW5hYmxlIjoidHJ1ZSIsInJlbW90ZV9wYXJlbnRfc3luYyI6InRydWUiLCJyZW1vdGVfcGFyZW50X3N5bmNfbmFtZSI6Imdyb3VwNSIsImhlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjo0OTAsInNpemVzIjpbXX0sInZlcnRpY2FsX2FsaWdubWVudCI6ImZsZXgtZW5kIiwiaG9yaXpvbnRhbF9hbGlnbm1lbnQiOiJmbGV4LXN0YXJ0Iiwib3ZlcmxheV9iYWNrZ3JvdW5kIjoiZ3JhZGllbnQiLCJvdmVybGF5X2NvbG9yIjoiIzAwMDAwMDAwIiwib3ZlcmxheV9jb2xvcl9iIjoiIzAwMDAwMDgwIiwidWVfYmdfb3ZlcmxheV9jb2xvciI6IiIsImNvbnRlbnRfYWxpZ25tZW50IjoibGVmdCIsImJ1dHRvbl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMTAwIiwicmlnaHQiOiIxMDAiLCJib3R0b20iOiIxMDAiLCJsZWZ0IjoiMTAwIiwiaXNMaW5rZWQiOnRydWV9LCJidXR0b25fYmdfY29sb3IiOiIiLCJidXR0b25fYm9yZGVyX2JvcmRlciI6InNvbGlkIiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIiwiaXNMaW5rZWQiOnRydWV9LCJ1Y19pdGVtcyI6W3sidGl0bGUiOiJBY2NvdW50aW5nICYgQm9va2tlZXBpbmciLCJpbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEyXC8xLmpwZyIsImlkIjo5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IkFjY3VyYXRlIG1haW50ZW5hbmNlIG9mIGJvb2tzLCBsZWRnZXJzLCBhbmQgZmluYW5jaWFsIHJlY29yZHMuIiwiYnV0dG9uX3RleHQiOiJSZWFkIE1vcmUiLCJsaW5rIjp7InVybCI6IiMifSwiY29udGVudF9pbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL2FjX2Fzc2V0c1wvdWNfY29udGVudF9zbGlkZXJfbmV3XC91ZS1sb2dvLnBuZyJ9LCJjb250ZW50X2ljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtcm9ja2V0Jz48XC9pPiIsInRlbXBsYXRlIjoiIiwidGVtcGxhdGVfdGVtcGxhdGVpZCI6IiIsIml0ZW1fcmVwZWF0ZXJfY2xhc3MiOiJlbGVtZW50b3ItcmVwZWF0ZXItaXRlbS05NGllbiIsIl9pZCI6ImM3YjRkOTUifSx7InRpdGxlIjoiRmluYW5jaWFsIFJlcG9ydGluZyIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0ZJbmFuY2UxLmpwZyIsImlkIjoxMDQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJQcmVwYXJhdGlvbiBvZiBmaW5hbmNpYWwgc3RhdGVtZW50cyBhbGlnbmVkIHdpdGggaW50ZXJuYXRpb25hbCBhbmQgbG9jYWwgc3RhbmRhcmRzLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tMnd2NjIiLCJfaWQiOiJmN2RjODdjIn0seyJ0aXRsZSI6IlRheCBQbGFubmluZyAmIEZpbGluZyIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL1RBWDEuanBnIiwiaWQiOjEwMSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IlRheCBjb21wbGlhbmNlLCBvcHRpbWl6YXRpb24sIGFuZCBmaWxpbmcgc2VydmljZXMgZm9yIGNvcnBvcmF0ZSBhbmQgaW5kaXZpZHVhbCBjbGllbnRzLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0teTVxaDciLCJfaWQiOiIzMGZjMWEwIn0seyJ0aXRsZSI6IkF1ZGl0ICYgQXNzdXJhbmNlIiwiaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvQXVkaXQxLmpwZyIsImlkIjoxMDMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJJbnRlcm5hbCBhdWRpdCBzdXBwb3J0IGFuZCBhc3N1cmFuY2Ugc2VydmljZXMgdG8gZW5oYW5jZSByZWxpYWJpbGl0eS4iLCJidXR0b25fdGV4dCI6IlJlYWQgTW9yZSIsImxpbmsiOnsidXJsIjoiIyJ9LCJjb250ZW50X2ltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jb250ZW50X3NsaWRlcl9uZXdcL3VlLWxvZ28ucG5nIn0sImNvbnRlbnRfaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwidGVtcGxhdGUiOiIiLCJ0ZW1wbGF0ZV90ZW1wbGF0ZWlkIjoiIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTN0MnpvIiwiX2lkIjoiM2FiYWZkZiJ9LHsidGl0bGUiOiJCdXNpbmVzcyBBZHZpc29yeSIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0Fkdmlzb3IxLmpwZyIsImlkIjoxMDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJTdHJhdGVnaWMgY29uc3VsdGluZyB0byBpbXByb3ZlIHBlcmZvcm1hbmNlIGFuZCBmaW5hbmNpYWwgZGVjaXNpb25zLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tOTRpZW4iLCJfaWQiOiJiMzE4NzM2In0seyJ0aXRsZSI6IlBheXJvbGwgJiBIUiBBY2NvdW50aW5nIiwiaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvUGF5cm9sbDEuanBnIiwiaWQiOjEwNSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IlBheXJvbGwgcHJvY2Vzc2luZywgZW1wbG95ZWUgY29tcGVuc2F0aW9uIHRyYWNraW5nLCBzdGF0dXRvcnkgY29tcGxpYW5jZS4iLCJidXR0b25fdGV4dCI6IlJlYWQgTW9yZSIsImxpbmsiOnsidXJsIjoiIyJ9LCJjb250ZW50X2ltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jb250ZW50X3NsaWRlcl9uZXdcL3VlLWxvZ28ucG5nIn0sImNvbnRlbnRfaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwidGVtcGxhdGUiOiIiLCJ0ZW1wbGF0ZV90ZW1wbGF0ZWlkIjoiIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTJ3djYyIiwiX2lkIjoiNWZmZTc2NiJ9XSwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjIwIiwiYm90dG9tIjoiMjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImN1c3RvbV9jc3MiOiJzZWxlY3Rvclxue1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgYm9yZGVyLXJhZGl1czogMjBweDtcbn0iLCJ0ZXh0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRleHRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkludGVyIiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkxpYnJlIEJhc2tlcnZpbGxlIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjMyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIxLCJzaXplcyI6W119LCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpsaW1pdCI6MjUwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9yZXZpZXdzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3NoZWV0czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3Q6bGltaXQiOjUsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0OmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6Y2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0OmNhY2hlX3RpbWUiOjYwLCJidXR0b25fdGV4dCI6IkxlYXJuIE1vcmUiLCJtdWx0aXNvdXJjZV9wb3N0c19tYXhpdGVtcyI6MTAsIm11bHRpc291cmNlX3Byb2R1Y3RzX2luY2x1ZGVfZGF0ZV9tZXRhX2Zvcm1hdCI6IlltZCIsIm11bHRpc291cmNlX3Byb2R1Y3RzX21heGl0ZW1zIjoxMCwibXVsdGlzb3VyY2VfaXRlbXMiOlt7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5MS5qcGcifSwiX2lkIjoiZDUyNjJhNiJ9LHsiaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkyLmpwZyJ9LCJfaWQiOiI4NTE0MTMxIn0seyJpdGVtX3R5cGUiOiJ5b3V0dWJlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5My5qcGcifSwidXJsX3lvdXR1YmUiOiJxck80WVpleWwwSSIsIl9pZCI6IjRhYzAzYTMifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5NS5qcGcifSwiX2lkIjoiY2E1MjQ2MCJ9LHsiaXRlbV90eXBlIjoidmltZW8iLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk0LmpwZyJ9LCJ2aW1lb19pZCI6IjU4MTAxNDY1MyIsIl9pZCI6ImJmNDA4NjcifSx7Iml0ZW1fdHlwZSI6Imh0bWw1IiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5Ni5qcGcifSwidXJsX2h0bWw1IjoiaHR0cDpcL1wvY29tbW9uZGF0YXN0b3JhZ2UuZ29vZ2xlYXBpcy5jb21cL2d0di12aWRlb3MtYnVja2V0XC9zYW1wbGVcL0JpZ0J1Y2tCdW5ueS5tcDQiLCJfaWQiOiI0ZjdlZWM3In0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTEuanBnIn0sIl9pZCI6IjhmZDdhMmYifV0sIm11bHRpc291cmNlX2luc3RhZ3JhbV9udW1faXRlbXMiOjEyLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6Y3VycmVuY3kiOiJVU0QiLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6aW5jbHVkZV9jdXJyZW5jaWVzIjoiVVNELCBFVVIsIEpQWSwgR0JQLCBBVUQsIENBRCwgQ0hGLCBDTkgsIEhLRCwgTlpEIiwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHNfbGltaXQiOjI1MCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHNfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfcmV2aWV3c19jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9zaGVldHNfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0X2xpbWl0Ijo1LCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdF9jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlX2NhY2hlX3RpbWUiOjYwLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jb3VudHJ5IjoiR0IiLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jaXR5IjoiTG9uZG9uIiwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3RfY2FjaGVfdGltZSI6NjAsIl9wb3N0dHlwZSI6WyJwb3N0Il0sIl90YXhvbm9teSI6WyJjYXRlZ29yeSJdLCJtdWx0aXNvdXJjZV9yc3NfdXJsIjoiaHR0cHM6XC9cL3dpcmVkLmNvbVwvZmVlZFwvcnNzIiwibXVsdGlzb3VyY2VfcnNzX2RhdGVfZm9ybWF0IjoiZFwvbVwvWSwgSDppIiwibXVsdGlzb3VyY2VfcnNzX2l0ZW1zX2xpbWl0IjoiMCIsInN0YXJ0X2l0ZW1faW5kZXgiOiIwIiwibXVsdGlzb3VyY2VfcG9zdHNfaW5jbHVkZV9kYXRlX21ldGFfZm9ybWF0IjoiWW1kIiwibXVsdGlzb3VyY2VfaW5zdGFncmFtIjoiQGdpYW5sdWNhdmFjY2hpIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InVjYWRkb25fY29udGVudF9zbGlkZXJfbmV3In0=\"]tt</div>ntt<div class=\"elementor-element elementor-element-04d2288 e-con-full e-flex e-con e-child\" data-id=\"04d2288\" data-element_type=\"container\">ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6Ijc4OWY3NjYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ1Y19pdGVtcyI6W3sidGl0bGUiOiJBY2NvdW50aW5nICYgQm9va2tlZXBpbmciLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1zb2xpZCIsInZhbHVlIjoiZmFzIGZhLWNhbGN1bGF0b3IifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tNHQ3djYiLCJfaWQiOiJlYTJiYzZiIiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEiLCJyaWdodF9iZyI6IiNGQzAwMDAiLCJsZWZ0X2JnIjoiIzAwMDAwMCIsInByaW1hcnlfY29sb3IiOiIjMjRGMTU4Iiwib3ZlcnJpZGVfYm9yZGVyX2NvbG9yIjoiI0ZGRkZGRiJ9LHsidGl0bGUiOiJGaW5hbmNpYWwgUmVwb3J0aW5nIiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtcmVndWxhciIsInZhbHVlIjoiZmFyIGZhLWNoYXJ0LWJhciJ9LCJpY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLWxlYWYnPjxcL2k+IiwiY29udGVudCI6IiIsImxpbmsiOnsidXJsIjoiIn0sIml0ZW1fcmVwZWF0ZXJfY2xhc3MiOiJlbGVtZW50b3ItcmVwZWF0ZXItaXRlbS1ybGZnNSIsIl9pZCI6ImFmMjQzZTciLCJvdmVycmlkZV9jb2xvcnMiOiJ0cnVlIiwiaWNvbl90ZXh0IjoiMSJ9LHsidGl0bGUiOiJUYXggUGxhbm5pbmcgJiBGaWxpbmciLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1yZWd1bGFyIiwidmFsdWUiOiJmYXIgZmEtbW9uZXktYmlsbC1hbHQifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tYzRtYmYiLCJfaWQiOiJhNDhiYjYyIiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEifSx7InRpdGxlIjoiQXVkaXQgJiBBc3N1cmFuY2UiLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1yZWd1bGFyIiwidmFsdWUiOiJmYXIgZmEtY3JlZGl0LWNhcmQifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0taWJldWEiLCJfaWQiOiJiNDI2NzA4Iiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEifSx7InRpdGxlIjoiQnVzaW5lc3MgQWR2aXNvcnkiLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1zb2xpZCIsInZhbHVlIjoiZmFzIGZhLWJ1c2luZXNzLXRpbWUifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tNHQ3djYiLCJvdmVycmlkZV9jb2xvcnMiOiJ0cnVlIiwiaWNvbl90ZXh0IjoiMSIsIl9pZCI6IjU3MGE0NDMifSx7InRpdGxlIjoiUGF5cm9sbCAmIEhSIEFjY291bnRpbmciLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1yZWd1bGFyIiwidmFsdWUiOiJmYXIgZmEtY2xpcGJvYXJkIn0sImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtbGVhZic+PFwvaT4iLCJjb250ZW50IjoiIiwibGluayI6eyJ1cmwiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLXJsZmc1Iiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEiLCJfaWQiOiI5YmU4NjVmIn1dLCJnYXAiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjEsInNpemVzIjpbXX0sImNvbnRlbnRfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjp0cnVlfSwiYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxIiwicmlnaHQiOiIxIiwiYm90dG9tIjoiMSIsImxlZnQiOiIxIiwiaXNMaW5rZWQiOnRydWV9LCJpdGVtX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsIml0ZW1fYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJpdGVtX2JhY2tncm91bmRfY29sb3IiOiIiLCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sImljb25fYmFja2dyb3VuZCI6IiMyMDI4NzAiLCJpY29uX2NvbG9yIjoiI0ZGRkZGRiIsImljb25fd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6NTMsInNpemVzIjpbXX0sImljb25fcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjYwIiwicmlnaHQiOiI2MCIsImJvdHRvbSI6IjYwIiwibGVmdCI6IjYwIiwiaXNMaW5rZWQiOnRydWV9LCJpY29uX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImljb25fYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImljb25fYm9yZGVyX2NvbG9yIjoiIzdBN0E3QSIsInRpdGxlX2NvbG9yIjoiIzE5MTkxOSIsInRleHRfY29sb3IiOiIjMDAwIiwidGV4dF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0ZXh0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSYWxld2F5IiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaWNvbl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInJlbW90ZV9wYXJlbnRfZW5hYmxlIjoidHJ1ZSIsInJlbW90ZV9wYXJlbnRfc3luYyI6InRydWUiLCJyZW1vdGVfcGFyZW50X3N5bmNfbmFtZSI6Imdyb3VwNSIsInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiaXRlbV9ib3JkZXJfYWN0aXZlX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjIiLCJyaWdodCI6IjIiLCJib3R0b20iOiIyIiwibGVmdCI6IjIiLCJpc0xpbmtlZCI6dHJ1ZX0sIml0ZW1fc2hhZG93X2FjdGl2ZV9ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjowLCJibHVyIjo1LCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgyMDIuMDQ5OTk1NDIyMzYzMjgsIDg4LjM3NDkxNjQwMzA2NTQ0LCA4OC4zNzQ5MTY0MDMwNjU0NCwgMC41KSJ9LCJpY29uX3dpZHRoX2FjdGl2ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImljb25fYmFja2dyb3VuZF9hY3RpdmUiOiIjMjAyODcwIiwiZ2FwX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHM6bGltaXQiOjI1MCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHM6Y2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfcmV2aWV3czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9zaGVldHM6Y2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0OmxpbWl0Ijo1LCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdDpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlOmNhY2hlX3RpbWUiOjYwLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdDpjYWNoZV90aW1lIjo2MCwibXVsdGlzb3VyY2VfcG9zdHNfbWF4aXRlbXMiOjEwLCJtdWx0aXNvdXJjZV9wcm9kdWN0c19pbmNsdWRlX2RhdGVfbWV0YV9mb3JtYXQiOiJZbWQiLCJtdWx0aXNvdXJjZV9wcm9kdWN0c19tYXhpdGVtcyI6MTAsIm11bHRpc291cmNlX2l0ZW1zIjpbeyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTEuanBnIn0sIl9pZCI6ImIwMTMwODIifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5Mi5qcGcifSwiX2lkIjoiZGQwZTkyYiJ9LHsiaXRlbV90eXBlIjoieW91dHViZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTMuanBnIn0sInVybF95b3V0dWJlIjoicXJPNFlaZXlsMEkiLCJfaWQiOiI2YTA2MWUwIn0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTUuanBnIn0sIl9pZCI6ImQ2NDcxY2MifSx7Iml0ZW1fdHlwZSI6InZpbWVvIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5NC5qcGcifSwidmltZW9faWQiOiI1ODEwMTQ2NTMiLCJfaWQiOiJjYzRkMzBlIn0seyJpdGVtX3R5cGUiOiJodG1sNSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTYuanBnIn0sInVybF9odG1sNSI6Imh0dHA6XC9cL2NvbW1vbmRhdGFzdG9yYWdlLmdvb2dsZWFwaXMuY29tXC9ndHYtdmlkZW9zLWJ1Y2tldFwvc2FtcGxlXC9CaWdCdWNrQnVubnkubXA0IiwiX2lkIjoiZTc5Y2U1ZiJ9LHsiaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkxLmpwZyJ9LCJfaWQiOiIzYzI4YzYyIn1dLCJtdWx0aXNvdXJjZV9pbnN0YWdyYW1fbnVtX2l0ZW1zIjoxMiwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlOmN1cnJlbmN5IjoiVVNEIiwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlOmluY2x1ZGVfY3VycmVuY2llcyI6IlVTRCwgRVVSLCBKUFksIEdCUCwgQVVELCBDQUQsIENIRiwgQ05ILCBIS0QsIE5aRCIsIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzX2xpbWl0IjoyNTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzX2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3Jldmlld3NfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfc2hlZXRzX2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdF9saW1pdCI6NSwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3RfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZV9jYWNoZV90aW1lIjo2MCwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3RfY291bnRyeSI6IkdCIiwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3RfY2l0eSI6IkxvbmRvbiIsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0X2NhY2hlX3RpbWUiOjYwLCJfcG9zdHR5cGUiOlsicG9zdCJdLCJfdGF4b25vbXkiOlsiY2F0ZWdvcnkiXSwibXVsdGlzb3VyY2VfcnNzX3VybCI6Imh0dHBzOlwvXC93aXJlZC5jb21cL2ZlZWRcL3JzcyIsIm11bHRpc291cmNlX3Jzc19kYXRlX2Zvcm1hdCI6ImRcL21cL1ksIEg6aSIsIm11bHRpc291cmNlX3Jzc19pdGVtc19saW1pdCI6IjAiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwibXVsdGlzb3VyY2VfcG9zdHNfaW5jbHVkZV9kYXRlX21ldGFfZm9ybWF0IjoiWW1kIiwibXVsdGlzb3VyY2VfaW5zdGFncmFtIjoiQGdpYW5sdWNhdmFjY2hpIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InVjYWRkb25fdWNfbWF0ZXJpYWxfYnVsbGV0cyJ9\"]tt</div>nttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-1cc1eea e-flex e-con-boxed e-con e-parent\" data-id=\"1cc1eea\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-189f327 e-con-full e-flex e-con e-child\" data-id=\"189f327\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-5772560 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5772560\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Get in Touch With Us</h2>tttt</div>ntt[elementor-element k=\"48d135c9c720ffbfbc275bd14d372201\" data=\"eyJpZCI6IjZlZmZmNzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXN0YXJ0PVwiMzI5XCIgZGF0YS1lbmQ9XCI1ODFcIj5IYXZlIHF1ZXN0aW9ucyBhYm91dCBvdXIgYWNjb3VudGluZyBvciBmaW5hbmNpYWwgc2VydmljZXM/IDxcL2JyPk91ciB0ZWFtIGlzIHJlYWR5IHRvIHN1cHBvcnQgeW91ciBidXNpbmVzcyB3aXRoIHJlbGlhYmxlLCB0YWlsb3JlZCBzb2x1dGlvbnMuIDxcL2JyPkNvbnRhY3QgdXMgdG9kYXkgYW5kIGxldFx1MjAxOXMgZGlzY3VzcyBob3cgd2UgY2FuIGhlbHAgeW91IGFjaGlldmUgZmluYW5jaWFsIGNsYXJpdHkgYW5kIGNvbXBsaWFuY2UuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjkzLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2R1cmF0aW9uIjoic2xvdyIsIl9hbmltYXRpb25fZGVsYXkiOjMwMCwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]<div class=\"elementor-element elementor-element-f6a1ad6 e-con-full e-flex e-con e-child\" data-id=\"f6a1ad6\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8a838a7 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"8a838a7\" data-element_type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">nttttttt<form class=\"elementor-form\" method=\"post\" name=\"New Form\">nttt<input type=\"hidden\" name=\"post_id\" value=\"113\"/>nttt<input type=\"hidden\" name=\"form_id\" value=\"8a838a7\"/>nttt<input type=\"hidden\" name=\"referer_title\" value=\"\" />nnttttttt<input type=\"hidden\" name=\"queried_id\" value=\"113\"/>ntttnttt<div class=\"elementor-form-fields-wrapper elementor-labels-\">ntttttttt<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\">ntttttttttttt<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">nttttttttNamettttttt</label>ntttttttttttttt<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Name\">nttttttttttt</div>ntttttttt<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">ntttttttttttt<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">nttttttttEmailttttttt</label>ntttttttttttttt<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email\" required=\"required\">nttttttttttt</div>ntttttttt<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_ec19f2c elementor-col-100\">ntttttttttttt<label for=\"form-field-field_ec19f2c\" class=\"elementor-field-label elementor-screen-only\">nttttttttServicesttttttt</label>ntttttttt<div class=\"elementor-field elementor-select-wrapper remove-before \">nttt<div class=\"select-caret-down-wrapper\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"></path></svg>ttt</div>nttt<select name=\"form_fields[field_ec19f2c]\" id=\"form-field-field_ec19f2c\" class=\"elementor-field-textual elementor-size-sm\">nttttttttt<option value=\"Select Services:\">Select Services:</option>nttttttttt<option value=\"Accounting &amp; Bookkeeping\">Accounting &amp; Bookkeeping</option>nttttttttt<option value=\"Financial Reporting\">Financial Reporting</option>nttttttttt<option value=\"Tax Planning &amp; Filing\">Tax Planning &amp; Filing</option>nttttttttt<option value=\"Audit &amp; Assurance\">Audit &amp; Assurance</option>nttttttttt<option value=\"Business Advisory\">Business Advisory</option>nttttttttt<option value=\"Payroll &amp; HR Accounting\">Payroll &amp; HR Accounting</option>nttttttt</select>ntt</div>ntttttt</div>ntttttttt<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">ntttttttttttt<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">nttttttttMessagettttttt</label>ntttttt<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"></textarea>tttt</div>ntttttttt<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">nttttt<button class=\"elementor-button elementor-size-sm\" type=\"submit\">ntttttt<span class=\"elementor-button-content-wrapper\">ntttttttttttttttttttttt<span class=\"elementor-button-text\">Send</span>nttttttttttttt</span>nttttt</button>ntttt</div>nttt</div>ntt</form>ntttttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(1154, 113, '_elementor_css', 'a:6:{s:4:\"time\";i:1767382925;s:5:\"fonts\";a:3:{i:0;s:6:\"Roboto\";i:1;s:5:\"Inter\";i:2;s:7:\"Raleway\";}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:1;s:5:\"solid\";i:3;s:8:\"fa-solid\";i:4;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wprd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1155, 113, '_elementor_element_cache', '{\"timeout\":1767609879,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-cba7991 e-con-full e-flex e-con e-parent\\\" data-id=\\\"cba7991\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-06787ff e-flex e-con-boxed e-con e-child\\\" data-id=\\\"06787ff\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element k=\\\"48d135c9c720ffbfbc275bd14d372201\\\" data=\\\"eyJpZCI6Ijg0ZGQ3ZmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJyZXZzbGlkZXJ0aXRsZSI6IlNsaWRlciAxIiwic2hvcnRjb2RlIjoiW3Jldl9zbGlkZXIgYWxpYXM9XCJzbGlkZXItMVwiIHNsaWRlcnRpdGxlPVwiU2xpZGVyIDFcIl1bXC9yZXZfc2xpZGVyXSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJzbGlkZXJfcmV2b2x1dGlvbiJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-29840a9 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"29840a9\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-6265ae2 e-con-full e-flex e-con e-child\\\" data-id=\\\"6265ae2\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8225497 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"8225497\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">About Us<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"48d135c9c720ffbfbc275bd14d372201\\\" data=\\\"eyJpZCI6IjlmODlkYzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TaGllbGQgQWNjb3VudGluZyBpcyBhbiBlbWVyZ2luZyBhY2NvdW50aW5nIHNlcnZpY2VzIGZpcm0gbGVkIGJ5IHNlYXNvbmVkIGZpbmFuY2UgcHJvZmVzc2lvbmFscy4gV2l0aCBhIHN0cm9uZyBlbXBoYXNpcyBvbiBhY2N1cmFjeSwgY29tcGxpYW5jZSwgYW5kIGNsaWVudCB0cnVzdCwgd2UgaGVscCBidXNpbmVzc2VzIG5hdmlnYXRlIGZpbmFuY2lhbCBhbmQgcmVndWxhdG9yeSBsYW5kc2NhcGVzLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo5Mywic2l6ZXMiOltdfSwiX2FuaW1hdGlvbiI6ImZhZGVJbiIsImFuaW1hdGlvbl9kdXJhdGlvbiI6InNsb3ciLCJfYW5pbWF0aW9uX2RlbGF5IjozMDB9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-26de8f1 elementor-widget elementor-widget-button\\\" data-id=\\\"26de8f1\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Read More<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-38f78d5 e-con-full e-flex e-con e-child\\\" data-id=\\\"38f78d5\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4903c80 elementor-widget elementor-widget-image\\\" data-id=\\\"4903c80\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.3,&quot;sizes&quot;:[]}}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"800\\\" height=\\\"450\\\" src=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1-1024x576.jpg\\\" class=\\\"attachment-large size-large wp-image-20\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1-1024x576.jpg 1024w, https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1-300x169.jpg 300w, https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1-768x432.jpg 768w, https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg 1440w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-cddcce6 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"cddcce6\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-a85c726 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"a85c726\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0ba9227 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"0ba9227\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Our Services<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7627f9b e-flex e-con-boxed e-con e-child\\\" data-id=\\\"7627f9b\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-0a5a26d e-con-full e-flex e-con e-child\\\" data-id=\\\"0a5a26d\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"48d135c9c720ffbfbc275bd14d372201\\\" data=\\\"eyJpZCI6IjRkODVlMDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhdXRvcGxheSI6IiIsInNob3dfaW1hZ2UiOiIiLCJzaG93X2RvdHMiOiIiLCJzaG93X2Fycm93cyI6IiIsInJlbW90ZV9wYXJlbnRfZW5hYmxlIjoidHJ1ZSIsInJlbW90ZV9wYXJlbnRfc3luYyI6InRydWUiLCJyZW1vdGVfcGFyZW50X3N5bmNfbmFtZSI6Imdyb3VwNSIsImhlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjo0OTAsInNpemVzIjpbXX0sInZlcnRpY2FsX2FsaWdubWVudCI6ImZsZXgtZW5kIiwiaG9yaXpvbnRhbF9hbGlnbm1lbnQiOiJmbGV4LXN0YXJ0Iiwib3ZlcmxheV9iYWNrZ3JvdW5kIjoiZ3JhZGllbnQiLCJvdmVybGF5X2NvbG9yIjoiIzAwMDAwMDAwIiwib3ZlcmxheV9jb2xvcl9iIjoiIzAwMDAwMDgwIiwidWVfYmdfb3ZlcmxheV9jb2xvciI6IiIsImNvbnRlbnRfYWxpZ25tZW50IjoibGVmdCIsImJ1dHRvbl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMTAwIiwicmlnaHQiOiIxMDAiLCJib3R0b20iOiIxMDAiLCJsZWZ0IjoiMTAwIiwiaXNMaW5rZWQiOnRydWV9LCJidXR0b25fYmdfY29sb3IiOiIiLCJidXR0b25fYm9yZGVyX2JvcmRlciI6InNvbGlkIiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIiwiaXNMaW5rZWQiOnRydWV9LCJ1Y19pdGVtcyI6W3sidGl0bGUiOiJBY2NvdW50aW5nICYgQm9va2tlZXBpbmciLCJpbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEyXC8xLmpwZyIsImlkIjo5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IkFjY3VyYXRlIG1haW50ZW5hbmNlIG9mIGJvb2tzLCBsZWRnZXJzLCBhbmQgZmluYW5jaWFsIHJlY29yZHMuIiwiYnV0dG9uX3RleHQiOiJSZWFkIE1vcmUiLCJsaW5rIjp7InVybCI6IiMifSwiY29udGVudF9pbWFnZSI6eyJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL2FjX2Fzc2V0c1wvdWNfY29udGVudF9zbGlkZXJfbmV3XC91ZS1sb2dvLnBuZyJ9LCJjb250ZW50X2ljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtcm9ja2V0Jz48XC9pPiIsInRlbXBsYXRlIjoiIiwidGVtcGxhdGVfdGVtcGxhdGVpZCI6IiIsIml0ZW1fcmVwZWF0ZXJfY2xhc3MiOiJlbGVtZW50b3ItcmVwZWF0ZXItaXRlbS05NGllbiIsIl9pZCI6ImM3YjRkOTUifSx7InRpdGxlIjoiRmluYW5jaWFsIFJlcG9ydGluZyIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0ZJbmFuY2UxLmpwZyIsImlkIjoxMDQsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJQcmVwYXJhdGlvbiBvZiBmaW5hbmNpYWwgc3RhdGVtZW50cyBhbGlnbmVkIHdpdGggaW50ZXJuYXRpb25hbCBhbmQgbG9jYWwgc3RhbmRhcmRzLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tMnd2NjIiLCJfaWQiOiJmN2RjODdjIn0seyJ0aXRsZSI6IlRheCBQbGFubmluZyAmIEZpbGluZyIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL1RBWDEuanBnIiwiaWQiOjEwMSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IlRheCBjb21wbGlhbmNlLCBvcHRpbWl6YXRpb24sIGFuZCBmaWxpbmcgc2VydmljZXMgZm9yIGNvcnBvcmF0ZSBhbmQgaW5kaXZpZHVhbCBjbGllbnRzLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0teTVxaDciLCJfaWQiOiIzMGZjMWEwIn0seyJ0aXRsZSI6IkF1ZGl0ICYgQXNzdXJhbmNlIiwiaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvQXVkaXQxLmpwZyIsImlkIjoxMDMsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJJbnRlcm5hbCBhdWRpdCBzdXBwb3J0IGFuZCBhc3N1cmFuY2Ugc2VydmljZXMgdG8gZW5oYW5jZSByZWxpYWJpbGl0eS4iLCJidXR0b25fdGV4dCI6IlJlYWQgTW9yZSIsImxpbmsiOnsidXJsIjoiIyJ9LCJjb250ZW50X2ltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jb250ZW50X3NsaWRlcl9uZXdcL3VlLWxvZ28ucG5nIn0sImNvbnRlbnRfaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwidGVtcGxhdGUiOiIiLCJ0ZW1wbGF0ZV90ZW1wbGF0ZWlkIjoiIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTN0MnpvIiwiX2lkIjoiM2FiYWZkZiJ9LHsidGl0bGUiOiJCdXNpbmVzcyBBZHZpc29yeSIsImltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0Fkdmlzb3IxLmpwZyIsImlkIjoxMDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImNvbnRlbnQiOiJTdHJhdGVnaWMgY29uc3VsdGluZyB0byBpbXByb3ZlIHBlcmZvcm1hbmNlIGFuZCBmaW5hbmNpYWwgZGVjaXNpb25zLiIsImJ1dHRvbl90ZXh0IjoiUmVhZCBNb3JlIiwibGluayI6eyJ1cmwiOiIjIn0sImNvbnRlbnRfaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NvbnRlbnRfc2xpZGVyX25ld1wvdWUtbG9nby5wbmcifSwiY29udGVudF9pY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLXJvY2tldCc+PFwvaT4iLCJ0ZW1wbGF0ZSI6IiIsInRlbXBsYXRlX3RlbXBsYXRlaWQiOiIiLCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tOTRpZW4iLCJfaWQiOiJiMzE4NzM2In0seyJ0aXRsZSI6IlBheXJvbGwgJiBIUiBBY2NvdW50aW5nIiwiaW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvUGF5cm9sbDEuanBnIiwiaWQiOjEwNSwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiY29udGVudCI6IlBheXJvbGwgcHJvY2Vzc2luZywgZW1wbG95ZWUgY29tcGVuc2F0aW9uIHRyYWNraW5nLCBzdGF0dXRvcnkgY29tcGxpYW5jZS4iLCJidXR0b25fdGV4dCI6IlJlYWQgTW9yZSIsImxpbmsiOnsidXJsIjoiIyJ9LCJjb250ZW50X2ltYWdlIjp7InVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jb250ZW50X3NsaWRlcl9uZXdcL3VlLWxvZ28ucG5nIn0sImNvbnRlbnRfaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwidGVtcGxhdGUiOiIiLCJ0ZW1wbGF0ZV90ZW1wbGF0ZWlkIjoiIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTJ3djYyIiwiX2lkIjoiNWZmZTc2NiJ9XSwiX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMjAiLCJyaWdodCI6IjIwIiwiYm90dG9tIjoiMjAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImN1c3RvbV9jc3MiOiJzZWxlY3Rvclxue1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgYm9yZGVyLXJhZGl1czogMjBweDtcbn0iLCJ0ZXh0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRleHRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkludGVyIiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkxpYnJlIEJhc2tlcnZpbGxlIiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjMyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjIxLCJzaXplcyI6W119LCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpsaW1pdCI6MjUwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9yZXZpZXdzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3NoZWV0czpjYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3Q6bGltaXQiOjUsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0OmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6Y2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0OmNhY2hlX3RpbWUiOjYwLCJidXR0b25fdGV4dCI6IkxlYXJuIE1vcmUiLCJtdWx0aXNvdXJjZV9wb3N0c19tYXhpdGVtcyI6MTAsIm11bHRpc291cmNlX3Byb2R1Y3RzX2luY2x1ZGVfZGF0ZV9tZXRhX2Zvcm1hdCI6IlltZCIsIm11bHRpc291cmNlX3Byb2R1Y3RzX21heGl0ZW1zIjoxMCwibXVsdGlzb3VyY2VfaXRlbXMiOlt7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5MS5qcGcifSwiX2lkIjoiZDUyNjJhNiJ9LHsiaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkyLmpwZyJ9LCJfaWQiOiI4NTE0MTMxIn0seyJpdGVtX3R5cGUiOiJ5b3V0dWJlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5My5qcGcifSwidXJsX3lvdXR1YmUiOiJxck80WVpleWwwSSIsIl9pZCI6IjRhYzAzYTMifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5NS5qcGcifSwiX2lkIjoiY2E1MjQ2MCJ9LHsiaXRlbV90eXBlIjoidmltZW8iLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk0LmpwZyJ9LCJ2aW1lb19pZCI6IjU4MTAxNDY1MyIsIl9pZCI6ImJmNDA4NjcifSx7Iml0ZW1fdHlwZSI6Imh0bWw1IiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5Ni5qcGcifSwidXJsX2h0bWw1IjoiaHR0cDpcL1wvY29tbW9uZGF0YXN0b3JhZ2UuZ29vZ2xlYXBpcy5jb21cL2d0di12aWRlb3MtYnVja2V0XC9zYW1wbGVcL0JpZ0J1Y2tCdW5ueS5tcDQiLCJfaWQiOiI0ZjdlZWM3In0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTEuanBnIn0sIl9pZCI6IjhmZDdhMmYifV0sIm11bHRpc291cmNlX2luc3RhZ3JhbV9udW1faXRlbXMiOjEyLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6Y3VycmVuY3kiOiJVU0QiLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2U6aW5jbHVkZV9jdXJyZW5jaWVzIjoiVVNELCBFVVIsIEpQWSwgR0JQLCBBVUQsIENBRCwgQ0hGLCBDTkgsIEhLRCwgTlpEIiwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHNfbGltaXQiOjI1MCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9ldmVudHNfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfcmV2aWV3c19jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9zaGVldHNfY2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0X2xpbWl0Ijo1LCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdF9jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2N1cnJlbmN5X2V4Y2hhbmdlX2NhY2hlX3RpbWUiOjYwLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jb3VudHJ5IjoiR0IiLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jaXR5IjoiTG9uZG9uIiwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3RfY2FjaGVfdGltZSI6NjAsIl9wb3N0dHlwZSI6WyJwb3N0Il0sIl90YXhvbm9teSI6WyJjYXRlZ29yeSJdLCJtdWx0aXNvdXJjZV9yc3NfdXJsIjoiaHR0cHM6XC9cL3dpcmVkLmNvbVwvZmVlZFwvcnNzIiwibXVsdGlzb3VyY2VfcnNzX2RhdGVfZm9ybWF0IjoiZFwvbVwvWSwgSDppIiwibXVsdGlzb3VyY2VfcnNzX2l0ZW1zX2xpbWl0IjoiMCIsInN0YXJ0X2l0ZW1faW5kZXgiOiIwIiwibXVsdGlzb3VyY2VfcG9zdHNfaW5jbHVkZV9kYXRlX21ldGFfZm9ybWF0IjoiWW1kIiwibXVsdGlzb3VyY2VfaW5zdGFncmFtIjoiQGdpYW5sdWNhdmFjY2hpIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InVjYWRkb25fY29udGVudF9zbGlkZXJfbmV3In0=\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-04d2288 e-con-full e-flex e-con e-child\\\" data-id=\\\"04d2288\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"48d135c9c720ffbfbc275bd14d372201\\\" data=\\\"eyJpZCI6Ijc4OWY3NjYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ1Y19pdGVtcyI6W3sidGl0bGUiOiJBY2NvdW50aW5nICYgQm9va2tlZXBpbmciLCJpY29uIjp7ImxpYnJhcnkiOiJmYS1zb2xpZCIsInZhbHVlIjoiZmFzIGZhLWNhbGN1bGF0b3IifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tNHQ3djYiLCJfaWQiOiJlYTJiYzZiIiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEifSx7InRpdGxlIjoiRmluYW5jaWFsIFJlcG9ydGluZyIsImljb24iOnsibGlicmFyeSI6ImZhLXJlZ3VsYXIiLCJ2YWx1ZSI6ImZhciBmYS1jaGFydC1iYXIifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1sZWFmJz48XC9pPiIsImNvbnRlbnQiOiIiLCJsaW5rIjp7InVybCI6IiJ9LCJpdGVtX3JlcGVhdGVyX2NsYXNzIjoiZWxlbWVudG9yLXJlcGVhdGVyLWl0ZW0tcmxmZzUiLCJfaWQiOiJhZjI0M2U3Iiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEifSx7InRpdGxlIjoiVGF4IFBsYW5uaW5nICYgRmlsaW5nIiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtcmVndWxhciIsInZhbHVlIjoiZmFyIGZhLW1vbmV5LWJpbGwtYWx0In0sImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtbGVhZic+PFwvaT4iLCJjb250ZW50IjoiIiwibGluayI6eyJ1cmwiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLWM0bWJmIiwiX2lkIjoiYTQ4YmI2MiIsIm92ZXJyaWRlX2NvbG9ycyI6InRydWUiLCJpY29uX3RleHQiOiIxIn0seyJ0aXRsZSI6IkF1ZGl0ICYgQXNzdXJhbmNlIiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtcmVndWxhciIsInZhbHVlIjoiZmFyIGZhLWNyZWRpdC1jYXJkIn0sImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtbGVhZic+PFwvaT4iLCJjb250ZW50IjoiIiwibGluayI6eyJ1cmwiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLWliZXVhIiwiX2lkIjoiYjQyNjcwOCIsIm92ZXJyaWRlX2NvbG9ycyI6InRydWUiLCJpY29uX3RleHQiOiIxIn0seyJ0aXRsZSI6IkJ1c2luZXNzIEFkdmlzb3J5IiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtc29saWQiLCJ2YWx1ZSI6ImZhcyBmYS1idXNpbmVzcy10aW1lIn0sImljb25faHRtbCI6IjxpIGNsYXNzPSdmYXMgZmEtbGVhZic+PFwvaT4iLCJjb250ZW50IjoiIiwibGluayI6eyJ1cmwiOiIifSwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLTR0N3Y2Iiwib3ZlcnJpZGVfY29sb3JzIjoidHJ1ZSIsImljb25fdGV4dCI6IjEiLCJfaWQiOiI1NzBhNDQzIn0seyJ0aXRsZSI6IlBheXJvbGwgJiBIUiBBY2NvdW50aW5nIiwiaWNvbiI6eyJsaWJyYXJ5IjoiZmEtcmVndWxhciIsInZhbHVlIjoiZmFyIGZhLWNsaXBib2FyZCJ9LCJpY29uX2h0bWwiOiI8aSBjbGFzcz0nZmFzIGZhLWxlYWYnPjxcL2k+IiwiY29udGVudCI6IiIsImxpbmsiOnsidXJsIjoiIn0sIml0ZW1fcmVwZWF0ZXJfY2xhc3MiOiJlbGVtZW50b3ItcmVwZWF0ZXItaXRlbS1ybGZnNSIsIm92ZXJyaWRlX2NvbG9ycyI6InRydWUiLCJpY29uX3RleHQiOiIxIiwiX2lkIjoiOWJlODY1ZiJ9XSwiZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjIxLCJzaXplcyI6W119LCJjb250ZW50X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6dHJ1ZX0sImJvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwiaXRlbV9ib3JkZXJfYm9yZGVyIjoic29saWQiLCJpdGVtX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiaXRlbV9iYWNrZ3JvdW5kX2NvbG9yIjoiIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJpY29uX2JhY2tncm91bmQiOiIjMjAyODcwIiwiaWNvbl9jb2xvciI6IiNGRkZGRkYiLCJpY29uX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjUzLCJzaXplcyI6W119LCJpY29uX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI2MCIsInJpZ2h0IjoiNjAiLCJib3R0b20iOiI2MCIsImxlZnQiOiI2MCIsImlzTGlua2VkIjp0cnVlfSwiaWNvbl9ib3JkZXJfYm9yZGVyIjoic29saWQiLCJpY29uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJpY29uX2JvcmRlcl9jb2xvciI6IiM3QTdBN0EiLCJ0aXRsZV9jb2xvciI6IiMxOTE5MTkiLCJ0ZXh0X2NvbG9yIjoiIzAwMCIsInRleHRfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUmFsZXdheSIsInRleHRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInRleHRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImljb25fcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJyZW1vdGVfcGFyZW50X2VuYWJsZSI6InRydWUiLCJyZW1vdGVfcGFyZW50X3N5bmMiOiJ0cnVlIiwicmVtb3RlX3BhcmVudF9zeW5jX25hbWUiOiJncm91cDUiLCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsIml0ZW1fYm9yZGVyX2FjdGl2ZV93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIiwiaXNMaW5rZWQiOnRydWV9LCJpdGVtX3NoYWRvd19hY3RpdmVfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6NSwic3ByZWFkIjowLCJjb2xvciI6InJnYmEoMjAyLjA0OTk5NTQyMjM2MzI4LCA4OC4zNzQ5MTY0MDMwNjU0NCwgODguMzc0OTE2NDAzMDY1NDQsIDAuNSkifSwiaWNvbl93aWR0aF9hY3RpdmUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJpY29uX2JhY2tncm91bmRfYWN0aXZlIjoiIzIwMjg3MCIsImdhcF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzOmxpbWl0IjoyNTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfZXZlbnRzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3Jldmlld3M6Y2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9nb29nbGVfc2hlZXRzOmNhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfeW91dHViZV9wbGF5bGlzdDpsaW1pdCI6NSwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3Q6Y2FjaGVfdGltZSI6MTAsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZTpjYWNoZV90aW1lIjo2MCwibXVsdGlzb3VyY2VfYXBpX3dlYXRoZXJfZm9yZWNhc3Q6Y2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX3Bvc3RzX21heGl0ZW1zIjoxMCwibXVsdGlzb3VyY2VfcHJvZHVjdHNfaW5jbHVkZV9kYXRlX21ldGFfZm9ybWF0IjoiWW1kIiwibXVsdGlzb3VyY2VfcHJvZHVjdHNfbWF4aXRlbXMiOjEwLCJtdWx0aXNvdXJjZV9pdGVtcyI6W3siaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkxLmpwZyJ9LCJfaWQiOiJiMDEzMDgyIn0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTIuanBnIn0sIl9pZCI6ImRkMGU5MmIifSx7Iml0ZW1fdHlwZSI6InlvdXR1YmUiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnkzLmpwZyJ9LCJ1cmxfeW91dHViZSI6InFyTzRZWmV5bDBJIiwiX2lkIjoiNmEwNjFlMCJ9LHsiaXRlbV90eXBlIjoiaW1hZ2UiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk1LmpwZyJ9LCJfaWQiOiJkNjQ3MWNjIn0seyJpdGVtX3R5cGUiOiJ2aW1lbyIsImltYWdlIjp7ImlkIjowLCJ1cmwiOiJodHRwczpcL1wvcmVtYXJrM2RlbW9zMy5jb21cL3NoaWVsZGFjY291bnRpbmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL3VubGltaXRlZC1lbGVtZW50cy1mb3ItZWxlbWVudG9yLXByZW1pdW1cL2ltYWdlc1wvZ2FsbGVyeTQuanBnIn0sInZpbWVvX2lkIjoiNTgxMDE0NjUzIiwiX2lkIjoiY2M0ZDMwZSJ9LHsiaXRlbV90eXBlIjoiaHRtbDUiLCJpbWFnZSI6eyJpZCI6MCwidXJsIjoiaHR0cHM6XC9cL3JlbWFyazNkZW1vczMuY29tXC9zaGllbGRhY2NvdW50aW5nXC93cC1jb250ZW50XC9wbHVnaW5zXC91bmxpbWl0ZWQtZWxlbWVudHMtZm9yLWVsZW1lbnRvci1wcmVtaXVtXC9pbWFnZXNcL2dhbGxlcnk2LmpwZyJ9LCJ1cmxfaHRtbDUiOiJodHRwOlwvXC9jb21tb25kYXRhc3RvcmFnZS5nb29nbGVhcGlzLmNvbVwvZ3R2LXZpZGVvcy1idWNrZXRcL3NhbXBsZVwvQmlnQnVja0J1bm55Lm1wNCIsIl9pZCI6ImU3OWNlNWYifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjAsInVybCI6Imh0dHBzOlwvXC9yZW1hcmszZGVtb3MzLmNvbVwvc2hpZWxkYWNjb3VudGluZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvdW5saW1pdGVkLWVsZW1lbnRzLWZvci1lbGVtZW50b3ItcHJlbWl1bVwvaW1hZ2VzXC9nYWxsZXJ5MS5qcGcifSwiX2lkIjoiM2MyOGM2MiJ9XSwibXVsdGlzb3VyY2VfaW5zdGFncmFtX251bV9pdGVtcyI6MTIsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZTpjdXJyZW5jeSI6IlVTRCIsIm11bHRpc291cmNlX2FwaV9jdXJyZW5jeV9leGNoYW5nZTppbmNsdWRlX2N1cnJlbmNpZXMiOiJVU0QsIEVVUiwgSlBZLCBHQlAsIEFVRCwgQ0FELCBDSEYsIENOSCwgSEtELCBOWkQiLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50c19saW1pdCI6MjUwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX2V2ZW50c19jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX2dvb2dsZV9yZXZpZXdzX2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfZ29vZ2xlX3NoZWV0c19jYWNoZV90aW1lIjoxMCwibXVsdGlzb3VyY2VfYXBpX3lvdXR1YmVfcGxheWxpc3RfbGltaXQiOjUsIm11bHRpc291cmNlX2FwaV95b3V0dWJlX3BsYXlsaXN0X2NhY2hlX3RpbWUiOjEwLCJtdWx0aXNvdXJjZV9hcGlfY3VycmVuY3lfZXhjaGFuZ2VfY2FjaGVfdGltZSI6NjAsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0X2NvdW50cnkiOiJHQiIsIm11bHRpc291cmNlX2FwaV93ZWF0aGVyX2ZvcmVjYXN0X2NpdHkiOiJMb25kb24iLCJtdWx0aXNvdXJjZV9hcGlfd2VhdGhlcl9mb3JlY2FzdF9jYWNoZV90aW1lIjo2MCwiX3Bvc3R0eXBlIjpbInBvc3QiXSwiX3RheG9ub215IjpbImNhdGVnb3J5Il0sIm11bHRpc291cmNlX3Jzc191cmwiOiJodHRwczpcL1wvd2lyZWQuY29tXC9mZWVkXC9yc3MiLCJtdWx0aXNvdXJjZV9yc3NfZGF0ZV9mb3JtYXQiOiJkXC9tXC9ZLCBIOmkiLCJtdWx0aXNvdXJjZV9yc3NfaXRlbXNfbGltaXQiOiIwIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sIm11bHRpc291cmNlX3Bvc3RzX2luY2x1ZGVfZGF0ZV9tZXRhX2Zvcm1hdCI6IlltZCIsIm11bHRpc291cmNlX2luc3RhZ3JhbSI6IkBnaWFubHVjYXZhY2NoaSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ1Y2FkZG9uX3VjX21hdGVyaWFsX2J1bGxldHMifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1cc1eea e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"1cc1eea\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-189f327 e-con-full e-flex e-con e-child\\\" data-id=\\\"189f327\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5772560 animated-slow elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"5772560\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get in Touch With Us<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"48d135c9c720ffbfbc275bd14d372201\\\" data=\\\"eyJpZCI6IjZlZmZmNzYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXN0YXJ0PVwiMzI5XCIgZGF0YS1lbmQ9XCI1ODFcIj5IYXZlIHF1ZXN0aW9ucyBhYm91dCBvdXIgYWNjb3VudGluZyBvciBmaW5hbmNpYWwgc2VydmljZXM\\/IDxcL2JyPk91ciB0ZWFtIGlzIHJlYWR5IHRvIHN1cHBvcnQgeW91ciBidXNpbmVzcyB3aXRoIHJlbGlhYmxlLCB0YWlsb3JlZCBzb2x1dGlvbnMuIDxcL2JyPkNvbnRhY3QgdXMgdG9kYXkgYW5kIGxldFx1MjAxOXMgZGlzY3VzcyBob3cgd2UgY2FuIGhlbHAgeW91IGFjaGlldmUgZmluYW5jaWFsIGNsYXJpdHkgYW5kIGNvbXBsaWFuY2UuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjkzLCJzaXplcyI6W119LCJfYW5pbWF0aW9uIjoiZmFkZUluIiwiYW5pbWF0aW9uX2R1cmF0aW9uIjoic2xvdyIsIl9hbmltYXRpb25fZGVsYXkiOjMwMCwiYWxpZ24iOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]<div class=\\\"elementor-element elementor-element-f6a1ad6 e-con-full e-flex e-con e-child\\\" data-id=\\\"f6a1ad6\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8a838a7 elementor-button-align-stretch elementor-widget elementor-widget-form\\\" data-id=\\\"8a838a7\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\\\" data-widget_type=\\\"form.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<form class=\\\"elementor-form\\\" method=\\\"post\\\" name=\\\"New Form\\\">\\n\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"post_id\\\" value=\\\"113\\\"\\/>\\n\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"form_id\\\" value=\\\"8a838a7\\\"\\/>\\n\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"referer_title\\\" value=\\\"\\\" \\/>\\n\\n\\t\\t\\t\\t\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"queried_id\\\" value=\\\"113\\\"\\/>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\\"elementor-form-fields-wrapper elementor-labels-\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-name\\\" class=\\\"elementor-field-label elementor-screen-only\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tName\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<input size=\\\"1\\\" type=\\\"text\\\" name=\\\"form_fields[name]\\\" id=\\\"form-field-name\\\" class=\\\"elementor-field elementor-size-sm  elementor-field-textual\\\" placeholder=\\\"Name\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-email\\\" class=\\\"elementor-field-label elementor-screen-only\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tEmail\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<input size=\\\"1\\\" type=\\\"email\\\" name=\\\"form_fields[email]\\\" id=\\\"form-field-email\\\" class=\\\"elementor-field elementor-size-sm  elementor-field-textual\\\" placeholder=\\\"Email\\\" required=\\\"required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_ec19f2c elementor-col-100\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-field_ec19f2c\\\" class=\\\"elementor-field-label elementor-screen-only\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tServices\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field elementor-select-wrapper remove-before \\\">\\n\\t\\t\\t<div class=\\\"select-caret-down-wrapper\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-eicon-caret-down\\\" viewBox=\\\"0 0 571.4 571.4\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t\\t<select name=\\\"form_fields[field_ec19f2c]\\\" id=\\\"form-field-field_ec19f2c\\\" class=\\\"elementor-field-textual elementor-size-sm\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Select Services:\\\">Select Services:<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Accounting &amp; Bookkeeping\\\">Accounting &amp; Bookkeeping<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Financial Reporting\\\">Financial Reporting<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Tax Planning &amp; Filing\\\">Tax Planning &amp; Filing<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Audit &amp; Assurance\\\">Audit &amp; Assurance<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Business Advisory\\\">Business Advisory<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Payroll &amp; HR Accounting\\\">Payroll &amp; HR Accounting<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t<\\/select>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-message\\\" class=\\\"elementor-field-label elementor-screen-only\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tMessage\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t<textarea class=\\\"elementor-field-textual elementor-field  elementor-size-sm\\\" name=\\\"form_fields[message]\\\" id=\\\"form-field-message\\\" rows=\\\"4\\\" placeholder=\\\"Message\\\"><\\/textarea>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\\\">\\n\\t\\t\\t\\t\\t<button class=\\\"elementor-button elementor-size-sm\\\" type=\\\"submit\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Send<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/button>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/form>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');

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

--
-- Table structure for table `wprd_posts`
--

CREATE TABLE `wprd_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_posts`
--

INSERT INTO `wprd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2025-12-30 19:03:43', '2025-12-30 19:03:43', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2025-12-30 19:03:43', '2025-12-30 19:03:43', '', 0, 'https://remark3demos3.com/shieldaccounting/?p=1', 0, 'post', '', 1),
(2, 1, '2025-12-30 19:03:43', '2025-12-30 19:03:43', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://remark3demos3.com/shieldaccounting/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2025-12-30 19:03:43', '2025-12-30 19:03:43', '', 0, 'https://remark3demos3.com/shieldaccounting/?page_id=2', 0, 'page', '', 0),
(3, 1, '2025-12-30 19:03:43', '2025-12-30 19:03:43', '<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://remark3demos3.com/shieldaccounting.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2025-12-30 19:03:43', '2025-12-30 19:03:43', '', 0, 'https://remark3demos3.com/shieldaccounting/?page_id=3', 0, 'page', '', 0),
(4, 0, '2025-12-30 19:03:48', '2025-12-30 19:03:48', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2025-12-30 19:03:48', '2025-12-30 19:03:48', '', 0, 'https://remark3demos3.com/shieldaccounting/2025/12/30/navigation/', 0, 'wp_navigation', '', 0),
(5, 1, '2025-12-30 19:04:06', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2025-12-30 19:04:06', '0000-00-00 00:00:00', '', 0, 'https://remark3demos3.com/shieldaccounting/?p=5', 0, 'post', '', 0),
(6, 1, '2025-12-30 19:10:58', '2025-12-30 19:10:58', '{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-hello-elementor', '', '', '2025-12-30 19:10:58', '2025-12-30 19:10:58', '', 0, 'https://remark3demos3.com/shieldaccounting/2025/12/30/wp-global-styles-hello-elementor/', 0, 'wp_global_styles', '', 0),
(7, 1, '2025-12-30 19:39:03', '2025-12-30 19:39:03', '{\n    \"blogname\": {\n        \"value\": \"Shield Accounting\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-12-30 19:29:33\"\n    },\n    \"blogdescription\": {\n        \"value\": \"Accounting, Auditing & Financial Services\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-12-30 19:30:20\"\n    },\n    \"site_icon\": {\n        \"value\": 9,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-12-30 19:39:03\"\n    },\n    \"hello-elementor::custom_logo\": {\n        \"value\": 11,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-12-30 19:39:03\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'cb61280a-3ac4-40c5-b0be-59bb477762b8', '', '', '2025-12-30 19:39:03', '2025-12-30 19:39:03', '', 0, 'https://remark3demos3.com/shieldaccounting/?p=7', 0, 'customize_changeset', '', 0),
(8, 1, '2025-12-30 19:38:24', '2025-12-30 19:38:24', '', '', '', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2025-12-30 19:38:28', '2025-12-30 19:38:28', '', 0, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/favicon.jpg', 0, 'attachment', 'image/jpeg', 0),
(9, 1, '2025-12-30 19:38:29', '2025-12-30 19:38:29', 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/cropped-favicon.jpg', 'cropped-favicon.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-favicon-jpg', '', '', '2025-12-30 19:38:29', '2025-12-30 19:38:29', '', 8, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/cropped-favicon.jpg', 0, 'attachment', 'image/jpeg', 0),
(10, 1, '2025-12-30 19:38:44', '2025-12-30 19:38:44', '', 'Shield-Logo', '', 'inherit', 'open', 'closed', '', 'shield-logo', '', '', '2025-12-30 19:38:44', '2025-12-30 19:38:44', '', 0, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield-Logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(11, 1, '2025-12-30 19:38:57', '2025-12-30 19:38:57', 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/cropped-Shield-Logo.jpg', 'cropped-Shield-Logo.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-shield-logo-jpg', '', '', '2025-12-30 19:38:57', '2025-12-30 19:38:57', '', 10, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/cropped-Shield-Logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(12, 1, '2025-12-30 19:39:34', '2025-12-30 19:39:34', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2025-12-30 21:20:00', '2025-12-30 21:20:00', '', 0, 'https://remark3demos3.com/shieldaccounting/?p=12', 0, 'elementor_library', '', 0),
(13, 1, '2025-12-30 19:40:34', '0000-00-00 00:00:00', '', 'Elementor #13', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-12-30 19:40:34', '2025-12-30 19:40:34', '', 0, 'https://remark3demos3.com/shieldaccounting/?page_id=13', 0, 'page', '', 0),
(14, 1, '2025-12-30 19:40:34', '2025-12-30 19:40:34', '', 'Elementor #13', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2025-12-30 19:40:34', '2025-12-30 19:40:34', '', 13, 'https://remark3demos3.com/shieldaccounting/?p=14', 0, 'revision', '', 0),
(17, 1, '2025-12-30 20:14:16', '2025-12-30 20:14:16', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"1440\" height=\"810\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg 1440w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-768x432.jpg 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />																<h2>Our Services</h2>				\n<!-- start Expanding Content Cards -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Expanding Content Cards */\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper {\n  box-sizing: border-box;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper{\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n  display: flex;\n  align-items: center;\n  flex-direction: row;\n  justify-content: center;\n  min-width: 200px;\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option {\n  box-sizing: border-box;\n  display: flex;\n  position: relative;\n  overflow: hidden;\n  cursor: pointer;\n  justify-content: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n  content: \"\";\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  top: 0;\n  left: 0;\n  transition: all .3s;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active::after{\n      backdrop-filter: none;\n      -webkit-backdrop-filter: none;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active {\n  flex-grow: 10000;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) {\n  justify-content: center;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_shadow {\n    position: absolute;\n    bottom: 0px;\n    left: 0px;\n    right: 0px;\n    height: 100%;\n    z-index:1;\n    transition: 1200ms;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_option:not(.active) .ue_label {\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label {\n  display: flex;\n  z-index:2;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label{\n  animation-name: sub-content-fade;\n}\n@keyframes sub-content-fade{\n  0%   {opacity:0;}\n  80%  {opacity:0;}\n  100% {opacity:1;}\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label .ue_info > div {\n    left: 0px;\n    width:100%;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div:not(.ue_icon, .ue_main) {\n    left: 0px;\n    opacity: 0;\n    width: 0px;\n    height: 0px;\n    transition: width 0ms;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label .ue_info > div {\n    position: relative;\n      }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper  .ue_options .ue_option .ue_label .ue_info {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n    margin-left: 0px!important;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main{\n    opacity: 1;\n    width: auto;\n    height: auto;\n    writing-mode: vertical-rl;\n    text-orientation: mixed;\n    text-decoration: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n    height:0;\n    margin-top: 0px;\n  }\n@media screen and (max-width: 150px) {\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .active.ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n    display: grid;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option{\n      width: 100%;\n  }\n            #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n        margin-left: 0px!important;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main {\n        opacity: 1;\n        width: auto;\n        height: auto;\n        writing-mode: horizontal-tb;\n        text-orientation: mixed;\n        text-decoration: none;\n        transform: rotate(0deg);\n      }\n          #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div {\n        opacity:1;\n        width:100%;\n        height:auto;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n        height:auto;\n      }\n}\n#uc_expanding_content_cards_elementor_87db908_item1{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item2{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/FInance1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item3{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/TAX1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item4{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Audit1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item5{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Advisor1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item6{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n</style>\n      Accounting &amp; Bookkeeping                      Accurate maintenance of books, ledgers, and financial records.         \n      Financial Reporting                      Preparation of financial statements aligned with international and local standards.         \n      Tax Planning &amp; Filing                      Tax compliance, optimization, and filing services for corporate and individual clients.         \n      Audit &amp; Assurance                      Internal audit support and assurance services to enhance reliability.         \n      Business Advisory                      Strategic consulting to improve performance and financial decisions.         \n      Payroll &amp; HR Accounting                      Payroll processing, employee compensation tracking, statutory compliance.         \n<!-- end Expanding Content Cards -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home Demo', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2025-12-31 03:10:24', '2025-12-31 03:10:24', '', 0, 'https://remark3demos3.com/shieldaccounting/?page_id=17', 0, 'page', '', 0),
(18, 1, '2025-12-30 20:14:16', '2025-12-30 20:14:16', '', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 20:14:16', '2025-12-30 20:14:16', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=18', 0, 'revision', '', 0),
(20, 1, '2025-12-30 20:24:42', '2025-12-30 20:24:42', '', 'Shield1', '', 'inherit', 'open', 'closed', '', 'shield1', '', '', '2025-12-30 20:24:42', '2025-12-30 20:24:42', '', 0, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg', 0, 'attachment', 'image/jpeg', 0),
(21, 1, '2025-12-30 20:24:49', '2025-12-30 20:24:49', '', 'Shield2', '', 'inherit', 'open', 'closed', '', 'shield2', '', '', '2025-12-30 20:24:49', '2025-12-30 20:24:49', '', 0, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg', 0, 'attachment', 'image/jpeg', 0),
(22, 1, '2025-12-30 20:25:14', '2025-12-30 20:25:14', '', 'Shield3', '', 'inherit', 'open', 'closed', '', 'shield3', '', '', '2025-12-30 20:25:14', '2025-12-30 20:25:14', '', 0, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield3.jpg', 0, 'attachment', 'image/jpeg', 0),
(24, 1, '2025-12-30 20:57:24', '2025-12-30 20:57:24', '', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 20:57:24', '2025-12-30 20:57:24', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=24', 0, 'revision', '', 0),
(25, 1, '2025-12-30 20:57:24', '2025-12-30 20:57:24', '', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 20:57:24', '2025-12-30 20:57:24', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=25', 0, 'revision', '', 0),
(26, 1, '2025-12-30 20:57:25', '2025-12-30 20:57:25', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 20:57:25', '2025-12-30 20:57:25', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=26', 0, 'revision', '', 0),
(27, 1, '2025-12-30 21:04:04', '2025-12-30 21:04:04', ' ', '', '', 'publish', 'closed', 'closed', '', '27', '', '', '2025-12-30 21:04:04', '2025-12-30 21:04:04', '', 0, 'https://remark3demos3.com/shieldaccounting/?p=27', 1, 'nav_menu_item', '', 0),
(28, 1, '2025-12-30 21:04:04', '2025-12-30 21:04:04', '', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2025-12-30 21:04:04', '2025-12-30 21:04:04', '', 0, 'https://remark3demos3.com/shieldaccounting/?p=28', 2, 'nav_menu_item', '', 0),
(29, 1, '2025-12-30 21:04:04', '2025-12-30 21:04:04', '', 'Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2025-12-30 21:04:04', '2025-12-30 21:04:04', '', 0, 'https://remark3demos3.com/shieldaccounting/?p=29', 3, 'nav_menu_item', '', 0),
(30, 1, '2025-12-30 21:04:04', '2025-12-30 21:04:04', '', 'Careers', '', 'publish', 'closed', 'closed', '', 'careers', '', '', '2025-12-30 21:04:04', '2025-12-30 21:04:04', '', 0, 'https://remark3demos3.com/shieldaccounting/?p=30', 4, 'nav_menu_item', '', 0),
(31, 1, '2025-12-30 21:04:05', '2025-12-30 21:04:05', '', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2025-12-30 21:04:05', '2025-12-30 21:04:05', '', 0, 'https://remark3demos3.com/shieldaccounting/?p=31', 5, 'nav_menu_item', '', 0),
(33, 1, '2025-12-30 21:07:28', '2025-12-30 21:07:28', '<a href=\"#\">\n									Get A Quote \n					</a>', 'Elementor Header #33', '', 'publish', 'closed', 'closed', '', 'elementor-header-33', '', '', '2025-12-30 21:35:55', '2025-12-30 21:35:55', '', 0, 'https://remark3demos3.com/shieldaccounting/?post_type=elementor_library&#038;p=33', 0, 'elementor_library', '', 0),
(34, 1, '2025-12-30 21:07:28', '2025-12-30 21:07:28', '', 'Elementor Header #33', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2025-12-30 21:07:28', '2025-12-30 21:07:28', '', 33, 'https://remark3demos3.com/shieldaccounting/?p=34', 0, 'revision', '', 0),
(35, 1, '2025-12-30 21:16:42', '2025-12-30 21:16:42', '<a href=\"#\">\n									Get A Quote \n					</a>', 'Elementor Header #33', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2025-12-30 21:16:42', '2025-12-30 21:16:42', '', 33, 'https://remark3demos3.com/shieldaccounting/?p=35', 0, 'revision', '', 0),
(36, 1, '2025-12-30 21:19:59', '2025-12-30 21:19:59', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2025-12-30 21:19:59', '2025-12-30 21:19:59', '', 12, 'https://remark3demos3.com/shieldaccounting/?p=36', 0, 'revision', '', 0),
(37, 1, '2025-12-30 21:20:00', '2025-12-30 21:20:00', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2025-12-30 21:20:00', '2025-12-30 21:20:00', '', 12, 'https://remark3demos3.com/shieldaccounting/?p=37', 0, 'revision', '', 0),
(38, 1, '2025-12-30 21:25:15', '2025-12-30 21:25:15', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 21:25:15', '2025-12-30 21:25:15', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=38', 0, 'revision', '', 0),
(39, 1, '2025-12-30 21:25:15', '2025-12-30 21:25:15', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 21:25:15', '2025-12-30 21:25:15', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=39', 0, 'revision', '', 0),
(40, 1, '2025-12-30 21:25:17', '2025-12-30 21:25:17', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 21:25:17', '2025-12-30 21:25:17', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=40', 0, 'revision', '', 0),
(42, 1, '2025-12-30 21:30:28', '2025-12-30 21:30:28', '<a href=\"#\">\n									Get A Quote \n					</a>', 'Elementor Header #33', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2025-12-30 21:30:28', '2025-12-30 21:30:28', '', 33, 'https://remark3demos3.com/shieldaccounting/?p=42', 0, 'revision', '', 0),
(43, 1, '2025-12-30 21:30:28', '2025-12-30 21:30:28', '<a href=\"#\">\n									Get A Quote \n					</a>', 'Elementor Header #33', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2025-12-30 21:30:28', '2025-12-30 21:30:28', '', 33, 'https://remark3demos3.com/shieldaccounting/?p=43', 0, 'revision', '', 0),
(44, 1, '2025-12-30 21:32:07', '2025-12-30 21:32:07', '<a href=\"#\">\n									Get A Quote \n					</a>', 'Elementor Header #33', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2025-12-30 21:32:07', '2025-12-30 21:32:07', '', 33, 'https://remark3demos3.com/shieldaccounting/?p=44', 0, 'revision', '', 0),
(45, 1, '2025-12-30 21:33:33', '2025-12-30 21:33:33', '<a href=\"#\">\n									Get A Quote \n					</a>', 'Elementor Header #33', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2025-12-30 21:33:33', '2025-12-30 21:33:33', '', 33, 'https://remark3demos3.com/shieldaccounting/?p=45', 0, 'revision', '', 0),
(46, 1, '2025-12-30 21:35:55', '2025-12-30 21:35:55', '<a href=\"#\">\n									Get A Quote \n					</a>', 'Elementor Header #33', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2025-12-30 21:35:55', '2025-12-30 21:35:55', '', 33, 'https://remark3demos3.com/shieldaccounting/?p=46', 0, 'revision', '', 0),
(47, 1, '2025-12-30 22:58:24', '2025-12-30 22:58:24', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 22:58:24', '2025-12-30 22:58:24', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=47', 0, 'revision', '', 0),
(48, 1, '2025-12-30 22:58:24', '2025-12-30 22:58:24', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 22:58:24', '2025-12-30 22:58:24', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=48', 0, 'revision', '', 0),
(49, 1, '2025-12-30 22:58:24', '2025-12-30 22:58:24', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 22:58:24', '2025-12-30 22:58:24', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=49', 0, 'revision', '', 0),
(50, 1, '2025-12-30 23:05:43', '2025-12-30 23:05:43', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:05:43', '2025-12-30 23:05:43', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=50', 0, 'revision', '', 0),
(51, 1, '2025-12-30 23:05:43', '2025-12-30 23:05:43', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:05:43', '2025-12-30 23:05:43', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=51', 0, 'revision', '', 0),
(52, 1, '2025-12-30 23:05:43', '2025-12-30 23:05:43', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:05:43', '2025-12-30 23:05:43', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=52', 0, 'revision', '', 0),
(53, 1, '2025-12-30 23:06:33', '2025-12-30 23:06:33', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:06:33', '2025-12-30 23:06:33', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=53', 0, 'revision', '', 0),
(54, 1, '2025-12-30 23:06:33', '2025-12-30 23:06:33', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:06:33', '2025-12-30 23:06:33', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=54', 0, 'revision', '', 0),
(55, 1, '2025-12-30 23:06:33', '2025-12-30 23:06:33', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:06:33', '2025-12-30 23:06:33', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=55', 0, 'revision', '', 0),
(56, 1, '2025-12-30 23:07:03', '2025-12-30 23:07:03', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:07:03', '2025-12-30 23:07:03', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=56', 0, 'revision', '', 0),
(57, 1, '2025-12-30 23:07:04', '2025-12-30 23:07:04', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:07:04', '2025-12-30 23:07:04', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=57', 0, 'revision', '', 0),
(58, 1, '2025-12-30 23:07:04', '2025-12-30 23:07:04', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:07:04', '2025-12-30 23:07:04', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=58', 0, 'revision', '', 0),
(59, 1, '2025-12-30 23:11:32', '2025-12-30 23:11:32', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:11:32', '2025-12-30 23:11:32', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=59', 0, 'revision', '', 0),
(60, 1, '2025-12-30 23:11:33', '2025-12-30 23:11:33', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:11:33', '2025-12-30 23:11:33', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=60', 0, 'revision', '', 0),
(61, 1, '2025-12-30 23:11:33', '2025-12-30 23:11:33', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:11:33', '2025-12-30 23:11:33', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=61', 0, 'revision', '', 0),
(62, 1, '2025-12-30 23:11:55', '2025-12-30 23:11:55', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:11:55', '2025-12-30 23:11:55', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=62', 0, 'revision', '', 0),
(63, 1, '2025-12-30 23:11:55', '2025-12-30 23:11:55', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:11:55', '2025-12-30 23:11:55', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=63', 0, 'revision', '', 0),
(64, 1, '2025-12-30 23:11:55', '2025-12-30 23:11:55', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:11:55', '2025-12-30 23:11:55', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=64', 0, 'revision', '', 0),
(65, 1, '2025-12-30 23:13:09', '2025-12-30 23:13:09', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:13:09', '2025-12-30 23:13:09', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=65', 0, 'revision', '', 0),
(66, 1, '2025-12-30 23:13:09', '2025-12-30 23:13:09', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:13:09', '2025-12-30 23:13:09', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=66', 0, 'revision', '', 0),
(67, 1, '2025-12-30 23:13:10', '2025-12-30 23:13:10', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:13:10', '2025-12-30 23:13:10', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=67', 0, 'revision', '', 0);
INSERT INTO `wprd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(68, 1, '2025-12-30 23:13:30', '2025-12-30 23:13:30', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:13:30', '2025-12-30 23:13:30', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=68', 0, 'revision', '', 0),
(69, 1, '2025-12-30 23:13:30', '2025-12-30 23:13:30', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:13:30', '2025-12-30 23:13:30', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=69', 0, 'revision', '', 0),
(70, 1, '2025-12-30 23:13:31', '2025-12-30 23:13:31', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-30 23:13:31', '2025-12-30 23:13:31', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=70', 0, 'revision', '', 0),
(72, 1, '2025-12-30 23:58:53', '2025-12-30 23:58:53', '', 'Expanding Content Cards with Places', '', 'inherit', 'open', 'closed', '', 'expanding-content-cards-with-places-2', '', '', '2025-12-30 23:58:54', '2025-12-30 23:58:54', '', 0, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Expanding-Content-Cards-with-Places.jpg', 0, 'attachment', 'image/jpeg', 0),
(76, 1, '2025-12-31 00:04:05', '2025-12-31 00:04:05', '', 'massage-woman-s-foot', '', 'inherit', 'open', 'closed', '', 'massage-woman-s-foot', '', '', '2025-12-31 00:04:05', '2025-12-31 00:04:05', '', 0, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/massage-woman-s-foot.jpg', 0, 'attachment', 'image/jpeg', 0),
(77, 1, '2025-12-31 00:04:05', '2025-12-31 00:04:05', '', 'beautiful-young-woman-spa-treatment-receives-massage-from-professional-female-masseuse-enjoys-process', '', 'inherit', 'open', 'closed', '', 'beautiful-young-woman-spa-treatment-receives-massage-from-professional-female-masseuse-enjoys-process', '', '', '2025-12-31 00:04:05', '2025-12-31 00:04:05', '', 0, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/beautiful-young-woman-spa-treatment-receives-massage-from-professional-female-masseuse-enjoys-process.jpg', 0, 'attachment', 'image/jpeg', 0),
(78, 1, '2025-12-31 00:04:05', '2025-12-31 00:04:05', '', 'young-man-spa-treatment-recreation-rest-relaxation-massage-hygh-angle-view', '', 'inherit', 'open', 'closed', '', 'young-man-spa-treatment-recreation-rest-relaxation-massage-hygh-angle-view', '', '', '2025-12-31 00:04:05', '2025-12-31 00:04:05', '', 0, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/young-man-spa-treatment-recreation-rest-relaxation-massage-hygh-angle-view.jpg', 0, 'attachment', 'image/jpeg', 0),
(79, 1, '2025-12-31 00:04:05', '2025-12-31 00:04:05', '', 'woman-relaxing-spa', '', 'inherit', 'open', 'closed', '', 'woman-relaxing-spa', '', '', '2025-12-31 00:04:05', '2025-12-31 00:04:05', '', 0, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/woman-relaxing-spa.jpg', 0, 'attachment', 'image/jpeg', 0),
(80, 1, '2025-12-31 00:04:05', '2025-12-31 00:04:05', '', 'icon-2', '', 'inherit', 'open', 'closed', '', 'icon-2-2', '', '', '2025-12-31 00:04:05', '2025-12-31 00:04:05', '', 0, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/icon-2.svg', 0, 'attachment', 'image/svg+xml', 0),
(81, 1, '2025-12-31 00:04:05', '2025-12-31 00:04:05', '', 'icon-5', '', 'inherit', 'open', 'closed', '', 'icon-5-2', '', '', '2025-12-31 00:04:05', '2025-12-31 00:04:05', '', 0, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/icon-5.svg', 0, 'attachment', 'image/svg+xml', 0),
(82, 1, '2025-12-31 00:04:05', '2025-12-31 00:04:05', '', 'icon-4', '', 'inherit', 'open', 'closed', '', 'icon-4-2', '', '', '2025-12-31 00:04:05', '2025-12-31 00:04:05', '', 0, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/icon-4.svg', 0, 'attachment', 'image/svg+xml', 0),
(83, 1, '2025-12-31 00:04:05', '2025-12-31 00:04:05', '', 'icon-6', '', 'inherit', 'open', 'closed', '', 'icon-6-2', '', '', '2025-12-31 00:04:06', '2025-12-31 00:04:06', '', 0, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/icon-6.svg', 0, 'attachment', 'image/svg+xml', 0),
(84, 1, '2025-12-31 00:04:06', '2025-12-31 00:04:06', '', 'Icon Bullets with a Remote Information Card and Shape Socials', '', 'inherit', 'open', 'closed', '', 'icon-bullets-with-a-remote-information-card-and-shape-socials', '', '', '2025-12-31 00:04:06', '2025-12-31 00:04:06', '', 0, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Icon-Bullets-with-a-Remote-Information-Card-and-Shape-Socials.jpg', 0, 'attachment', 'image/jpeg', 0),
(91, 1, '2025-12-31 01:20:06', '2025-12-31 01:20:06', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 01:20:06', '2025-12-31 01:20:06', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=91', 0, 'revision', '', 0),
(92, 1, '2025-12-31 01:20:06', '2025-12-31 01:20:06', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>													<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 01:20:06', '2025-12-31 01:20:06', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=92', 0, 'revision', '', 0),
(93, 1, '2025-12-31 01:20:06', '2025-12-31 01:20:06', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 01:20:06', '2025-12-31 01:20:06', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=93', 0, 'revision', '', 0);
INSERT INTO `wprd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(94, 1, '2024-05-03 10:47:31', '2024-05-03 10:47:31', '<h2>Explore a World of Massage</h2>		\n			<h3>From Relaxation to Deep Tissue Release\n</h3>		\n<!-- start Shape Social Icons -->\n		<link id=\'font-awesome-css\' data-debloat-delay=\'\' data-href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' media=\'all\' >\n		<link id=\'font-awesome-4-shim-css\' data-debloat-delay=\'\' data-href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' media=\'all\' >\n<style>/* widget: Shape Social Icons */\n#uc_shape_social_icons_elementor_83542cc7 *\n{\n  box-sizing:border-box;\n}\n#uc_shape_social_icons_elementor_83542cc7\n{\n  text-align:center;\n}\n#uc_shape_social_icons_elementor_83542cc7 a.social_icon\n{\n  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);\n  text-decoration:none;\n  background-color:#FFA9A4;\n  transition:0.5s;\n  color:#313131;\n  display:inline-block;\n}\n#uc_shape_social_icons_elementor_83542cc7 a.social_icon .social_icon_inner\n{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n}\n#uc_shape_social_icons_elementor_83542cc7 a.social_icon:hover\n{\n  background-color:#FF55AE;\n  color:#ffffff;\n}\n</style>\n  <a href=\"#\" >\n</a>\n<a href=\"#\" >\n</a>\n<a href=\"#\" >\n</a>\n<!-- end Shape Social Icons -->		\n<!-- start Content Slider -->\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_77907-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_3852c178-wrapper\n{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_3852c178 .uc_fbps_slide\n{\n  position:relative;\n  overflow:hidden;\n  display:flex;\n}\n#uc_content_slider_new_elementor_3852c178 .owl-carousel .animated   {\n-webkit-animation-duration: 1000ms;\nanimation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_3852c178 .uc_fbps_container_image img\n{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_3852c178 .uc_fbps_content\n{\n  position:relative;\n}\n.uc_fbps_container_title\n{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_3852c178 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n}\n#uc_content_slider_new_elementor_3852c178 .ue-item-overlay\n{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_3852c178 .ue-item-image\n{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_3852c178 .owl-dots {\noverflow:hidden;\ntext-align:center;\nposition:relative;\nz-index:2;\n}\n#uc_content_slider_new_elementor_3852c178 .owl-dot {\nborder-radius:50%;\ndisplay:inline-block;\n}\n#uc_content_slider_new_elementor_3852c178 .owl-nav .owl-prev{\n    position:absolute;\n    display:inline-block;\n    text-align:center;\n}\n#uc_content_slider_new_elementor_3852c178 .owl-nav .owl-next{\n  position:absolute;\n  display:inline-block;\n  text-align:center;\n}\n#uc_content_slider_new_elementor_3852c178 .owl-nav .disabled\n{\n    display: none;  \n}\n#uc_content_slider_new_elementor_3852c178 .ue-item-icon\n{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_3852c178 .ue-item-icon svg\n{\n  height:1em;\n  width:1em;\n}\n</style>\n                Reflexology	\n                A foot massage technique that uses pressing on the energy channel of the feet to restore balance and calm.\n              <a href=\"#\">Read More</a>\n                Thai Massage	\n                We strive to innovate when it comes to functionality. Our mission is to be the best, come and join the ride.\n              <a href=\"#\">Read More</a>\n                Shiatsu	\n                A Japanese massage technique. Tension is released by pressing on the energy line with pressure. The procedure is completed in pleasant attire.\n              <a href=\"#\">Read More</a>\n                Salt Peeling	\n                Treatment that aids in the opening of pores, the elimination of dead cells, and the circulation\'s improvement to provide a refreshing sensation of renewal and cleanliness.\n              <a href=\"#\">Read More</a>\n<!-- end Content Slider -->		\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_2adf4339 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .uc-bullet-active{\n}\n#uc_uc_material_bullets_elementor_2adf4339 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .ue-icon\n{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .ue-icon svg\n{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .uc_material_bullets_row\n{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;\n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .uc_material_bullets_row a.ue-item-link\n{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .uc_material_bullets_row:last-child\n{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .uc_material_bullets_row \n{\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .uc_material_bullets_row .uc_content_box\n{\n	display:flex;\n    flex-direction:column;\n    justify-content:center;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .ue-bullets\n{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .ue-text, #uc_uc_material_bullets_elementor_2adf4339 .ue-title, #uc_uc_material_bullets_elementor_2adf4339 .ue-seperator\n{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .ue-seperator-line\n{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .ue-seperator\n{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_2adf4339.uc-remote-parent .uc_material_bullets_row\n{\n  cursor:pointer;\n}\n.ue-title\n{\n  font-size:21px;\n  margin:0;\n}\n</style>\n                    <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 200 200\" style=\"enable-background:new 0 0 200 200;\" xml:space=\"preserve\">\n<style type=\"text/css\">\n	.st0{display:none;}\n	.st1{display:inline;}\n	.st2{fill:#101C1D;}\n	.st3{fill:none;}\n	.st4{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}\n	.st5{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10;}\n</style>\n<g>\n	<g>\n		<path d=\"M111.58,122.8c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c5.72,0,10.37-4.65,10.37-10.37    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    C126.09,116.29,119.58,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M172.36,92.48c-0.57,0-1.14-0.24-1.55-0.7c-0.76-0.86-0.68-2.17,0.17-2.93c4.46-3.96,9.02-9.43,9.02-19.96    c0-13.07-6.9-20.56-18.93-20.56c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c14.45,0,23.07,9.24,23.07,24.7    c0,12.24-5.57,18.76-10.42,23.06C173.34,92.31,172.85,92.48,172.36,92.48z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,97.92c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9c2.46-1.83,4.67-3.5,6.73-5.33    c0.86-0.76,2.17-0.68,2.93,0.17c0.76,0.86,0.68,2.17-0.17,2.93c-2.18,1.94-4.46,3.66-7.01,5.56    C166.36,97.79,165.92,97.92,165.49,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.08,48.34c-0.55,0-1.08-0.23-1.47-0.61c-0.1-0.1-0.18-0.21-0.26-0.32c-0.08-0.11-0.14-0.23-0.19-0.36    c-0.05-0.12-0.09-0.26-0.12-0.39c-0.03-0.13-0.04-0.27-0.04-0.4c0-0.55,0.22-1.08,0.61-1.47c0.77-0.77,2.16-0.77,2.93,0    c0.1,0.1,0.18,0.21,0.26,0.32c0.08,0.11,0.15,0.23,0.19,0.36c0.06,0.12,0.09,0.26,0.12,0.39c0.03,0.13,0.04,0.27,0.04,0.41    c0,0.13-0.01,0.27-0.04,0.4c-0.03,0.13-0.06,0.26-0.12,0.39c-0.05,0.12-0.12,0.25-0.19,0.36c-0.08,0.11-0.16,0.22-0.26,0.32    C162.16,48.11,161.62,48.34,161.08,48.34z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"120.73\" x2=\"51.45\" y2=\"120.73\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l8.86,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-2.03c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h2.03c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8H55.55c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.03    c1.15,0,2.07,0.93,2.07,2.07C113.65,121.88,112.72,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,97.92H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,97.92,111.58,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.45,164.18c-1.08,0-1.99-0.83-2.07-1.93c-0.08-1.14,0.78-2.13,1.92-2.21c5.4-0.38,9.64-4.9,9.64-10.28    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    c0,7.55-5.93,13.88-13.49,14.42C112.55,164.18,112.5,164.18,112.45,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c0.08,0,0.16-0.02,0.24-0.03    c0.16-0.02,0.33-0.04,0.49-0.06c1.14-0.1,2.13,0.78,2.21,1.92c0.08,1.14-0.78,2.13-1.92,2.21c-0.07,0.01-0.15,0.02-0.22,0.03    C112.17,164.24,111.9,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"162.2\" x2=\"51.45\" y2=\"162.2\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,164.27L51.45,164.27c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,163.34,52.59,164.27,51.45,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M38.06,164.28c-5.06,0-10.02-2.09-13.98-5.91c-5.23-5.07-8.24-12.61-8.24-20.68c0-8.4,3.32-16.08,9.86-22.82    c0.8-0.82,2.11-0.84,2.93-0.04c0.82,0.8,0.84,2.11,0.04,2.93C22.84,123.78,20,130.3,20,137.68c0,6.96,2.54,13.41,6.98,17.7    c3.34,3.24,7.36,4.86,11.62,4.74l12.86,0c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07l0,0l-12.79,0    C38.46,164.28,38.26,164.28,38.06,164.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-3.75c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h3.75c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27H55.2c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.38    c1.15,0,2.07,0.93,2.07,2.07C113.65,163.34,112.72,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-1.68c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h1.68c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,139.39H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,139.39,111.58,139.39z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-4.1c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h4.1c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M106.56,81.33H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h53.03c2.88,0,5.66-0.84,8.05-2.44    l45.32-30.21c0.95-0.64,2.24-0.38,2.88,0.58s0.38,2.24-0.58,2.88L116.91,78.2C113.83,80.25,110.25,81.33,106.56,81.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8l-12.44,0c-12.58,0-22.81-12.09-22.81-26.95c0-11.91,6.41-21.97,19.58-30.75    c4.51-3.01,44.49-29.38,59.21-29.38h65.1c2.8,0,5.14,1.73,5.95,4.42c0.81,2.68-0.17,5.42-2.5,6.98l-1.31,0.87    c-0.95,0.63-2.24,0.38-2.88-0.58c-0.64-0.95-0.38-2.24,0.58-2.88l1.31-0.87c1.19-0.79,0.94-1.98,0.83-2.33    c-0.1-0.35-0.56-1.47-1.98-1.47h-65.1c-10.96,0-40.93,18.03-56.91,28.68c-11.94,7.96-17.74,16.89-17.74,27.3    c0,12.58,8.37,22.81,18.66,22.81l12.44,0c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,139.3c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9l0.46-0.34    c7.86-5.85,15.29-11.38,15.29-24.95c0-8.61-3-14.86-8.67-18.07c-1-0.56-1.35-1.83-0.78-2.83c0.56-1,1.83-1.35,2.83-0.78    c4.91,2.78,10.77,8.8,10.77,21.67c0,15.65-8.62,22.07-16.96,28.28l-0.46,0.34C166.36,139.17,165.92,139.3,165.49,139.3z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l7.99,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L112.46,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18h-0.88c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h0.88    c1.15,0,2.07,0.93,2.07,2.07C114.53,163.26,113.6,164.18,112.46,164.18z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M118.62,176.72H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M102.03,126.95H81.3c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h20.73    c1.15,0,2.07,0.93,2.07,2.07C104.1,126.03,103.18,126.95,102.03,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M104.74,77.19h-2.71c-0.89,0-1.64-0.56-1.94-1.34l-2.21,1.34H81.3c-1.15,0-2.07-0.93-2.07-2.07    s0.93-2.07,2.07-2.07h16.59l2.21,1.34c0.3-0.78,1.05-1.34,1.94-1.34h2.71l-3.43,2.07L104.74,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,27.43H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,27.43,118.62,27.43z\"></path>\n	</g>\n	<g>\n		<path d=\"M128.99,102.51V100c0-0.21,0.02-5.34,1.36-12.17c1.61-8.16,5.3-19.42,13.73-26.72    c14.52-12.57,39.2-20.79,40.24-21.14l4.09-1.35l-1.5,4.04c-0.45,1.2-11.04,29.53-21.94,42.11    c-11.12,12.84-32.61,17.09-33.52,17.27L128.99,102.51z M181.37,45.44c-7.71,2.92-24.18,9.8-34.58,18.8    c-7.55,6.53-10.9,16.87-12.38,24.39c-0.7,3.56-1.02,6.66-1.16,8.72c5.92-1.52,20.56-6.04,28.59-15.31    C169.83,72.84,177.97,53.89,181.37,45.44z\"></path>\n	</g>\n	<g>\n		<path d=\"M66.78,123.28l-2.5-0.52c-0.84-0.18-20.75-4.45-31.05-17.32C23.17,92.86,13.39,64.55,12.98,63.35l-1.4-4.07    l4.06,1.45c0.96,0.34,23.78,8.58,37.21,21.17c7.79,7.3,11.19,18.55,12.67,26.7c1.24,6.81,1.25,11.92,1.25,12.13V123.28z     M18.45,66.28c3.15,8.47,10.66,27.37,18.02,36.57c7.3,9.12,20.47,13.62,26.05,15.19c-0.13-2.06-0.43-5.16-1.07-8.7    c-1.37-7.53-4.46-17.89-11.43-24.42C40.56,76.05,25.67,69.26,18.45,66.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,77.19c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54s4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,77.16,118.84,77.19,118.62,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,126.96c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,126.92,118.84,126.96,118.62,126.96z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,176.72c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,176.68,118.84,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,77.19c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    s-4.08,25.02-4.25,25.54C82.97,76.64,82.16,77.19,81.3,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,126.95c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,126.41,82.16,126.95,81.3,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,176.72c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,176.17,82.16,176.72,81.3,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M122.81,89.63c-1.15,0-2.07-0.93-2.07-2.07c0-19.48-14.73-31.1-39.4-31.1c-24.67,0-39.4,11.63-39.4,31.1    c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07c0-11.41,4.5-20.7,13-26.86c7.59-5.49,18.15-8.39,30.54-8.39    s22.95,2.9,30.54,8.39c8.51,6.16,13,15.44,13,26.86C124.88,88.7,123.95,89.63,122.81,89.63z\"></path>\n	</g>\n	<g>\n		<path d=\"M126.96,110.37H35.72c-1.15,0-2.07-0.93-2.07-2.07V91.71c0-1.15,0.93-2.07,2.07-2.07H60.6    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07H37.8v12.44h87.09V93.78H81.34c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    h45.62c1.15,0,2.07,0.93,2.07,2.07v16.59C129.03,109.44,128.1,110.37,126.96,110.37z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,142.61,49.31,143.54,48.16,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,175.79,49.31,176.72,48.16,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,142.61,70.04,143.54,68.9,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,175.79,70.04,176.72,68.9,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,142.61,90.78,143.54,89.63,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,175.79,90.78,176.72,89.63,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,142.61,111.51,143.54,110.37,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,175.79,111.51,176.72,110.37,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M164.28,176.72c-1.15,0-2.07-0.93-2.07-2.07V70.97c0-21.53-4.68-43.54-39.4-43.54    c-15.5,0-26.67,3.61-33.2,10.73c-5.39,5.88-6.19,12.69-6.19,16.22c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07    c0-7.3,3.14-31.1,43.54-31.1c17.34,0,29.61,5.38,36.47,15.98c6.27,9.69,7.07,22.03,7.07,31.71v103.67    C166.35,175.79,165.42,176.72,164.28,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M79.64,89.93c-0.08,0-0.15,0-0.23-0.01c-1.14-0.13-1.96-1.15-1.83-2.29c1.86-16.81,10.74-30.78,16.61-40.02    c1.68-2.64,3.13-4.92,3.96-6.59c0.35-0.7,1.07-1.15,1.85-1.15s1.5,0.44,1.85,1.15c0.84,1.67,2.29,3.95,3.96,6.59    c5.87,9.24,14.75,23.2,16.61,40.02c0.13,1.14-0.69,2.16-1.83,2.29c-1.14,0.12-2.16-0.69-2.29-1.83    c-1.76-15.86-10.32-29.33-15.99-38.25c-0.84-1.32-1.63-2.56-2.32-3.69c-0.69,1.13-1.48,2.37-2.32,3.69    c-5.67,8.92-14.23,22.39-15.99,38.25C81.58,89.14,80.68,89.93,79.64,89.93z\"></path>\n	</g>\n	<g>\n		<path d=\"M100,137.32\"></path>\n	</g>\n	<g>\n		<path d=\"M83.24,114.67c-0.82,0-1.59-0.48-1.92-1.29c-2.74-6.65-4.13-13.25-4.13-19.6c0-1.85,0.12-3.81,0.38-6.16    c0.13-1.14,1.16-1.96,2.29-1.83c1.14,0.13,1.96,1.15,1.83,2.29c-0.24,2.19-0.36,4-0.36,5.7c0,5.81,1.28,11.87,3.81,18.02    c0.44,1.06-0.07,2.27-1.13,2.71C83.77,114.61,83.5,114.67,83.24,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M50.19,118.21c-0.62,0-1.24-0.28-1.65-0.81c-6.7-8.76-10.08-18.61-12.8-26.53    c-2.29-6.68-4.28-12.45-7.16-13.89c-0.8-0.4-1.26-1.27-1.12-2.16c0.13-0.89,0.82-1.59,1.71-1.74c23.52-3.92,36.6-0.58,51.86,13.24    c0.85,0.77,0.91,2.08,0.15,2.93c-0.77,0.85-2.08,0.91-2.93,0.15c-13.4-12.13-24.55-15.52-44.19-12.86    c2.2,3.07,3.78,7.65,5.61,12.99c2.62,7.64,5.89,17.14,12.17,25.36c0.7,0.91,0.52,2.21-0.39,2.91    C51.07,118.08,50.63,118.21,50.19,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M149.81,118.21c-0.44,0-0.88-0.14-1.26-0.43c-0.91-0.7-1.08-2-0.39-2.91c6.29-8.22,9.55-17.73,12.17-25.36    c1.83-5.34,3.41-9.92,5.61-12.99c-19.64-2.65-30.79,0.73-44.19,12.86c-0.85,0.77-2.16,0.7-2.93-0.15    c-0.77-0.85-0.7-2.16,0.15-2.93c15.26-13.82,28.35-17.16,51.86-13.24c0.89,0.15,1.58,0.85,1.71,1.74    c0.13,0.89-0.32,1.76-1.12,2.16c-2.89,1.44-4.87,7.21-7.16,13.89c-2.72,7.92-6.1,17.77-12.8,26.53    C151.05,117.93,150.43,118.21,149.81,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M62.68,160.13c-19.35,0-26.87-7.06-32.92-12.74c-4.76-4.47-8.51-7.99-16.85-7.99c-4.4,0-4.77-2.7-4.78-3.53    c-0.06-5.16,11.75-11.99,14.12-13.3c9.36-5.2,19.52-8.3,27.89-8.49c0.02,0,0.03,0,0.05,0c1.12,0,2.05,0.9,2.07,2.02    c0.03,1.15-0.88,2.1-2.02,2.12c-7.56,0.18-16.86,2.99-25.52,7.72c-7.2,3.93-11.12,7.63-12.16,9.3c0.1,0.01,0.22,0.01,0.36,0.01    c9.98,0,14.69,4.43,19.69,9.12c6.08,5.71,12.37,11.62,30.08,11.62c30.92,0,35.13-18.3,35.29-19.08c0.24-1.12,1.33-1.84,2.45-1.61    c1.12,0.23,1.84,1.31,1.62,2.43C101.85,138.64,97.16,160.13,62.68,160.13z\"></path>\n	</g>\n	<g>\n		<path d=\"M70.97,122.81c-0.29,0-0.59-0.06-0.87-0.19c-5.21-2.43-6.29-2.62-11.44-3.53c-0.76-0.13-1.61-0.28-2.57-0.46    c-1.78-0.32-3.75-0.46-5.85-0.41c-1.15,0.05-2.09-0.88-2.12-2.02c-0.03-1.15,0.88-2.1,2.02-2.12c2.38-0.06,4.63,0.11,6.69,0.48    c0.95,0.17,1.79,0.32,2.55,0.45c5.33,0.94,6.76,1.2,12.47,3.85c1.04,0.48,1.49,1.72,1,2.75C72.5,122.36,71.75,122.81,70.97,122.81    z\"></path>\n	</g>\n	<g>\n		<path d=\"M116.76,114.67c-0.26,0-0.53-0.05-0.79-0.16c-1.06-0.44-1.56-1.65-1.13-2.71c2.53-6.15,3.81-12.22,3.81-18.02    c0-1.7-0.11-3.51-0.36-5.7c-0.13-1.14,0.69-2.16,1.83-2.29c1.14-0.13,2.16,0.69,2.29,1.83c0.26,2.34,0.38,4.3,0.38,6.16    c0,6.35-1.39,12.95-4.13,19.6C118.35,114.18,117.58,114.67,116.76,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M129.03,122.81c-0.78,0-1.53-0.44-1.88-1.2c-0.48-1.04-0.03-2.27,1-2.75c5.71-2.66,7.14-2.91,12.47-3.85    c0.76-0.13,1.6-0.28,2.55-0.45c2.06-0.37,4.31-0.53,6.69-0.48c1.14,0.03,2.05,0.98,2.02,2.12c-0.03,1.13-0.95,2.02-2.07,2.02    c-0.02,0-0.03,0-0.05,0c-2.09-0.05-4.07,0.09-5.85,0.41c-0.96,0.17-1.8,0.32-2.57,0.46c-5.16,0.91-6.23,1.1-11.44,3.53    C129.62,122.75,129.32,122.81,129.03,122.81z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,160.13c-34.48,0-39.17-21.49-39.36-22.4c-0.22-1.12,0.5-2.22,1.63-2.44c1.12-0.23,2.22,0.5,2.44,1.63    c0.16,0.77,4.37,19.07,35.29,19.07c17.71,0,24-5.91,30.08-11.62c4.99-4.69,9.71-9.12,19.69-9.12c0.13,0,0.25,0,0.36-0.01    c-1.04-1.67-4.97-5.37-12.16-9.3c-8.66-4.73-17.96-7.55-25.52-7.72c-1.14-0.03-2.05-0.98-2.02-2.12c0.03-1.13,0.95-2.02,2.07-2.02    c0.02,0,0.03,0,0.05,0c8.37,0.2,18.53,3.29,27.89,8.49c2.37,1.32,14.18,8.14,14.12,13.3c-0.01,0.83-0.38,3.53-4.78,3.53    c-8.33,0-12.09,3.53-16.85,7.99C164.19,153.07,156.67,160.13,137.32,160.13z M187.72,135.86L187.72,135.86L187.72,135.86z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M100,57.65c-11.43,0-20.73-9.3-20.73-20.73s9.3-20.73,20.73-20.73c11.43,0,20.73,9.3,20.73,20.73    S111.43,57.65,100,57.65z M100,20.33c-9.15,0-16.59,7.44-16.59,16.59S90.85,53.51,100,53.51c9.15,0,16.59-7.44,16.59-16.59    S109.15,20.33,100,20.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M170.5,101.19\"></path>\n	</g>\n	<g>\n		<path d=\"M38.69,135.42c-3.39,0-6.88-1.16-10.34-3.47c-0.95-0.64-1.21-1.92-0.58-2.88c0.63-0.95,1.92-1.21,2.88-0.58    c4.28,2.85,8.52,3.5,12.27,1.88c6.39-2.77,11.33-12.02,13.56-25.38C62.09,71.37,73.9,65.95,100,65.95c1.15,0,2.07,0.93,2.07,2.07    s-0.93,2.07-2.07,2.07c-11.94,0-20.58,0.98-26.72,5.85c-6.18,4.9-10.1,14.07-12.71,29.74c-2.5,14.99-8.18,25.11-16,28.5    C42.67,135.01,40.7,135.42,38.69,135.42z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.31,135.42c-2.01,0-3.98-0.41-5.88-1.23c-7.82-3.39-13.5-13.51-16-28.5    c-2.61-15.67-6.53-24.85-12.71-29.74c-6.14-4.87-14.78-5.85-26.72-5.85c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    c26.1,0,37.91,5.43,43.51,39.05c2.23,13.36,7.17,22.61,13.56,25.38c3.75,1.62,7.99,0.97,12.27-1.88c0.95-0.64,2.24-0.38,2.88,0.58    c0.64,0.95,0.38,2.24-0.58,2.88C168.19,134.25,164.69,135.42,161.31,135.42z\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M56.31,183.78c-5.49,0-9.92-1.15-13.26-3.46c-4.86-3.37-7.33-9.06-7.33-16.92     c0-12.17,12.51-19.02,23.54-25.06c9.22-5.04,17.93-9.81,17.93-16.41V97.05c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v24.88c0,9.06-9.75,14.4-20.08,20.05c-10.52,5.75-21.39,11.7-21.39,21.42     c0,6.51,1.81,10.93,5.54,13.51c6.59,4.56,19.61,3.39,37.65-3.4c1.07-0.4,2.27,0.14,2.67,1.21c0.4,1.07-0.14,2.27-1.21,2.67     C73.21,181.65,63.78,183.78,56.31,183.78z\"></path>\n		</g>\n		<g>\n			<path d=\"M143.62,183.82c-10.82,0-25.71-4.49-44.51-13.45c-1.03-0.49-1.47-1.73-0.98-2.76s1.73-1.47,2.76-0.98     c25.73,12.26,44.65,16.01,53.28,10.56c4.01-2.53,5.96-7.04,5.96-13.79c0-9.09-9.51-13.84-19.59-18.88     c-10.76-5.38-21.88-10.94-21.88-22.59V97.05c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v24.88     c0,9.09,9.51,13.84,19.59,18.88c10.76,5.38,21.88,10.94,21.88,22.59c0,8.17-2.66,13.99-7.9,17.3     C153.08,182.78,148.82,183.82,143.62,183.82z\"></path>\n		</g>\n		<g>\n			<path d=\"M100,170.57c-0.3,0-0.6-0.06-0.89-0.2c-13.97-6.65-24.97-13.43-25.08-13.5c-0.97-0.6-1.28-1.88-0.67-2.85     c0.6-0.97,1.88-1.28,2.85-0.67c0.11,0.07,10.93,6.73,24.68,13.28c1.03,0.49,1.47,1.73,0.98,2.76     C101.52,170.13,100.77,170.57,100,170.57z\"></path>\n		</g>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M62.68,138.81c-35.31,0-39.4-46.15-39.4-80.86c0-13.26,3.38-24.61,9.77-32.83    c6.96-8.96,17.21-13.69,29.63-13.69c20.06,0,31.1,15.05,31.1,42.37c0,7.99-0.93,14.04-1.92,20.45    c-1.09,7.07-2.22,14.38-2.22,25.17c0,12.16-2.2,21.74-6.55,28.48C78.48,135.03,71.42,138.81,62.68,138.81z M62.68,15.57    c-25.99,0-35.25,21.89-35.25,42.37c0,52.34,11.2,76.72,35.25,76.72c19.84,0,22.81-22.08,22.81-35.25c0-11.1,1.15-18.58,2.27-25.8    c0.96-6.24,1.88-12.14,1.88-19.81C89.63,36.36,84.96,15.57,62.68,15.57z\"></path>\n	</g>\n	<g>\n		<path d=\"M88.54,84.9c-1.15,0-2.07-0.93-2.07-2.07c0-7.5-6.03-14.27-12.41-21.43c-4.57-5.12-9.24-10.37-11.7-16.11    c-3.42,5.87-10.02,11.17-16.47,16.35c-8.51,6.83-17.3,13.89-17.3,21.19c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.29,9.59-16.98,18.85-24.42c8.51-6.83,17.3-13.89,17.3-21.19c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07    c0,7.5,6.03,14.27,12.41,21.43c6.62,7.43,13.46,15.1,13.46,24.19C90.61,83.97,89.69,84.9,88.54,84.9z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,188.57c-8.74,0-15.8-3.78-20.4-10.92c-4.35-6.74-6.55-16.32-6.55-28.48c0-10.79-1.13-18.1-2.22-25.17    c-0.99-6.41-1.92-12.46-1.92-20.45c0-27.32,11.05-42.37,31.1-42.37c12.42,0,22.66,4.73,29.63,13.69    c6.39,8.22,9.77,19.57,9.77,32.83C176.72,142.42,172.63,188.57,137.32,188.57z M137.32,65.34c-22.28,0-26.95,20.79-26.95,38.22    c0,7.67,0.91,13.57,1.88,19.81c1.12,7.23,2.27,14.7,2.27,25.8c0,13.16,2.96,35.25,22.81,35.25c24.05,0,35.25-24.38,35.25-76.72    C172.57,87.22,163.31,65.34,137.32,65.34z\"></path>\n	</g>\n	<g>\n		<path d=\"M173.48,134.66c-1.15,0-2.07-0.93-2.07-2.07c0-7.3-8.8-14.36-17.3-21.19c-6.45-5.18-13.05-10.48-16.47-16.35    c-2.46,5.74-7.13,10.99-11.7,16.11c-6.38,7.16-12.41,13.92-12.41,21.43c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.08,6.84-16.76,13.46-24.19c6.38-7.16,12.41-13.92,12.41-21.43c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    c0,7.3,8.8,14.36,17.3,21.19c9.27,7.44,18.85,15.14,18.85,24.43C175.55,133.74,174.63,134.66,173.48,134.66z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M81.32,56.46H56.44c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h24.88    c3.43,0,6.22-2.79,6.22-6.22s-2.79-6.22-6.22-6.22H39.85c-3.43,0-6.22,2.79-6.22,6.22s2.79,6.22,6.22,6.22    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-5.72,0-10.37-4.65-10.37-10.37s4.65-10.37,10.37-10.37h41.47    c5.72,0,10.37,4.65,10.37,10.37S87.04,56.46,81.32,56.46z\"></path>\n	</g>\n	<g>\n		<path d=\"M77.18,39.87c-0.13,0-0.27-0.01-0.41-0.04c-1.12-0.22-1.85-1.32-1.63-2.44l2.16-10.81    c0.37-1.83-0.1-3.72-1.29-5.16c-1.19-1.45-2.94-2.28-4.81-2.28H49.97c-1.87,0-3.62,0.83-4.81,2.28c-1.19,1.45-1.66,3.33-1.29,5.16    l2.16,10.81c0.22,1.12-0.5,2.22-1.63,2.44c-1.12,0.22-2.22-0.5-2.44-1.63L39.8,27.39c-0.61-3.06,0.17-6.19,2.15-8.61    c1.98-2.41,4.9-3.79,8.02-3.79H71.2c3.12,0,6.04,1.38,8.02,3.79s2.76,5.55,2.15,8.61L79.21,38.2    C79.01,39.19,78.14,39.87,77.18,39.87z\"></path>\n	</g>\n	<g>\n		<path d=\"M47.62,114.63\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M85.47,126.95c-6.71,0-11.15-2.22-15.44-4.37c-4.04-2.02-7.86-3.93-13.59-3.93     c-11.75,0-19.73,3.89-19.81,3.93c-1.02,0.51-2.27,0.09-2.78-0.93c-0.51-1.02-0.1-2.27,0.93-2.78c0.36-0.18,8.88-4.37,21.66-4.37     c6.71,0,11.15,2.22,15.44,4.37c4.04,2.02,7.86,3.93,13.59,3.93c2.53,0,4.98-0.27,7.47-0.81c1.12-0.25,2.22,0.46,2.47,1.58     c0.24,1.12-0.46,2.22-1.58,2.47C91.04,126.66,88.3,126.95,85.47,126.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M87.95,185.01H33.22c-8.92,0-16.18-7.26-16.18-16.18V91.71c0-14.24,11.86-25.21,20.73-26.77V54.38     c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44c0,1.15-0.93,2.07-2.07,2.07c-7.2,0-18.66,10.44-18.66,22.81v77.13     c0,6.63,5.4,12.03,12.03,12.03h54.73c6.64,0,12.03-5.4,12.03-12.03v-14.97c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v14.97C104.13,177.75,96.87,185.01,87.95,185.01z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,134.98c-1.15,0-2.07-0.93-2.07-2.07v-5.59c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07     v5.59C104.13,134.05,103.2,134.98,102.06,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M101.96,92.18c-1.08,0-1.99-0.83-2.07-1.93C99.04,78.07,88.04,68.9,81.32,68.9c-1.15,0-2.07-0.93-2.07-2.07     V54.38c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v10.54c9.07,1.51,19.75,12.43,20.64,25.03c0.08,1.14-0.78,2.13-1.92,2.21     C102.06,92.18,102.01,92.18,101.96,92.18z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.94,0-1.79-0.64-2.02-1.59c-0.74-3.13-1.12-6.08-1.12-8.78c0-12.49,7.94-20.55,20.22-20.55     c12.28,0,20.22,8.07,20.22,20.55c0,1.92-0.21,4.05-0.61,6.33c-0.2,1.13-1.28,1.88-2.41,1.68c-1.13-0.2-1.88-1.28-1.68-2.41     c0.36-2.04,0.55-3.93,0.55-5.61c0-12.1-8.3-16.41-16.07-16.41s-16.07,4.31-16.07,16.41c0,2.37,0.34,5,1.01,7.82     c0.26,1.11-0.42,2.23-1.54,2.5C115.14,95.66,114.98,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.34,0-0.68-0.08-0.99-0.26c-1.79-0.98-3.49-1.74-5.05-2.26c-2.27-0.75-4.53-1.08-6.72-0.99     c-0.03,0-0.06,0-0.09,0c-1.1,0-2.02-0.87-2.07-1.98c-0.05-1.14,0.84-2.11,1.98-2.16c2.7-0.12,5.45,0.28,8.21,1.19     c1.79,0.59,3.73,1.45,5.74,2.56c1,0.55,1.37,1.81,0.82,2.81C116.27,95.29,115.56,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M93.38,126.1c-0.38,0-0.76-0.1-1.1-0.32c-7.78-4.89-10.73-13.83-7.69-23.35c2.76-8.66,9.22-14.04,17.28-14.4     c1.13-0.05,2.11,0.84,2.16,1.98c0.05,1.14-0.84,2.11-1.98,2.16c-6.34,0.28-11.27,4.48-13.52,11.51     c-2.47,7.74-0.25,14.69,5.95,18.58c0.97,0.61,1.26,1.89,0.65,2.86C94.75,125.75,94.07,126.1,93.38,126.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M106.29,129.95c-0.05,0-0.11,0-0.16-0.01c-1.54-0.12-3.04-0.32-4.46-0.59c-1.13-0.21-1.86-1.3-1.65-2.42     c0.21-1.12,1.29-1.87,2.42-1.65c1.28,0.24,2.63,0.42,4.01,0.53c1.14,0.09,1.99,1.09,1.9,2.23     C108.27,129.13,107.37,129.95,106.29,129.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,129.39c-0.13,0-0.26-0.01-0.39-0.04c-1.47-0.28-2.85-0.63-4.11-1.04c-1.79-0.59-3.47-1.4-5.28-2.53     c-0.97-0.61-1.26-1.89-0.65-2.86c0.61-0.97,1.89-1.26,2.86-0.65c1.52,0.95,2.91,1.62,4.38,2.11c1.08,0.36,2.28,0.66,3.57,0.91     c1.13,0.21,1.87,1.3,1.65,2.42C103.91,128.7,103.04,129.39,102.06,129.39z\"></path>\n		</g>\n		<g>\n			<path d=\"M117.66,164.27c-4.23,0-8.58-1.53-12.5-4.43c-1.74-1.29-3.34-2.87-4.75-4.72c-0.7-0.91-0.52-2.21,0.39-2.91     c0.91-0.7,2.21-0.52,2.91,0.39c1.19,1.56,2.48,2.83,3.92,3.91c3.86,2.85,8.14,4.08,12.06,3.46c3.91-0.62,7.49-3.07,10.36-7.09     c1.37-1.92,2.61-4.25,3.69-6.92c0.43-1.06,1.64-1.57,2.7-1.14c1.06,0.43,1.57,1.64,1.14,2.7c-1.21,2.98-2.61,5.59-4.16,7.78     c-3.53,4.94-8.05,7.98-13.09,8.78C119.45,164.2,118.56,164.27,117.66,164.27z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,155.94c-0.62,0-1.24-0.28-1.65-0.81c-5.36-7-5.39-15.52-0.07-23.38c0.64-0.95,1.93-1.2,2.88-0.56     c0.95,0.64,1.2,1.93,0.56,2.88c-4.31,6.38-4.34,12.96-0.07,18.53c0.7,0.91,0.52,2.21-0.39,2.91     C102.94,155.8,102.5,155.94,102.06,155.94z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.05,134.98c-0.4,0-0.8-0.12-1.16-0.36c-0.95-0.64-1.2-1.93-0.55-2.88l0.04-0.08     c0.09-0.17,0.18-0.33,0.31-0.5c1.11-1.56,2.51-3.16,4.16-4.77c0.82-0.8,2.13-0.78,2.93,0.04c0.8,0.82,0.78,2.13-0.04,2.93     c-1.48,1.44-2.71,2.85-3.67,4.2l-0.03,0.06c-0.08,0.15-0.16,0.29-0.26,0.44C103.37,134.66,102.72,134.98,102.05,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M152.71,162.1c-0.9,0-1.79-0.07-2.67-0.21c-5.04-0.8-9.56-3.83-13.09-8.78c-1.11-1.55-2.17-3.4-3.16-5.5     c-0.49-1.03-0.05-2.27,0.99-2.76c1.03-0.49,2.27-0.05,2.76,0.99c0.88,1.87,1.82,3.51,2.79,4.86c2.87,4.02,6.45,6.47,10.36,7.09     c3.92,0.62,8.21-0.61,12.06-3.46c6.3-4.67,10.55-13.14,3.56-22.94c-1.37-1.92-3.16-3.84-5.32-5.71     c-0.87-0.75-0.96-2.06-0.21-2.92c0.75-0.87,2.06-0.96,2.92-0.21c2.41,2.09,4.42,4.25,5.98,6.44c7.2,10.09,5.44,21.35-4.47,28.68     C161.29,160.57,156.93,162.1,152.71,162.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M162.34,126.19c-1.02,0-1.91-0.75-2.05-1.79c-0.16-1.13,0.64-2.18,1.77-2.34c2.02-0.28,3.83-0.68,5.39-1.2     c11.29-3.74,12.73-13.14,10.32-20.69c-1.5-4.69-4.3-8.28-7.91-10.12c-3.49-1.78-7.76-1.92-12.33-0.41     c-2.21,0.73-4.55,1.87-6.97,3.38c-0.97,0.61-2.25,0.31-2.86-0.66c-0.61-0.97-0.31-2.25,0.66-2.86c2.7-1.69,5.35-2.97,7.87-3.81     c5.65-1.87,11.01-1.64,15.52,0.65c4.6,2.34,8.14,6.8,9.97,12.55c3.78,11.86-1.31,22.02-12.97,25.88     c-1.8,0.59-3.86,1.05-6.12,1.37C162.53,126.18,162.44,126.19,162.34,126.19z\"></path>\n		</g>\n	</g>\n	<g>\n		<path d=\"M135.23,131.1c-8,0-14.51-6.51-14.51-14.51s6.51-14.51,14.51-14.51s14.51,6.51,14.51,14.51    S143.23,131.1,135.23,131.1z M135.23,106.22c-5.72,0-10.37,4.65-10.37,10.37c0,5.72,4.65,10.37,10.37,10.37    c5.72,0,10.37-4.65,10.37-10.37C145.6,110.87,140.95,106.22,135.23,106.22z\"></path>\n	</g>\n</g>\n</svg>                    	\n    Reflexology\n                    <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 200 200\" style=\"enable-background:new 0 0 200 200;\" xml:space=\"preserve\">\n<style type=\"text/css\">\n	.st0{display:none;}\n	.st1{display:inline;}\n	.st2{fill:#101C1D;}\n	.st3{fill:none;}\n	.st4{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}\n	.st5{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10;}\n</style>\n<g>\n	<g>\n		<path d=\"M111.58,122.8c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c5.72,0,10.37-4.65,10.37-10.37    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    C126.09,116.29,119.58,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M172.36,92.48c-0.57,0-1.14-0.24-1.55-0.7c-0.76-0.86-0.68-2.17,0.17-2.93c4.46-3.96,9.02-9.43,9.02-19.96    c0-13.07-6.9-20.56-18.93-20.56c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c14.45,0,23.07,9.24,23.07,24.7    c0,12.24-5.57,18.76-10.42,23.06C173.34,92.31,172.85,92.48,172.36,92.48z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,97.92c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9c2.46-1.83,4.67-3.5,6.73-5.33    c0.86-0.76,2.17-0.68,2.93,0.17c0.76,0.86,0.68,2.17-0.17,2.93c-2.18,1.94-4.46,3.66-7.01,5.56    C166.36,97.79,165.92,97.92,165.49,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.08,48.34c-0.55,0-1.08-0.23-1.47-0.61c-0.1-0.1-0.18-0.21-0.26-0.32c-0.08-0.11-0.14-0.23-0.19-0.36    c-0.05-0.12-0.09-0.26-0.12-0.39c-0.03-0.13-0.04-0.27-0.04-0.4c0-0.55,0.22-1.08,0.61-1.47c0.77-0.77,2.16-0.77,2.93,0    c0.1,0.1,0.18,0.21,0.26,0.32c0.08,0.11,0.15,0.23,0.19,0.36c0.06,0.12,0.09,0.26,0.12,0.39c0.03,0.13,0.04,0.27,0.04,0.41    c0,0.13-0.01,0.27-0.04,0.4c-0.03,0.13-0.06,0.26-0.12,0.39c-0.05,0.12-0.12,0.25-0.19,0.36c-0.08,0.11-0.16,0.22-0.26,0.32    C162.16,48.11,161.62,48.34,161.08,48.34z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"120.73\" x2=\"51.45\" y2=\"120.73\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l8.86,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-2.03c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h2.03c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8H55.55c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.03    c1.15,0,2.07,0.93,2.07,2.07C113.65,121.88,112.72,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,97.92H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,97.92,111.58,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.45,164.18c-1.08,0-1.99-0.83-2.07-1.93c-0.08-1.14,0.78-2.13,1.92-2.21c5.4-0.38,9.64-4.9,9.64-10.28    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    c0,7.55-5.93,13.88-13.49,14.42C112.55,164.18,112.5,164.18,112.45,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c0.08,0,0.16-0.02,0.24-0.03    c0.16-0.02,0.33-0.04,0.49-0.06c1.14-0.1,2.13,0.78,2.21,1.92c0.08,1.14-0.78,2.13-1.92,2.21c-0.07,0.01-0.15,0.02-0.22,0.03    C112.17,164.24,111.9,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"162.2\" x2=\"51.45\" y2=\"162.2\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,164.27L51.45,164.27c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,163.34,52.59,164.27,51.45,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M38.06,164.28c-5.06,0-10.02-2.09-13.98-5.91c-5.23-5.07-8.24-12.61-8.24-20.68c0-8.4,3.32-16.08,9.86-22.82    c0.8-0.82,2.11-0.84,2.93-0.04c0.82,0.8,0.84,2.11,0.04,2.93C22.84,123.78,20,130.3,20,137.68c0,6.96,2.54,13.41,6.98,17.7    c3.34,3.24,7.36,4.86,11.62,4.74l12.86,0c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07l0,0l-12.79,0    C38.46,164.28,38.26,164.28,38.06,164.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-3.75c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h3.75c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27H55.2c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.38    c1.15,0,2.07,0.93,2.07,2.07C113.65,163.34,112.72,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-1.68c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h1.68c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,139.39H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,139.39,111.58,139.39z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-4.1c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h4.1c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M106.56,81.33H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h53.03c2.88,0,5.66-0.84,8.05-2.44    l45.32-30.21c0.95-0.64,2.24-0.38,2.88,0.58s0.38,2.24-0.58,2.88L116.91,78.2C113.83,80.25,110.25,81.33,106.56,81.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8l-12.44,0c-12.58,0-22.81-12.09-22.81-26.95c0-11.91,6.41-21.97,19.58-30.75    c4.51-3.01,44.49-29.38,59.21-29.38h65.1c2.8,0,5.14,1.73,5.95,4.42c0.81,2.68-0.17,5.42-2.5,6.98l-1.31,0.87    c-0.95,0.63-2.24,0.38-2.88-0.58c-0.64-0.95-0.38-2.24,0.58-2.88l1.31-0.87c1.19-0.79,0.94-1.98,0.83-2.33    c-0.1-0.35-0.56-1.47-1.98-1.47h-65.1c-10.96,0-40.93,18.03-56.91,28.68c-11.94,7.96-17.74,16.89-17.74,27.3    c0,12.58,8.37,22.81,18.66,22.81l12.44,0c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,139.3c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9l0.46-0.34    c7.86-5.85,15.29-11.38,15.29-24.95c0-8.61-3-14.86-8.67-18.07c-1-0.56-1.35-1.83-0.78-2.83c0.56-1,1.83-1.35,2.83-0.78    c4.91,2.78,10.77,8.8,10.77,21.67c0,15.65-8.62,22.07-16.96,28.28l-0.46,0.34C166.36,139.17,165.92,139.3,165.49,139.3z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l7.99,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L112.46,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18h-0.88c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h0.88    c1.15,0,2.07,0.93,2.07,2.07C114.53,163.26,113.6,164.18,112.46,164.18z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M118.62,176.72H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M102.03,126.95H81.3c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h20.73    c1.15,0,2.07,0.93,2.07,2.07C104.1,126.03,103.18,126.95,102.03,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M104.74,77.19h-2.71c-0.89,0-1.64-0.56-1.94-1.34l-2.21,1.34H81.3c-1.15,0-2.07-0.93-2.07-2.07    s0.93-2.07,2.07-2.07h16.59l2.21,1.34c0.3-0.78,1.05-1.34,1.94-1.34h2.71l-3.43,2.07L104.74,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,27.43H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,27.43,118.62,27.43z\"></path>\n	</g>\n	<g>\n		<path d=\"M128.99,102.51V100c0-0.21,0.02-5.34,1.36-12.17c1.61-8.16,5.3-19.42,13.73-26.72    c14.52-12.57,39.2-20.79,40.24-21.14l4.09-1.35l-1.5,4.04c-0.45,1.2-11.04,29.53-21.94,42.11    c-11.12,12.84-32.61,17.09-33.52,17.27L128.99,102.51z M181.37,45.44c-7.71,2.92-24.18,9.8-34.58,18.8    c-7.55,6.53-10.9,16.87-12.38,24.39c-0.7,3.56-1.02,6.66-1.16,8.72c5.92-1.52,20.56-6.04,28.59-15.31    C169.83,72.84,177.97,53.89,181.37,45.44z\"></path>\n	</g>\n	<g>\n		<path d=\"M66.78,123.28l-2.5-0.52c-0.84-0.18-20.75-4.45-31.05-17.32C23.17,92.86,13.39,64.55,12.98,63.35l-1.4-4.07    l4.06,1.45c0.96,0.34,23.78,8.58,37.21,21.17c7.79,7.3,11.19,18.55,12.67,26.7c1.24,6.81,1.25,11.92,1.25,12.13V123.28z     M18.45,66.28c3.15,8.47,10.66,27.37,18.02,36.57c7.3,9.12,20.47,13.62,26.05,15.19c-0.13-2.06-0.43-5.16-1.07-8.7    c-1.37-7.53-4.46-17.89-11.43-24.42C40.56,76.05,25.67,69.26,18.45,66.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,77.19c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54s4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,77.16,118.84,77.19,118.62,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,126.96c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,126.92,118.84,126.96,118.62,126.96z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,176.72c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,176.68,118.84,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,77.19c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    s-4.08,25.02-4.25,25.54C82.97,76.64,82.16,77.19,81.3,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,126.95c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,126.41,82.16,126.95,81.3,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,176.72c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,176.17,82.16,176.72,81.3,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M122.81,89.63c-1.15,0-2.07-0.93-2.07-2.07c0-19.48-14.73-31.1-39.4-31.1c-24.67,0-39.4,11.63-39.4,31.1    c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07c0-11.41,4.5-20.7,13-26.86c7.59-5.49,18.15-8.39,30.54-8.39    s22.95,2.9,30.54,8.39c8.51,6.16,13,15.44,13,26.86C124.88,88.7,123.95,89.63,122.81,89.63z\"></path>\n	</g>\n	<g>\n		<path d=\"M126.96,110.37H35.72c-1.15,0-2.07-0.93-2.07-2.07V91.71c0-1.15,0.93-2.07,2.07-2.07H60.6    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07H37.8v12.44h87.09V93.78H81.34c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    h45.62c1.15,0,2.07,0.93,2.07,2.07v16.59C129.03,109.44,128.1,110.37,126.96,110.37z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,142.61,49.31,143.54,48.16,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,175.79,49.31,176.72,48.16,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,142.61,70.04,143.54,68.9,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,175.79,70.04,176.72,68.9,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,142.61,90.78,143.54,89.63,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,175.79,90.78,176.72,89.63,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,142.61,111.51,143.54,110.37,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,175.79,111.51,176.72,110.37,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M164.28,176.72c-1.15,0-2.07-0.93-2.07-2.07V70.97c0-21.53-4.68-43.54-39.4-43.54    c-15.5,0-26.67,3.61-33.2,10.73c-5.39,5.88-6.19,12.69-6.19,16.22c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07    c0-7.3,3.14-31.1,43.54-31.1c17.34,0,29.61,5.38,36.47,15.98c6.27,9.69,7.07,22.03,7.07,31.71v103.67    C166.35,175.79,165.42,176.72,164.28,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M79.64,89.93c-0.08,0-0.15,0-0.23-0.01c-1.14-0.13-1.96-1.15-1.83-2.29c1.86-16.81,10.74-30.78,16.61-40.02    c1.68-2.64,3.13-4.92,3.96-6.59c0.35-0.7,1.07-1.15,1.85-1.15s1.5,0.44,1.85,1.15c0.84,1.67,2.29,3.95,3.96,6.59    c5.87,9.24,14.75,23.2,16.61,40.02c0.13,1.14-0.69,2.16-1.83,2.29c-1.14,0.12-2.16-0.69-2.29-1.83    c-1.76-15.86-10.32-29.33-15.99-38.25c-0.84-1.32-1.63-2.56-2.32-3.69c-0.69,1.13-1.48,2.37-2.32,3.69    c-5.67,8.92-14.23,22.39-15.99,38.25C81.58,89.14,80.68,89.93,79.64,89.93z\"></path>\n	</g>\n	<g>\n		<path d=\"M100,137.32\"></path>\n	</g>\n	<g>\n		<path d=\"M83.24,114.67c-0.82,0-1.59-0.48-1.92-1.29c-2.74-6.65-4.13-13.25-4.13-19.6c0-1.85,0.12-3.81,0.38-6.16    c0.13-1.14,1.16-1.96,2.29-1.83c1.14,0.13,1.96,1.15,1.83,2.29c-0.24,2.19-0.36,4-0.36,5.7c0,5.81,1.28,11.87,3.81,18.02    c0.44,1.06-0.07,2.27-1.13,2.71C83.77,114.61,83.5,114.67,83.24,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M50.19,118.21c-0.62,0-1.24-0.28-1.65-0.81c-6.7-8.76-10.08-18.61-12.8-26.53    c-2.29-6.68-4.28-12.45-7.16-13.89c-0.8-0.4-1.26-1.27-1.12-2.16c0.13-0.89,0.82-1.59,1.71-1.74c23.52-3.92,36.6-0.58,51.86,13.24    c0.85,0.77,0.91,2.08,0.15,2.93c-0.77,0.85-2.08,0.91-2.93,0.15c-13.4-12.13-24.55-15.52-44.19-12.86    c2.2,3.07,3.78,7.65,5.61,12.99c2.62,7.64,5.89,17.14,12.17,25.36c0.7,0.91,0.52,2.21-0.39,2.91    C51.07,118.08,50.63,118.21,50.19,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M149.81,118.21c-0.44,0-0.88-0.14-1.26-0.43c-0.91-0.7-1.08-2-0.39-2.91c6.29-8.22,9.55-17.73,12.17-25.36    c1.83-5.34,3.41-9.92,5.61-12.99c-19.64-2.65-30.79,0.73-44.19,12.86c-0.85,0.77-2.16,0.7-2.93-0.15    c-0.77-0.85-0.7-2.16,0.15-2.93c15.26-13.82,28.35-17.16,51.86-13.24c0.89,0.15,1.58,0.85,1.71,1.74    c0.13,0.89-0.32,1.76-1.12,2.16c-2.89,1.44-4.87,7.21-7.16,13.89c-2.72,7.92-6.1,17.77-12.8,26.53    C151.05,117.93,150.43,118.21,149.81,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M62.68,160.13c-19.35,0-26.87-7.06-32.92-12.74c-4.76-4.47-8.51-7.99-16.85-7.99c-4.4,0-4.77-2.7-4.78-3.53    c-0.06-5.16,11.75-11.99,14.12-13.3c9.36-5.2,19.52-8.3,27.89-8.49c0.02,0,0.03,0,0.05,0c1.12,0,2.05,0.9,2.07,2.02    c0.03,1.15-0.88,2.1-2.02,2.12c-7.56,0.18-16.86,2.99-25.52,7.72c-7.2,3.93-11.12,7.63-12.16,9.3c0.1,0.01,0.22,0.01,0.36,0.01    c9.98,0,14.69,4.43,19.69,9.12c6.08,5.71,12.37,11.62,30.08,11.62c30.92,0,35.13-18.3,35.29-19.08c0.24-1.12,1.33-1.84,2.45-1.61    c1.12,0.23,1.84,1.31,1.62,2.43C101.85,138.64,97.16,160.13,62.68,160.13z\"></path>\n	</g>\n	<g>\n		<path d=\"M70.97,122.81c-0.29,0-0.59-0.06-0.87-0.19c-5.21-2.43-6.29-2.62-11.44-3.53c-0.76-0.13-1.61-0.28-2.57-0.46    c-1.78-0.32-3.75-0.46-5.85-0.41c-1.15,0.05-2.09-0.88-2.12-2.02c-0.03-1.15,0.88-2.1,2.02-2.12c2.38-0.06,4.63,0.11,6.69,0.48    c0.95,0.17,1.79,0.32,2.55,0.45c5.33,0.94,6.76,1.2,12.47,3.85c1.04,0.48,1.49,1.72,1,2.75C72.5,122.36,71.75,122.81,70.97,122.81    z\"></path>\n	</g>\n	<g>\n		<path d=\"M116.76,114.67c-0.26,0-0.53-0.05-0.79-0.16c-1.06-0.44-1.56-1.65-1.13-2.71c2.53-6.15,3.81-12.22,3.81-18.02    c0-1.7-0.11-3.51-0.36-5.7c-0.13-1.14,0.69-2.16,1.83-2.29c1.14-0.13,2.16,0.69,2.29,1.83c0.26,2.34,0.38,4.3,0.38,6.16    c0,6.35-1.39,12.95-4.13,19.6C118.35,114.18,117.58,114.67,116.76,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M129.03,122.81c-0.78,0-1.53-0.44-1.88-1.2c-0.48-1.04-0.03-2.27,1-2.75c5.71-2.66,7.14-2.91,12.47-3.85    c0.76-0.13,1.6-0.28,2.55-0.45c2.06-0.37,4.31-0.53,6.69-0.48c1.14,0.03,2.05,0.98,2.02,2.12c-0.03,1.13-0.95,2.02-2.07,2.02    c-0.02,0-0.03,0-0.05,0c-2.09-0.05-4.07,0.09-5.85,0.41c-0.96,0.17-1.8,0.32-2.57,0.46c-5.16,0.91-6.23,1.1-11.44,3.53    C129.62,122.75,129.32,122.81,129.03,122.81z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,160.13c-34.48,0-39.17-21.49-39.36-22.4c-0.22-1.12,0.5-2.22,1.63-2.44c1.12-0.23,2.22,0.5,2.44,1.63    c0.16,0.77,4.37,19.07,35.29,19.07c17.71,0,24-5.91,30.08-11.62c4.99-4.69,9.71-9.12,19.69-9.12c0.13,0,0.25,0,0.36-0.01    c-1.04-1.67-4.97-5.37-12.16-9.3c-8.66-4.73-17.96-7.55-25.52-7.72c-1.14-0.03-2.05-0.98-2.02-2.12c0.03-1.13,0.95-2.02,2.07-2.02    c0.02,0,0.03,0,0.05,0c8.37,0.2,18.53,3.29,27.89,8.49c2.37,1.32,14.18,8.14,14.12,13.3c-0.01,0.83-0.38,3.53-4.78,3.53    c-8.33,0-12.09,3.53-16.85,7.99C164.19,153.07,156.67,160.13,137.32,160.13z M187.72,135.86L187.72,135.86L187.72,135.86z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M100,57.65c-11.43,0-20.73-9.3-20.73-20.73s9.3-20.73,20.73-20.73c11.43,0,20.73,9.3,20.73,20.73    S111.43,57.65,100,57.65z M100,20.33c-9.15,0-16.59,7.44-16.59,16.59S90.85,53.51,100,53.51c9.15,0,16.59-7.44,16.59-16.59    S109.15,20.33,100,20.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M170.5,101.19\"></path>\n	</g>\n	<g>\n		<path d=\"M38.69,135.42c-3.39,0-6.88-1.16-10.34-3.47c-0.95-0.64-1.21-1.92-0.58-2.88c0.63-0.95,1.92-1.21,2.88-0.58    c4.28,2.85,8.52,3.5,12.27,1.88c6.39-2.77,11.33-12.02,13.56-25.38C62.09,71.37,73.9,65.95,100,65.95c1.15,0,2.07,0.93,2.07,2.07    s-0.93,2.07-2.07,2.07c-11.94,0-20.58,0.98-26.72,5.85c-6.18,4.9-10.1,14.07-12.71,29.74c-2.5,14.99-8.18,25.11-16,28.5    C42.67,135.01,40.7,135.42,38.69,135.42z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.31,135.42c-2.01,0-3.98-0.41-5.88-1.23c-7.82-3.39-13.5-13.51-16-28.5    c-2.61-15.67-6.53-24.85-12.71-29.74c-6.14-4.87-14.78-5.85-26.72-5.85c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    c26.1,0,37.91,5.43,43.51,39.05c2.23,13.36,7.17,22.61,13.56,25.38c3.75,1.62,7.99,0.97,12.27-1.88c0.95-0.64,2.24-0.38,2.88,0.58    c0.64,0.95,0.38,2.24-0.58,2.88C168.19,134.25,164.69,135.42,161.31,135.42z\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M56.31,183.78c-5.49,0-9.92-1.15-13.26-3.46c-4.86-3.37-7.33-9.06-7.33-16.92     c0-12.17,12.51-19.02,23.54-25.06c9.22-5.04,17.93-9.81,17.93-16.41V97.05c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v24.88c0,9.06-9.75,14.4-20.08,20.05c-10.52,5.75-21.39,11.7-21.39,21.42     c0,6.51,1.81,10.93,5.54,13.51c6.59,4.56,19.61,3.39,37.65-3.4c1.07-0.4,2.27,0.14,2.67,1.21c0.4,1.07-0.14,2.27-1.21,2.67     C73.21,181.65,63.78,183.78,56.31,183.78z\"></path>\n		</g>\n		<g>\n			<path d=\"M143.62,183.82c-10.82,0-25.71-4.49-44.51-13.45c-1.03-0.49-1.47-1.73-0.98-2.76s1.73-1.47,2.76-0.98     c25.73,12.26,44.65,16.01,53.28,10.56c4.01-2.53,5.96-7.04,5.96-13.79c0-9.09-9.51-13.84-19.59-18.88     c-10.76-5.38-21.88-10.94-21.88-22.59V97.05c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v24.88     c0,9.09,9.51,13.84,19.59,18.88c10.76,5.38,21.88,10.94,21.88,22.59c0,8.17-2.66,13.99-7.9,17.3     C153.08,182.78,148.82,183.82,143.62,183.82z\"></path>\n		</g>\n		<g>\n			<path d=\"M100,170.57c-0.3,0-0.6-0.06-0.89-0.2c-13.97-6.65-24.97-13.43-25.08-13.5c-0.97-0.6-1.28-1.88-0.67-2.85     c0.6-0.97,1.88-1.28,2.85-0.67c0.11,0.07,10.93,6.73,24.68,13.28c1.03,0.49,1.47,1.73,0.98,2.76     C101.52,170.13,100.77,170.57,100,170.57z\"></path>\n		</g>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M62.68,138.81c-35.31,0-39.4-46.15-39.4-80.86c0-13.26,3.38-24.61,9.77-32.83    c6.96-8.96,17.21-13.69,29.63-13.69c20.06,0,31.1,15.05,31.1,42.37c0,7.99-0.93,14.04-1.92,20.45    c-1.09,7.07-2.22,14.38-2.22,25.17c0,12.16-2.2,21.74-6.55,28.48C78.48,135.03,71.42,138.81,62.68,138.81z M62.68,15.57    c-25.99,0-35.25,21.89-35.25,42.37c0,52.34,11.2,76.72,35.25,76.72c19.84,0,22.81-22.08,22.81-35.25c0-11.1,1.15-18.58,2.27-25.8    c0.96-6.24,1.88-12.14,1.88-19.81C89.63,36.36,84.96,15.57,62.68,15.57z\"></path>\n	</g>\n	<g>\n		<path d=\"M88.54,84.9c-1.15,0-2.07-0.93-2.07-2.07c0-7.5-6.03-14.27-12.41-21.43c-4.57-5.12-9.24-10.37-11.7-16.11    c-3.42,5.87-10.02,11.17-16.47,16.35c-8.51,6.83-17.3,13.89-17.3,21.19c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.29,9.59-16.98,18.85-24.42c8.51-6.83,17.3-13.89,17.3-21.19c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07    c0,7.5,6.03,14.27,12.41,21.43c6.62,7.43,13.46,15.1,13.46,24.19C90.61,83.97,89.69,84.9,88.54,84.9z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,188.57c-8.74,0-15.8-3.78-20.4-10.92c-4.35-6.74-6.55-16.32-6.55-28.48c0-10.79-1.13-18.1-2.22-25.17    c-0.99-6.41-1.92-12.46-1.92-20.45c0-27.32,11.05-42.37,31.1-42.37c12.42,0,22.66,4.73,29.63,13.69    c6.39,8.22,9.77,19.57,9.77,32.83C176.72,142.42,172.63,188.57,137.32,188.57z M137.32,65.34c-22.28,0-26.95,20.79-26.95,38.22    c0,7.67,0.91,13.57,1.88,19.81c1.12,7.23,2.27,14.7,2.27,25.8c0,13.16,2.96,35.25,22.81,35.25c24.05,0,35.25-24.38,35.25-76.72    C172.57,87.22,163.31,65.34,137.32,65.34z\"></path>\n	</g>\n	<g>\n		<path d=\"M173.48,134.66c-1.15,0-2.07-0.93-2.07-2.07c0-7.3-8.8-14.36-17.3-21.19c-6.45-5.18-13.05-10.48-16.47-16.35    c-2.46,5.74-7.13,10.99-11.7,16.11c-6.38,7.16-12.41,13.92-12.41,21.43c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.08,6.84-16.76,13.46-24.19c6.38-7.16,12.41-13.92,12.41-21.43c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    c0,7.3,8.8,14.36,17.3,21.19c9.27,7.44,18.85,15.14,18.85,24.43C175.55,133.74,174.63,134.66,173.48,134.66z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M81.32,56.46H56.44c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h24.88    c3.43,0,6.22-2.79,6.22-6.22s-2.79-6.22-6.22-6.22H39.85c-3.43,0-6.22,2.79-6.22,6.22s2.79,6.22,6.22,6.22    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-5.72,0-10.37-4.65-10.37-10.37s4.65-10.37,10.37-10.37h41.47    c5.72,0,10.37,4.65,10.37,10.37S87.04,56.46,81.32,56.46z\"></path>\n	</g>\n	<g>\n		<path d=\"M77.18,39.87c-0.13,0-0.27-0.01-0.41-0.04c-1.12-0.22-1.85-1.32-1.63-2.44l2.16-10.81    c0.37-1.83-0.1-3.72-1.29-5.16c-1.19-1.45-2.94-2.28-4.81-2.28H49.97c-1.87,0-3.62,0.83-4.81,2.28c-1.19,1.45-1.66,3.33-1.29,5.16    l2.16,10.81c0.22,1.12-0.5,2.22-1.63,2.44c-1.12,0.22-2.22-0.5-2.44-1.63L39.8,27.39c-0.61-3.06,0.17-6.19,2.15-8.61    c1.98-2.41,4.9-3.79,8.02-3.79H71.2c3.12,0,6.04,1.38,8.02,3.79s2.76,5.55,2.15,8.61L79.21,38.2    C79.01,39.19,78.14,39.87,77.18,39.87z\"></path>\n	</g>\n	<g>\n		<path d=\"M47.62,114.63\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M85.47,126.95c-6.71,0-11.15-2.22-15.44-4.37c-4.04-2.02-7.86-3.93-13.59-3.93     c-11.75,0-19.73,3.89-19.81,3.93c-1.02,0.51-2.27,0.09-2.78-0.93c-0.51-1.02-0.1-2.27,0.93-2.78c0.36-0.18,8.88-4.37,21.66-4.37     c6.71,0,11.15,2.22,15.44,4.37c4.04,2.02,7.86,3.93,13.59,3.93c2.53,0,4.98-0.27,7.47-0.81c1.12-0.25,2.22,0.46,2.47,1.58     c0.24,1.12-0.46,2.22-1.58,2.47C91.04,126.66,88.3,126.95,85.47,126.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M87.95,185.01H33.22c-8.92,0-16.18-7.26-16.18-16.18V91.71c0-14.24,11.86-25.21,20.73-26.77V54.38     c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44c0,1.15-0.93,2.07-2.07,2.07c-7.2,0-18.66,10.44-18.66,22.81v77.13     c0,6.63,5.4,12.03,12.03,12.03h54.73c6.64,0,12.03-5.4,12.03-12.03v-14.97c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v14.97C104.13,177.75,96.87,185.01,87.95,185.01z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,134.98c-1.15,0-2.07-0.93-2.07-2.07v-5.59c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07     v5.59C104.13,134.05,103.2,134.98,102.06,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M101.96,92.18c-1.08,0-1.99-0.83-2.07-1.93C99.04,78.07,88.04,68.9,81.32,68.9c-1.15,0-2.07-0.93-2.07-2.07     V54.38c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v10.54c9.07,1.51,19.75,12.43,20.64,25.03c0.08,1.14-0.78,2.13-1.92,2.21     C102.06,92.18,102.01,92.18,101.96,92.18z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.94,0-1.79-0.64-2.02-1.59c-0.74-3.13-1.12-6.08-1.12-8.78c0-12.49,7.94-20.55,20.22-20.55     c12.28,0,20.22,8.07,20.22,20.55c0,1.92-0.21,4.05-0.61,6.33c-0.2,1.13-1.28,1.88-2.41,1.68c-1.13-0.2-1.88-1.28-1.68-2.41     c0.36-2.04,0.55-3.93,0.55-5.61c0-12.1-8.3-16.41-16.07-16.41s-16.07,4.31-16.07,16.41c0,2.37,0.34,5,1.01,7.82     c0.26,1.11-0.42,2.23-1.54,2.5C115.14,95.66,114.98,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.34,0-0.68-0.08-0.99-0.26c-1.79-0.98-3.49-1.74-5.05-2.26c-2.27-0.75-4.53-1.08-6.72-0.99     c-0.03,0-0.06,0-0.09,0c-1.1,0-2.02-0.87-2.07-1.98c-0.05-1.14,0.84-2.11,1.98-2.16c2.7-0.12,5.45,0.28,8.21,1.19     c1.79,0.59,3.73,1.45,5.74,2.56c1,0.55,1.37,1.81,0.82,2.81C116.27,95.29,115.56,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M93.38,126.1c-0.38,0-0.76-0.1-1.1-0.32c-7.78-4.89-10.73-13.83-7.69-23.35c2.76-8.66,9.22-14.04,17.28-14.4     c1.13-0.05,2.11,0.84,2.16,1.98c0.05,1.14-0.84,2.11-1.98,2.16c-6.34,0.28-11.27,4.48-13.52,11.51     c-2.47,7.74-0.25,14.69,5.95,18.58c0.97,0.61,1.26,1.89,0.65,2.86C94.75,125.75,94.07,126.1,93.38,126.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M106.29,129.95c-0.05,0-0.11,0-0.16-0.01c-1.54-0.12-3.04-0.32-4.46-0.59c-1.13-0.21-1.86-1.3-1.65-2.42     c0.21-1.12,1.29-1.87,2.42-1.65c1.28,0.24,2.63,0.42,4.01,0.53c1.14,0.09,1.99,1.09,1.9,2.23     C108.27,129.13,107.37,129.95,106.29,129.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,129.39c-0.13,0-0.26-0.01-0.39-0.04c-1.47-0.28-2.85-0.63-4.11-1.04c-1.79-0.59-3.47-1.4-5.28-2.53     c-0.97-0.61-1.26-1.89-0.65-2.86c0.61-0.97,1.89-1.26,2.86-0.65c1.52,0.95,2.91,1.62,4.38,2.11c1.08,0.36,2.28,0.66,3.57,0.91     c1.13,0.21,1.87,1.3,1.65,2.42C103.91,128.7,103.04,129.39,102.06,129.39z\"></path>\n		</g>\n		<g>\n			<path d=\"M117.66,164.27c-4.23,0-8.58-1.53-12.5-4.43c-1.74-1.29-3.34-2.87-4.75-4.72c-0.7-0.91-0.52-2.21,0.39-2.91     c0.91-0.7,2.21-0.52,2.91,0.39c1.19,1.56,2.48,2.83,3.92,3.91c3.86,2.85,8.14,4.08,12.06,3.46c3.91-0.62,7.49-3.07,10.36-7.09     c1.37-1.92,2.61-4.25,3.69-6.92c0.43-1.06,1.64-1.57,2.7-1.14c1.06,0.43,1.57,1.64,1.14,2.7c-1.21,2.98-2.61,5.59-4.16,7.78     c-3.53,4.94-8.05,7.98-13.09,8.78C119.45,164.2,118.56,164.27,117.66,164.27z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,155.94c-0.62,0-1.24-0.28-1.65-0.81c-5.36-7-5.39-15.52-0.07-23.38c0.64-0.95,1.93-1.2,2.88-0.56     c0.95,0.64,1.2,1.93,0.56,2.88c-4.31,6.38-4.34,12.96-0.07,18.53c0.7,0.91,0.52,2.21-0.39,2.91     C102.94,155.8,102.5,155.94,102.06,155.94z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.05,134.98c-0.4,0-0.8-0.12-1.16-0.36c-0.95-0.64-1.2-1.93-0.55-2.88l0.04-0.08     c0.09-0.17,0.18-0.33,0.31-0.5c1.11-1.56,2.51-3.16,4.16-4.77c0.82-0.8,2.13-0.78,2.93,0.04c0.8,0.82,0.78,2.13-0.04,2.93     c-1.48,1.44-2.71,2.85-3.67,4.2l-0.03,0.06c-0.08,0.15-0.16,0.29-0.26,0.44C103.37,134.66,102.72,134.98,102.05,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M152.71,162.1c-0.9,0-1.79-0.07-2.67-0.21c-5.04-0.8-9.56-3.83-13.09-8.78c-1.11-1.55-2.17-3.4-3.16-5.5     c-0.49-1.03-0.05-2.27,0.99-2.76c1.03-0.49,2.27-0.05,2.76,0.99c0.88,1.87,1.82,3.51,2.79,4.86c2.87,4.02,6.45,6.47,10.36,7.09     c3.92,0.62,8.21-0.61,12.06-3.46c6.3-4.67,10.55-13.14,3.56-22.94c-1.37-1.92-3.16-3.84-5.32-5.71     c-0.87-0.75-0.96-2.06-0.21-2.92c0.75-0.87,2.06-0.96,2.92-0.21c2.41,2.09,4.42,4.25,5.98,6.44c7.2,10.09,5.44,21.35-4.47,28.68     C161.29,160.57,156.93,162.1,152.71,162.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M162.34,126.19c-1.02,0-1.91-0.75-2.05-1.79c-0.16-1.13,0.64-2.18,1.77-2.34c2.02-0.28,3.83-0.68,5.39-1.2     c11.29-3.74,12.73-13.14,10.32-20.69c-1.5-4.69-4.3-8.28-7.91-10.12c-3.49-1.78-7.76-1.92-12.33-0.41     c-2.21,0.73-4.55,1.87-6.97,3.38c-0.97,0.61-2.25,0.31-2.86-0.66c-0.61-0.97-0.31-2.25,0.66-2.86c2.7-1.69,5.35-2.97,7.87-3.81     c5.65-1.87,11.01-1.64,15.52,0.65c4.6,2.34,8.14,6.8,9.97,12.55c3.78,11.86-1.31,22.02-12.97,25.88     c-1.8,0.59-3.86,1.05-6.12,1.37C162.53,126.18,162.44,126.19,162.34,126.19z\"></path>\n		</g>\n	</g>\n	<g>\n		<path d=\"M135.23,131.1c-8,0-14.51-6.51-14.51-14.51s6.51-14.51,14.51-14.51s14.51,6.51,14.51,14.51    S143.23,131.1,135.23,131.1z M135.23,106.22c-5.72,0-10.37,4.65-10.37,10.37c0,5.72,4.65,10.37,10.37,10.37    c5.72,0,10.37-4.65,10.37-10.37C145.6,110.87,140.95,106.22,135.23,106.22z\"></path>\n	</g>\n</g>\n</svg>                    	\n    Thai Massage\n                    <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 200 200\" style=\"enable-background:new 0 0 200 200;\" xml:space=\"preserve\">\n<style type=\"text/css\">\n	.st0{display:none;}\n	.st1{display:inline;}\n	.st2{fill:#101C1D;}\n	.st3{fill:none;}\n	.st4{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}\n	.st5{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10;}\n</style>\n<g>\n	<g>\n		<path d=\"M111.58,122.8c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c5.72,0,10.37-4.65,10.37-10.37    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    C126.09,116.29,119.58,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M172.36,92.48c-0.57,0-1.14-0.24-1.55-0.7c-0.76-0.86-0.68-2.17,0.17-2.93c4.46-3.96,9.02-9.43,9.02-19.96    c0-13.07-6.9-20.56-18.93-20.56c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c14.45,0,23.07,9.24,23.07,24.7    c0,12.24-5.57,18.76-10.42,23.06C173.34,92.31,172.85,92.48,172.36,92.48z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,97.92c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9c2.46-1.83,4.67-3.5,6.73-5.33    c0.86-0.76,2.17-0.68,2.93,0.17c0.76,0.86,0.68,2.17-0.17,2.93c-2.18,1.94-4.46,3.66-7.01,5.56    C166.36,97.79,165.92,97.92,165.49,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.08,48.34c-0.55,0-1.08-0.23-1.47-0.61c-0.1-0.1-0.18-0.21-0.26-0.32c-0.08-0.11-0.14-0.23-0.19-0.36    c-0.05-0.12-0.09-0.26-0.12-0.39c-0.03-0.13-0.04-0.27-0.04-0.4c0-0.55,0.22-1.08,0.61-1.47c0.77-0.77,2.16-0.77,2.93,0    c0.1,0.1,0.18,0.21,0.26,0.32c0.08,0.11,0.15,0.23,0.19,0.36c0.06,0.12,0.09,0.26,0.12,0.39c0.03,0.13,0.04,0.27,0.04,0.41    c0,0.13-0.01,0.27-0.04,0.4c-0.03,0.13-0.06,0.26-0.12,0.39c-0.05,0.12-0.12,0.25-0.19,0.36c-0.08,0.11-0.16,0.22-0.26,0.32    C162.16,48.11,161.62,48.34,161.08,48.34z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"120.73\" x2=\"51.45\" y2=\"120.73\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l8.86,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-2.03c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h2.03c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8H55.55c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.03    c1.15,0,2.07,0.93,2.07,2.07C113.65,121.88,112.72,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,97.92H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,97.92,111.58,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.45,164.18c-1.08,0-1.99-0.83-2.07-1.93c-0.08-1.14,0.78-2.13,1.92-2.21c5.4-0.38,9.64-4.9,9.64-10.28    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    c0,7.55-5.93,13.88-13.49,14.42C112.55,164.18,112.5,164.18,112.45,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c0.08,0,0.16-0.02,0.24-0.03    c0.16-0.02,0.33-0.04,0.49-0.06c1.14-0.1,2.13,0.78,2.21,1.92c0.08,1.14-0.78,2.13-1.92,2.21c-0.07,0.01-0.15,0.02-0.22,0.03    C112.17,164.24,111.9,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"162.2\" x2=\"51.45\" y2=\"162.2\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,164.27L51.45,164.27c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,163.34,52.59,164.27,51.45,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M38.06,164.28c-5.06,0-10.02-2.09-13.98-5.91c-5.23-5.07-8.24-12.61-8.24-20.68c0-8.4,3.32-16.08,9.86-22.82    c0.8-0.82,2.11-0.84,2.93-0.04c0.82,0.8,0.84,2.11,0.04,2.93C22.84,123.78,20,130.3,20,137.68c0,6.96,2.54,13.41,6.98,17.7    c3.34,3.24,7.36,4.86,11.62,4.74l12.86,0c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07l0,0l-12.79,0    C38.46,164.28,38.26,164.28,38.06,164.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-3.75c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h3.75c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27H55.2c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.38    c1.15,0,2.07,0.93,2.07,2.07C113.65,163.34,112.72,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-1.68c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h1.68c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,139.39H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,139.39,111.58,139.39z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-4.1c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h4.1c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M106.56,81.33H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h53.03c2.88,0,5.66-0.84,8.05-2.44    l45.32-30.21c0.95-0.64,2.24-0.38,2.88,0.58s0.38,2.24-0.58,2.88L116.91,78.2C113.83,80.25,110.25,81.33,106.56,81.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8l-12.44,0c-12.58,0-22.81-12.09-22.81-26.95c0-11.91,6.41-21.97,19.58-30.75    c4.51-3.01,44.49-29.38,59.21-29.38h65.1c2.8,0,5.14,1.73,5.95,4.42c0.81,2.68-0.17,5.42-2.5,6.98l-1.31,0.87    c-0.95,0.63-2.24,0.38-2.88-0.58c-0.64-0.95-0.38-2.24,0.58-2.88l1.31-0.87c1.19-0.79,0.94-1.98,0.83-2.33    c-0.1-0.35-0.56-1.47-1.98-1.47h-65.1c-10.96,0-40.93,18.03-56.91,28.68c-11.94,7.96-17.74,16.89-17.74,27.3    c0,12.58,8.37,22.81,18.66,22.81l12.44,0c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,139.3c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9l0.46-0.34    c7.86-5.85,15.29-11.38,15.29-24.95c0-8.61-3-14.86-8.67-18.07c-1-0.56-1.35-1.83-0.78-2.83c0.56-1,1.83-1.35,2.83-0.78    c4.91,2.78,10.77,8.8,10.77,21.67c0,15.65-8.62,22.07-16.96,28.28l-0.46,0.34C166.36,139.17,165.92,139.3,165.49,139.3z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l7.99,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L112.46,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18h-0.88c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h0.88    c1.15,0,2.07,0.93,2.07,2.07C114.53,163.26,113.6,164.18,112.46,164.18z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M118.62,176.72H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M102.03,126.95H81.3c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h20.73    c1.15,0,2.07,0.93,2.07,2.07C104.1,126.03,103.18,126.95,102.03,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M104.74,77.19h-2.71c-0.89,0-1.64-0.56-1.94-1.34l-2.21,1.34H81.3c-1.15,0-2.07-0.93-2.07-2.07    s0.93-2.07,2.07-2.07h16.59l2.21,1.34c0.3-0.78,1.05-1.34,1.94-1.34h2.71l-3.43,2.07L104.74,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,27.43H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,27.43,118.62,27.43z\"></path>\n	</g>\n	<g>\n		<path d=\"M128.99,102.51V100c0-0.21,0.02-5.34,1.36-12.17c1.61-8.16,5.3-19.42,13.73-26.72    c14.52-12.57,39.2-20.79,40.24-21.14l4.09-1.35l-1.5,4.04c-0.45,1.2-11.04,29.53-21.94,42.11    c-11.12,12.84-32.61,17.09-33.52,17.27L128.99,102.51z M181.37,45.44c-7.71,2.92-24.18,9.8-34.58,18.8    c-7.55,6.53-10.9,16.87-12.38,24.39c-0.7,3.56-1.02,6.66-1.16,8.72c5.92-1.52,20.56-6.04,28.59-15.31    C169.83,72.84,177.97,53.89,181.37,45.44z\"></path>\n	</g>\n	<g>\n		<path d=\"M66.78,123.28l-2.5-0.52c-0.84-0.18-20.75-4.45-31.05-17.32C23.17,92.86,13.39,64.55,12.98,63.35l-1.4-4.07    l4.06,1.45c0.96,0.34,23.78,8.58,37.21,21.17c7.79,7.3,11.19,18.55,12.67,26.7c1.24,6.81,1.25,11.92,1.25,12.13V123.28z     M18.45,66.28c3.15,8.47,10.66,27.37,18.02,36.57c7.3,9.12,20.47,13.62,26.05,15.19c-0.13-2.06-0.43-5.16-1.07-8.7    c-1.37-7.53-4.46-17.89-11.43-24.42C40.56,76.05,25.67,69.26,18.45,66.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,77.19c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54s4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,77.16,118.84,77.19,118.62,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,126.96c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,126.92,118.84,126.96,118.62,126.96z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,176.72c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,176.68,118.84,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,77.19c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    s-4.08,25.02-4.25,25.54C82.97,76.64,82.16,77.19,81.3,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,126.95c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,126.41,82.16,126.95,81.3,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,176.72c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,176.17,82.16,176.72,81.3,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M122.81,89.63c-1.15,0-2.07-0.93-2.07-2.07c0-19.48-14.73-31.1-39.4-31.1c-24.67,0-39.4,11.63-39.4,31.1    c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07c0-11.41,4.5-20.7,13-26.86c7.59-5.49,18.15-8.39,30.54-8.39    s22.95,2.9,30.54,8.39c8.51,6.16,13,15.44,13,26.86C124.88,88.7,123.95,89.63,122.81,89.63z\"></path>\n	</g>\n	<g>\n		<path d=\"M126.96,110.37H35.72c-1.15,0-2.07-0.93-2.07-2.07V91.71c0-1.15,0.93-2.07,2.07-2.07H60.6    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07H37.8v12.44h87.09V93.78H81.34c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    h45.62c1.15,0,2.07,0.93,2.07,2.07v16.59C129.03,109.44,128.1,110.37,126.96,110.37z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,142.61,49.31,143.54,48.16,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,175.79,49.31,176.72,48.16,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,142.61,70.04,143.54,68.9,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,175.79,70.04,176.72,68.9,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,142.61,90.78,143.54,89.63,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,175.79,90.78,176.72,89.63,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,142.61,111.51,143.54,110.37,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,175.79,111.51,176.72,110.37,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M164.28,176.72c-1.15,0-2.07-0.93-2.07-2.07V70.97c0-21.53-4.68-43.54-39.4-43.54    c-15.5,0-26.67,3.61-33.2,10.73c-5.39,5.88-6.19,12.69-6.19,16.22c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07    c0-7.3,3.14-31.1,43.54-31.1c17.34,0,29.61,5.38,36.47,15.98c6.27,9.69,7.07,22.03,7.07,31.71v103.67    C166.35,175.79,165.42,176.72,164.28,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M79.64,89.93c-0.08,0-0.15,0-0.23-0.01c-1.14-0.13-1.96-1.15-1.83-2.29c1.86-16.81,10.74-30.78,16.61-40.02    c1.68-2.64,3.13-4.92,3.96-6.59c0.35-0.7,1.07-1.15,1.85-1.15s1.5,0.44,1.85,1.15c0.84,1.67,2.29,3.95,3.96,6.59    c5.87,9.24,14.75,23.2,16.61,40.02c0.13,1.14-0.69,2.16-1.83,2.29c-1.14,0.12-2.16-0.69-2.29-1.83    c-1.76-15.86-10.32-29.33-15.99-38.25c-0.84-1.32-1.63-2.56-2.32-3.69c-0.69,1.13-1.48,2.37-2.32,3.69    c-5.67,8.92-14.23,22.39-15.99,38.25C81.58,89.14,80.68,89.93,79.64,89.93z\"></path>\n	</g>\n	<g>\n		<path d=\"M100,137.32\"></path>\n	</g>\n	<g>\n		<path d=\"M83.24,114.67c-0.82,0-1.59-0.48-1.92-1.29c-2.74-6.65-4.13-13.25-4.13-19.6c0-1.85,0.12-3.81,0.38-6.16    c0.13-1.14,1.16-1.96,2.29-1.83c1.14,0.13,1.96,1.15,1.83,2.29c-0.24,2.19-0.36,4-0.36,5.7c0,5.81,1.28,11.87,3.81,18.02    c0.44,1.06-0.07,2.27-1.13,2.71C83.77,114.61,83.5,114.67,83.24,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M50.19,118.21c-0.62,0-1.24-0.28-1.65-0.81c-6.7-8.76-10.08-18.61-12.8-26.53    c-2.29-6.68-4.28-12.45-7.16-13.89c-0.8-0.4-1.26-1.27-1.12-2.16c0.13-0.89,0.82-1.59,1.71-1.74c23.52-3.92,36.6-0.58,51.86,13.24    c0.85,0.77,0.91,2.08,0.15,2.93c-0.77,0.85-2.08,0.91-2.93,0.15c-13.4-12.13-24.55-15.52-44.19-12.86    c2.2,3.07,3.78,7.65,5.61,12.99c2.62,7.64,5.89,17.14,12.17,25.36c0.7,0.91,0.52,2.21-0.39,2.91    C51.07,118.08,50.63,118.21,50.19,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M149.81,118.21c-0.44,0-0.88-0.14-1.26-0.43c-0.91-0.7-1.08-2-0.39-2.91c6.29-8.22,9.55-17.73,12.17-25.36    c1.83-5.34,3.41-9.92,5.61-12.99c-19.64-2.65-30.79,0.73-44.19,12.86c-0.85,0.77-2.16,0.7-2.93-0.15    c-0.77-0.85-0.7-2.16,0.15-2.93c15.26-13.82,28.35-17.16,51.86-13.24c0.89,0.15,1.58,0.85,1.71,1.74    c0.13,0.89-0.32,1.76-1.12,2.16c-2.89,1.44-4.87,7.21-7.16,13.89c-2.72,7.92-6.1,17.77-12.8,26.53    C151.05,117.93,150.43,118.21,149.81,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M62.68,160.13c-19.35,0-26.87-7.06-32.92-12.74c-4.76-4.47-8.51-7.99-16.85-7.99c-4.4,0-4.77-2.7-4.78-3.53    c-0.06-5.16,11.75-11.99,14.12-13.3c9.36-5.2,19.52-8.3,27.89-8.49c0.02,0,0.03,0,0.05,0c1.12,0,2.05,0.9,2.07,2.02    c0.03,1.15-0.88,2.1-2.02,2.12c-7.56,0.18-16.86,2.99-25.52,7.72c-7.2,3.93-11.12,7.63-12.16,9.3c0.1,0.01,0.22,0.01,0.36,0.01    c9.98,0,14.69,4.43,19.69,9.12c6.08,5.71,12.37,11.62,30.08,11.62c30.92,0,35.13-18.3,35.29-19.08c0.24-1.12,1.33-1.84,2.45-1.61    c1.12,0.23,1.84,1.31,1.62,2.43C101.85,138.64,97.16,160.13,62.68,160.13z\"></path>\n	</g>\n	<g>\n		<path d=\"M70.97,122.81c-0.29,0-0.59-0.06-0.87-0.19c-5.21-2.43-6.29-2.62-11.44-3.53c-0.76-0.13-1.61-0.28-2.57-0.46    c-1.78-0.32-3.75-0.46-5.85-0.41c-1.15,0.05-2.09-0.88-2.12-2.02c-0.03-1.15,0.88-2.1,2.02-2.12c2.38-0.06,4.63,0.11,6.69,0.48    c0.95,0.17,1.79,0.32,2.55,0.45c5.33,0.94,6.76,1.2,12.47,3.85c1.04,0.48,1.49,1.72,1,2.75C72.5,122.36,71.75,122.81,70.97,122.81    z\"></path>\n	</g>\n	<g>\n		<path d=\"M116.76,114.67c-0.26,0-0.53-0.05-0.79-0.16c-1.06-0.44-1.56-1.65-1.13-2.71c2.53-6.15,3.81-12.22,3.81-18.02    c0-1.7-0.11-3.51-0.36-5.7c-0.13-1.14,0.69-2.16,1.83-2.29c1.14-0.13,2.16,0.69,2.29,1.83c0.26,2.34,0.38,4.3,0.38,6.16    c0,6.35-1.39,12.95-4.13,19.6C118.35,114.18,117.58,114.67,116.76,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M129.03,122.81c-0.78,0-1.53-0.44-1.88-1.2c-0.48-1.04-0.03-2.27,1-2.75c5.71-2.66,7.14-2.91,12.47-3.85    c0.76-0.13,1.6-0.28,2.55-0.45c2.06-0.37,4.31-0.53,6.69-0.48c1.14,0.03,2.05,0.98,2.02,2.12c-0.03,1.13-0.95,2.02-2.07,2.02    c-0.02,0-0.03,0-0.05,0c-2.09-0.05-4.07,0.09-5.85,0.41c-0.96,0.17-1.8,0.32-2.57,0.46c-5.16,0.91-6.23,1.1-11.44,3.53    C129.62,122.75,129.32,122.81,129.03,122.81z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,160.13c-34.48,0-39.17-21.49-39.36-22.4c-0.22-1.12,0.5-2.22,1.63-2.44c1.12-0.23,2.22,0.5,2.44,1.63    c0.16,0.77,4.37,19.07,35.29,19.07c17.71,0,24-5.91,30.08-11.62c4.99-4.69,9.71-9.12,19.69-9.12c0.13,0,0.25,0,0.36-0.01    c-1.04-1.67-4.97-5.37-12.16-9.3c-8.66-4.73-17.96-7.55-25.52-7.72c-1.14-0.03-2.05-0.98-2.02-2.12c0.03-1.13,0.95-2.02,2.07-2.02    c0.02,0,0.03,0,0.05,0c8.37,0.2,18.53,3.29,27.89,8.49c2.37,1.32,14.18,8.14,14.12,13.3c-0.01,0.83-0.38,3.53-4.78,3.53    c-8.33,0-12.09,3.53-16.85,7.99C164.19,153.07,156.67,160.13,137.32,160.13z M187.72,135.86L187.72,135.86L187.72,135.86z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M100,57.65c-11.43,0-20.73-9.3-20.73-20.73s9.3-20.73,20.73-20.73c11.43,0,20.73,9.3,20.73,20.73    S111.43,57.65,100,57.65z M100,20.33c-9.15,0-16.59,7.44-16.59,16.59S90.85,53.51,100,53.51c9.15,0,16.59-7.44,16.59-16.59    S109.15,20.33,100,20.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M170.5,101.19\"></path>\n	</g>\n	<g>\n		<path d=\"M38.69,135.42c-3.39,0-6.88-1.16-10.34-3.47c-0.95-0.64-1.21-1.92-0.58-2.88c0.63-0.95,1.92-1.21,2.88-0.58    c4.28,2.85,8.52,3.5,12.27,1.88c6.39-2.77,11.33-12.02,13.56-25.38C62.09,71.37,73.9,65.95,100,65.95c1.15,0,2.07,0.93,2.07,2.07    s-0.93,2.07-2.07,2.07c-11.94,0-20.58,0.98-26.72,5.85c-6.18,4.9-10.1,14.07-12.71,29.74c-2.5,14.99-8.18,25.11-16,28.5    C42.67,135.01,40.7,135.42,38.69,135.42z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.31,135.42c-2.01,0-3.98-0.41-5.88-1.23c-7.82-3.39-13.5-13.51-16-28.5    c-2.61-15.67-6.53-24.85-12.71-29.74c-6.14-4.87-14.78-5.85-26.72-5.85c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    c26.1,0,37.91,5.43,43.51,39.05c2.23,13.36,7.17,22.61,13.56,25.38c3.75,1.62,7.99,0.97,12.27-1.88c0.95-0.64,2.24-0.38,2.88,0.58    c0.64,0.95,0.38,2.24-0.58,2.88C168.19,134.25,164.69,135.42,161.31,135.42z\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M56.31,183.78c-5.49,0-9.92-1.15-13.26-3.46c-4.86-3.37-7.33-9.06-7.33-16.92     c0-12.17,12.51-19.02,23.54-25.06c9.22-5.04,17.93-9.81,17.93-16.41V97.05c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v24.88c0,9.06-9.75,14.4-20.08,20.05c-10.52,5.75-21.39,11.7-21.39,21.42     c0,6.51,1.81,10.93,5.54,13.51c6.59,4.56,19.61,3.39,37.65-3.4c1.07-0.4,2.27,0.14,2.67,1.21c0.4,1.07-0.14,2.27-1.21,2.67     C73.21,181.65,63.78,183.78,56.31,183.78z\"></path>\n		</g>\n		<g>\n			<path d=\"M143.62,183.82c-10.82,0-25.71-4.49-44.51-13.45c-1.03-0.49-1.47-1.73-0.98-2.76s1.73-1.47,2.76-0.98     c25.73,12.26,44.65,16.01,53.28,10.56c4.01-2.53,5.96-7.04,5.96-13.79c0-9.09-9.51-13.84-19.59-18.88     c-10.76-5.38-21.88-10.94-21.88-22.59V97.05c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v24.88     c0,9.09,9.51,13.84,19.59,18.88c10.76,5.38,21.88,10.94,21.88,22.59c0,8.17-2.66,13.99-7.9,17.3     C153.08,182.78,148.82,183.82,143.62,183.82z\"></path>\n		</g>\n		<g>\n			<path d=\"M100,170.57c-0.3,0-0.6-0.06-0.89-0.2c-13.97-6.65-24.97-13.43-25.08-13.5c-0.97-0.6-1.28-1.88-0.67-2.85     c0.6-0.97,1.88-1.28,2.85-0.67c0.11,0.07,10.93,6.73,24.68,13.28c1.03,0.49,1.47,1.73,0.98,2.76     C101.52,170.13,100.77,170.57,100,170.57z\"></path>\n		</g>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M62.68,138.81c-35.31,0-39.4-46.15-39.4-80.86c0-13.26,3.38-24.61,9.77-32.83    c6.96-8.96,17.21-13.69,29.63-13.69c20.06,0,31.1,15.05,31.1,42.37c0,7.99-0.93,14.04-1.92,20.45    c-1.09,7.07-2.22,14.38-2.22,25.17c0,12.16-2.2,21.74-6.55,28.48C78.48,135.03,71.42,138.81,62.68,138.81z M62.68,15.57    c-25.99,0-35.25,21.89-35.25,42.37c0,52.34,11.2,76.72,35.25,76.72c19.84,0,22.81-22.08,22.81-35.25c0-11.1,1.15-18.58,2.27-25.8    c0.96-6.24,1.88-12.14,1.88-19.81C89.63,36.36,84.96,15.57,62.68,15.57z\"></path>\n	</g>\n	<g>\n		<path d=\"M88.54,84.9c-1.15,0-2.07-0.93-2.07-2.07c0-7.5-6.03-14.27-12.41-21.43c-4.57-5.12-9.24-10.37-11.7-16.11    c-3.42,5.87-10.02,11.17-16.47,16.35c-8.51,6.83-17.3,13.89-17.3,21.19c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.29,9.59-16.98,18.85-24.42c8.51-6.83,17.3-13.89,17.3-21.19c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07    c0,7.5,6.03,14.27,12.41,21.43c6.62,7.43,13.46,15.1,13.46,24.19C90.61,83.97,89.69,84.9,88.54,84.9z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,188.57c-8.74,0-15.8-3.78-20.4-10.92c-4.35-6.74-6.55-16.32-6.55-28.48c0-10.79-1.13-18.1-2.22-25.17    c-0.99-6.41-1.92-12.46-1.92-20.45c0-27.32,11.05-42.37,31.1-42.37c12.42,0,22.66,4.73,29.63,13.69    c6.39,8.22,9.77,19.57,9.77,32.83C176.72,142.42,172.63,188.57,137.32,188.57z M137.32,65.34c-22.28,0-26.95,20.79-26.95,38.22    c0,7.67,0.91,13.57,1.88,19.81c1.12,7.23,2.27,14.7,2.27,25.8c0,13.16,2.96,35.25,22.81,35.25c24.05,0,35.25-24.38,35.25-76.72    C172.57,87.22,163.31,65.34,137.32,65.34z\"></path>\n	</g>\n	<g>\n		<path d=\"M173.48,134.66c-1.15,0-2.07-0.93-2.07-2.07c0-7.3-8.8-14.36-17.3-21.19c-6.45-5.18-13.05-10.48-16.47-16.35    c-2.46,5.74-7.13,10.99-11.7,16.11c-6.38,7.16-12.41,13.92-12.41,21.43c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.08,6.84-16.76,13.46-24.19c6.38-7.16,12.41-13.92,12.41-21.43c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    c0,7.3,8.8,14.36,17.3,21.19c9.27,7.44,18.85,15.14,18.85,24.43C175.55,133.74,174.63,134.66,173.48,134.66z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M81.32,56.46H56.44c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h24.88    c3.43,0,6.22-2.79,6.22-6.22s-2.79-6.22-6.22-6.22H39.85c-3.43,0-6.22,2.79-6.22,6.22s2.79,6.22,6.22,6.22    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-5.72,0-10.37-4.65-10.37-10.37s4.65-10.37,10.37-10.37h41.47    c5.72,0,10.37,4.65,10.37,10.37S87.04,56.46,81.32,56.46z\"></path>\n	</g>\n	<g>\n		<path d=\"M77.18,39.87c-0.13,0-0.27-0.01-0.41-0.04c-1.12-0.22-1.85-1.32-1.63-2.44l2.16-10.81    c0.37-1.83-0.1-3.72-1.29-5.16c-1.19-1.45-2.94-2.28-4.81-2.28H49.97c-1.87,0-3.62,0.83-4.81,2.28c-1.19,1.45-1.66,3.33-1.29,5.16    l2.16,10.81c0.22,1.12-0.5,2.22-1.63,2.44c-1.12,0.22-2.22-0.5-2.44-1.63L39.8,27.39c-0.61-3.06,0.17-6.19,2.15-8.61    c1.98-2.41,4.9-3.79,8.02-3.79H71.2c3.12,0,6.04,1.38,8.02,3.79s2.76,5.55,2.15,8.61L79.21,38.2    C79.01,39.19,78.14,39.87,77.18,39.87z\"></path>\n	</g>\n	<g>\n		<path d=\"M47.62,114.63\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M85.47,126.95c-6.71,0-11.15-2.22-15.44-4.37c-4.04-2.02-7.86-3.93-13.59-3.93     c-11.75,0-19.73,3.89-19.81,3.93c-1.02,0.51-2.27,0.09-2.78-0.93c-0.51-1.02-0.1-2.27,0.93-2.78c0.36-0.18,8.88-4.37,21.66-4.37     c6.71,0,11.15,2.22,15.44,4.37c4.04,2.02,7.86,3.93,13.59,3.93c2.53,0,4.98-0.27,7.47-0.81c1.12-0.25,2.22,0.46,2.47,1.58     c0.24,1.12-0.46,2.22-1.58,2.47C91.04,126.66,88.3,126.95,85.47,126.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M87.95,185.01H33.22c-8.92,0-16.18-7.26-16.18-16.18V91.71c0-14.24,11.86-25.21,20.73-26.77V54.38     c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44c0,1.15-0.93,2.07-2.07,2.07c-7.2,0-18.66,10.44-18.66,22.81v77.13     c0,6.63,5.4,12.03,12.03,12.03h54.73c6.64,0,12.03-5.4,12.03-12.03v-14.97c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v14.97C104.13,177.75,96.87,185.01,87.95,185.01z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,134.98c-1.15,0-2.07-0.93-2.07-2.07v-5.59c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07     v5.59C104.13,134.05,103.2,134.98,102.06,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M101.96,92.18c-1.08,0-1.99-0.83-2.07-1.93C99.04,78.07,88.04,68.9,81.32,68.9c-1.15,0-2.07-0.93-2.07-2.07     V54.38c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v10.54c9.07,1.51,19.75,12.43,20.64,25.03c0.08,1.14-0.78,2.13-1.92,2.21     C102.06,92.18,102.01,92.18,101.96,92.18z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.94,0-1.79-0.64-2.02-1.59c-0.74-3.13-1.12-6.08-1.12-8.78c0-12.49,7.94-20.55,20.22-20.55     c12.28,0,20.22,8.07,20.22,20.55c0,1.92-0.21,4.05-0.61,6.33c-0.2,1.13-1.28,1.88-2.41,1.68c-1.13-0.2-1.88-1.28-1.68-2.41     c0.36-2.04,0.55-3.93,0.55-5.61c0-12.1-8.3-16.41-16.07-16.41s-16.07,4.31-16.07,16.41c0,2.37,0.34,5,1.01,7.82     c0.26,1.11-0.42,2.23-1.54,2.5C115.14,95.66,114.98,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.34,0-0.68-0.08-0.99-0.26c-1.79-0.98-3.49-1.74-5.05-2.26c-2.27-0.75-4.53-1.08-6.72-0.99     c-0.03,0-0.06,0-0.09,0c-1.1,0-2.02-0.87-2.07-1.98c-0.05-1.14,0.84-2.11,1.98-2.16c2.7-0.12,5.45,0.28,8.21,1.19     c1.79,0.59,3.73,1.45,5.74,2.56c1,0.55,1.37,1.81,0.82,2.81C116.27,95.29,115.56,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M93.38,126.1c-0.38,0-0.76-0.1-1.1-0.32c-7.78-4.89-10.73-13.83-7.69-23.35c2.76-8.66,9.22-14.04,17.28-14.4     c1.13-0.05,2.11,0.84,2.16,1.98c0.05,1.14-0.84,2.11-1.98,2.16c-6.34,0.28-11.27,4.48-13.52,11.51     c-2.47,7.74-0.25,14.69,5.95,18.58c0.97,0.61,1.26,1.89,0.65,2.86C94.75,125.75,94.07,126.1,93.38,126.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M106.29,129.95c-0.05,0-0.11,0-0.16-0.01c-1.54-0.12-3.04-0.32-4.46-0.59c-1.13-0.21-1.86-1.3-1.65-2.42     c0.21-1.12,1.29-1.87,2.42-1.65c1.28,0.24,2.63,0.42,4.01,0.53c1.14,0.09,1.99,1.09,1.9,2.23     C108.27,129.13,107.37,129.95,106.29,129.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,129.39c-0.13,0-0.26-0.01-0.39-0.04c-1.47-0.28-2.85-0.63-4.11-1.04c-1.79-0.59-3.47-1.4-5.28-2.53     c-0.97-0.61-1.26-1.89-0.65-2.86c0.61-0.97,1.89-1.26,2.86-0.65c1.52,0.95,2.91,1.62,4.38,2.11c1.08,0.36,2.28,0.66,3.57,0.91     c1.13,0.21,1.87,1.3,1.65,2.42C103.91,128.7,103.04,129.39,102.06,129.39z\"></path>\n		</g>\n		<g>\n			<path d=\"M117.66,164.27c-4.23,0-8.58-1.53-12.5-4.43c-1.74-1.29-3.34-2.87-4.75-4.72c-0.7-0.91-0.52-2.21,0.39-2.91     c0.91-0.7,2.21-0.52,2.91,0.39c1.19,1.56,2.48,2.83,3.92,3.91c3.86,2.85,8.14,4.08,12.06,3.46c3.91-0.62,7.49-3.07,10.36-7.09     c1.37-1.92,2.61-4.25,3.69-6.92c0.43-1.06,1.64-1.57,2.7-1.14c1.06,0.43,1.57,1.64,1.14,2.7c-1.21,2.98-2.61,5.59-4.16,7.78     c-3.53,4.94-8.05,7.98-13.09,8.78C119.45,164.2,118.56,164.27,117.66,164.27z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,155.94c-0.62,0-1.24-0.28-1.65-0.81c-5.36-7-5.39-15.52-0.07-23.38c0.64-0.95,1.93-1.2,2.88-0.56     c0.95,0.64,1.2,1.93,0.56,2.88c-4.31,6.38-4.34,12.96-0.07,18.53c0.7,0.91,0.52,2.21-0.39,2.91     C102.94,155.8,102.5,155.94,102.06,155.94z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.05,134.98c-0.4,0-0.8-0.12-1.16-0.36c-0.95-0.64-1.2-1.93-0.55-2.88l0.04-0.08     c0.09-0.17,0.18-0.33,0.31-0.5c1.11-1.56,2.51-3.16,4.16-4.77c0.82-0.8,2.13-0.78,2.93,0.04c0.8,0.82,0.78,2.13-0.04,2.93     c-1.48,1.44-2.71,2.85-3.67,4.2l-0.03,0.06c-0.08,0.15-0.16,0.29-0.26,0.44C103.37,134.66,102.72,134.98,102.05,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M152.71,162.1c-0.9,0-1.79-0.07-2.67-0.21c-5.04-0.8-9.56-3.83-13.09-8.78c-1.11-1.55-2.17-3.4-3.16-5.5     c-0.49-1.03-0.05-2.27,0.99-2.76c1.03-0.49,2.27-0.05,2.76,0.99c0.88,1.87,1.82,3.51,2.79,4.86c2.87,4.02,6.45,6.47,10.36,7.09     c3.92,0.62,8.21-0.61,12.06-3.46c6.3-4.67,10.55-13.14,3.56-22.94c-1.37-1.92-3.16-3.84-5.32-5.71     c-0.87-0.75-0.96-2.06-0.21-2.92c0.75-0.87,2.06-0.96,2.92-0.21c2.41,2.09,4.42,4.25,5.98,6.44c7.2,10.09,5.44,21.35-4.47,28.68     C161.29,160.57,156.93,162.1,152.71,162.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M162.34,126.19c-1.02,0-1.91-0.75-2.05-1.79c-0.16-1.13,0.64-2.18,1.77-2.34c2.02-0.28,3.83-0.68,5.39-1.2     c11.29-3.74,12.73-13.14,10.32-20.69c-1.5-4.69-4.3-8.28-7.91-10.12c-3.49-1.78-7.76-1.92-12.33-0.41     c-2.21,0.73-4.55,1.87-6.97,3.38c-0.97,0.61-2.25,0.31-2.86-0.66c-0.61-0.97-0.31-2.25,0.66-2.86c2.7-1.69,5.35-2.97,7.87-3.81     c5.65-1.87,11.01-1.64,15.52,0.65c4.6,2.34,8.14,6.8,9.97,12.55c3.78,11.86-1.31,22.02-12.97,25.88     c-1.8,0.59-3.86,1.05-6.12,1.37C162.53,126.18,162.44,126.19,162.34,126.19z\"></path>\n		</g>\n	</g>\n	<g>\n		<path d=\"M135.23,131.1c-8,0-14.51-6.51-14.51-14.51s6.51-14.51,14.51-14.51s14.51,6.51,14.51,14.51    S143.23,131.1,135.23,131.1z M135.23,106.22c-5.72,0-10.37,4.65-10.37,10.37c0,5.72,4.65,10.37,10.37,10.37    c5.72,0,10.37-4.65,10.37-10.37C145.6,110.87,140.95,106.22,135.23,106.22z\"></path>\n	</g>\n</g>\n</svg>                    	\n    Shiatsu\n                    <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 200 200\" style=\"enable-background:new 0 0 200 200;\" xml:space=\"preserve\">\n<style type=\"text/css\">\n	.st0{display:none;}\n	.st1{display:inline;}\n	.st2{fill:#101C1D;}\n	.st3{fill:none;}\n	.st4{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}\n	.st5{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10;}\n</style>\n<g>\n	<g>\n		<path d=\"M111.58,122.8c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c5.72,0,10.37-4.65,10.37-10.37    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    C126.09,116.29,119.58,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M172.36,92.48c-0.57,0-1.14-0.24-1.55-0.7c-0.76-0.86-0.68-2.17,0.17-2.93c4.46-3.96,9.02-9.43,9.02-19.96    c0-13.07-6.9-20.56-18.93-20.56c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c14.45,0,23.07,9.24,23.07,24.7    c0,12.24-5.57,18.76-10.42,23.06C173.34,92.31,172.85,92.48,172.36,92.48z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,97.92c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9c2.46-1.83,4.67-3.5,6.73-5.33    c0.86-0.76,2.17-0.68,2.93,0.17c0.76,0.86,0.68,2.17-0.17,2.93c-2.18,1.94-4.46,3.66-7.01,5.56    C166.36,97.79,165.92,97.92,165.49,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.08,48.34c-0.55,0-1.08-0.23-1.47-0.61c-0.1-0.1-0.18-0.21-0.26-0.32c-0.08-0.11-0.14-0.23-0.19-0.36    c-0.05-0.12-0.09-0.26-0.12-0.39c-0.03-0.13-0.04-0.27-0.04-0.4c0-0.55,0.22-1.08,0.61-1.47c0.77-0.77,2.16-0.77,2.93,0    c0.1,0.1,0.18,0.21,0.26,0.32c0.08,0.11,0.15,0.23,0.19,0.36c0.06,0.12,0.09,0.26,0.12,0.39c0.03,0.13,0.04,0.27,0.04,0.41    c0,0.13-0.01,0.27-0.04,0.4c-0.03,0.13-0.06,0.26-0.12,0.39c-0.05,0.12-0.12,0.25-0.19,0.36c-0.08,0.11-0.16,0.22-0.26,0.32    C162.16,48.11,161.62,48.34,161.08,48.34z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"120.73\" x2=\"51.45\" y2=\"120.73\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l8.86,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-2.03c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h2.03c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8H55.55c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.03    c1.15,0,2.07,0.93,2.07,2.07C113.65,121.88,112.72,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,97.92H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,97.92,111.58,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.45,164.18c-1.08,0-1.99-0.83-2.07-1.93c-0.08-1.14,0.78-2.13,1.92-2.21c5.4-0.38,9.64-4.9,9.64-10.28    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    c0,7.55-5.93,13.88-13.49,14.42C112.55,164.18,112.5,164.18,112.45,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c0.08,0,0.16-0.02,0.24-0.03    c0.16-0.02,0.33-0.04,0.49-0.06c1.14-0.1,2.13,0.78,2.21,1.92c0.08,1.14-0.78,2.13-1.92,2.21c-0.07,0.01-0.15,0.02-0.22,0.03    C112.17,164.24,111.9,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"162.2\" x2=\"51.45\" y2=\"162.2\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,164.27L51.45,164.27c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,163.34,52.59,164.27,51.45,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M38.06,164.28c-5.06,0-10.02-2.09-13.98-5.91c-5.23-5.07-8.24-12.61-8.24-20.68c0-8.4,3.32-16.08,9.86-22.82    c0.8-0.82,2.11-0.84,2.93-0.04c0.82,0.8,0.84,2.11,0.04,2.93C22.84,123.78,20,130.3,20,137.68c0,6.96,2.54,13.41,6.98,17.7    c3.34,3.24,7.36,4.86,11.62,4.74l12.86,0c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07l0,0l-12.79,0    C38.46,164.28,38.26,164.28,38.06,164.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-3.75c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h3.75c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27H55.2c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.38    c1.15,0,2.07,0.93,2.07,2.07C113.65,163.34,112.72,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-1.68c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h1.68c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,139.39H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,139.39,111.58,139.39z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-4.1c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h4.1c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M106.56,81.33H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h53.03c2.88,0,5.66-0.84,8.05-2.44    l45.32-30.21c0.95-0.64,2.24-0.38,2.88,0.58s0.38,2.24-0.58,2.88L116.91,78.2C113.83,80.25,110.25,81.33,106.56,81.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8l-12.44,0c-12.58,0-22.81-12.09-22.81-26.95c0-11.91,6.41-21.97,19.58-30.75    c4.51-3.01,44.49-29.38,59.21-29.38h65.1c2.8,0,5.14,1.73,5.95,4.42c0.81,2.68-0.17,5.42-2.5,6.98l-1.31,0.87    c-0.95,0.63-2.24,0.38-2.88-0.58c-0.64-0.95-0.38-2.24,0.58-2.88l1.31-0.87c1.19-0.79,0.94-1.98,0.83-2.33    c-0.1-0.35-0.56-1.47-1.98-1.47h-65.1c-10.96,0-40.93,18.03-56.91,28.68c-11.94,7.96-17.74,16.89-17.74,27.3    c0,12.58,8.37,22.81,18.66,22.81l12.44,0c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,139.3c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9l0.46-0.34    c7.86-5.85,15.29-11.38,15.29-24.95c0-8.61-3-14.86-8.67-18.07c-1-0.56-1.35-1.83-0.78-2.83c0.56-1,1.83-1.35,2.83-0.78    c4.91,2.78,10.77,8.8,10.77,21.67c0,15.65-8.62,22.07-16.96,28.28l-0.46,0.34C166.36,139.17,165.92,139.3,165.49,139.3z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l7.99,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L112.46,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18h-0.88c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h0.88    c1.15,0,2.07,0.93,2.07,2.07C114.53,163.26,113.6,164.18,112.46,164.18z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M118.62,176.72H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M102.03,126.95H81.3c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h20.73    c1.15,0,2.07,0.93,2.07,2.07C104.1,126.03,103.18,126.95,102.03,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M104.74,77.19h-2.71c-0.89,0-1.64-0.56-1.94-1.34l-2.21,1.34H81.3c-1.15,0-2.07-0.93-2.07-2.07    s0.93-2.07,2.07-2.07h16.59l2.21,1.34c0.3-0.78,1.05-1.34,1.94-1.34h2.71l-3.43,2.07L104.74,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,27.43H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,27.43,118.62,27.43z\"></path>\n	</g>\n	<g>\n		<path d=\"M128.99,102.51V100c0-0.21,0.02-5.34,1.36-12.17c1.61-8.16,5.3-19.42,13.73-26.72    c14.52-12.57,39.2-20.79,40.24-21.14l4.09-1.35l-1.5,4.04c-0.45,1.2-11.04,29.53-21.94,42.11    c-11.12,12.84-32.61,17.09-33.52,17.27L128.99,102.51z M181.37,45.44c-7.71,2.92-24.18,9.8-34.58,18.8    c-7.55,6.53-10.9,16.87-12.38,24.39c-0.7,3.56-1.02,6.66-1.16,8.72c5.92-1.52,20.56-6.04,28.59-15.31    C169.83,72.84,177.97,53.89,181.37,45.44z\"></path>\n	</g>\n	<g>\n		<path d=\"M66.78,123.28l-2.5-0.52c-0.84-0.18-20.75-4.45-31.05-17.32C23.17,92.86,13.39,64.55,12.98,63.35l-1.4-4.07    l4.06,1.45c0.96,0.34,23.78,8.58,37.21,21.17c7.79,7.3,11.19,18.55,12.67,26.7c1.24,6.81,1.25,11.92,1.25,12.13V123.28z     M18.45,66.28c3.15,8.47,10.66,27.37,18.02,36.57c7.3,9.12,20.47,13.62,26.05,15.19c-0.13-2.06-0.43-5.16-1.07-8.7    c-1.37-7.53-4.46-17.89-11.43-24.42C40.56,76.05,25.67,69.26,18.45,66.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,77.19c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54s4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,77.16,118.84,77.19,118.62,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,126.96c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,126.92,118.84,126.96,118.62,126.96z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,176.72c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,176.68,118.84,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,77.19c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    s-4.08,25.02-4.25,25.54C82.97,76.64,82.16,77.19,81.3,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,126.95c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,126.41,82.16,126.95,81.3,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,176.72c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,176.17,82.16,176.72,81.3,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M122.81,89.63c-1.15,0-2.07-0.93-2.07-2.07c0-19.48-14.73-31.1-39.4-31.1c-24.67,0-39.4,11.63-39.4,31.1    c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07c0-11.41,4.5-20.7,13-26.86c7.59-5.49,18.15-8.39,30.54-8.39    s22.95,2.9,30.54,8.39c8.51,6.16,13,15.44,13,26.86C124.88,88.7,123.95,89.63,122.81,89.63z\"></path>\n	</g>\n	<g>\n		<path d=\"M126.96,110.37H35.72c-1.15,0-2.07-0.93-2.07-2.07V91.71c0-1.15,0.93-2.07,2.07-2.07H60.6    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07H37.8v12.44h87.09V93.78H81.34c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    h45.62c1.15,0,2.07,0.93,2.07,2.07v16.59C129.03,109.44,128.1,110.37,126.96,110.37z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,142.61,49.31,143.54,48.16,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,175.79,49.31,176.72,48.16,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,142.61,70.04,143.54,68.9,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,175.79,70.04,176.72,68.9,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,142.61,90.78,143.54,89.63,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,175.79,90.78,176.72,89.63,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,142.61,111.51,143.54,110.37,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,175.79,111.51,176.72,110.37,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M164.28,176.72c-1.15,0-2.07-0.93-2.07-2.07V70.97c0-21.53-4.68-43.54-39.4-43.54    c-15.5,0-26.67,3.61-33.2,10.73c-5.39,5.88-6.19,12.69-6.19,16.22c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07    c0-7.3,3.14-31.1,43.54-31.1c17.34,0,29.61,5.38,36.47,15.98c6.27,9.69,7.07,22.03,7.07,31.71v103.67    C166.35,175.79,165.42,176.72,164.28,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M79.64,89.93c-0.08,0-0.15,0-0.23-0.01c-1.14-0.13-1.96-1.15-1.83-2.29c1.86-16.81,10.74-30.78,16.61-40.02    c1.68-2.64,3.13-4.92,3.96-6.59c0.35-0.7,1.07-1.15,1.85-1.15s1.5,0.44,1.85,1.15c0.84,1.67,2.29,3.95,3.96,6.59    c5.87,9.24,14.75,23.2,16.61,40.02c0.13,1.14-0.69,2.16-1.83,2.29c-1.14,0.12-2.16-0.69-2.29-1.83    c-1.76-15.86-10.32-29.33-15.99-38.25c-0.84-1.32-1.63-2.56-2.32-3.69c-0.69,1.13-1.48,2.37-2.32,3.69    c-5.67,8.92-14.23,22.39-15.99,38.25C81.58,89.14,80.68,89.93,79.64,89.93z\"></path>\n	</g>\n	<g>\n		<path d=\"M100,137.32\"></path>\n	</g>\n	<g>\n		<path d=\"M83.24,114.67c-0.82,0-1.59-0.48-1.92-1.29c-2.74-6.65-4.13-13.25-4.13-19.6c0-1.85,0.12-3.81,0.38-6.16    c0.13-1.14,1.16-1.96,2.29-1.83c1.14,0.13,1.96,1.15,1.83,2.29c-0.24,2.19-0.36,4-0.36,5.7c0,5.81,1.28,11.87,3.81,18.02    c0.44,1.06-0.07,2.27-1.13,2.71C83.77,114.61,83.5,114.67,83.24,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M50.19,118.21c-0.62,0-1.24-0.28-1.65-0.81c-6.7-8.76-10.08-18.61-12.8-26.53    c-2.29-6.68-4.28-12.45-7.16-13.89c-0.8-0.4-1.26-1.27-1.12-2.16c0.13-0.89,0.82-1.59,1.71-1.74c23.52-3.92,36.6-0.58,51.86,13.24    c0.85,0.77,0.91,2.08,0.15,2.93c-0.77,0.85-2.08,0.91-2.93,0.15c-13.4-12.13-24.55-15.52-44.19-12.86    c2.2,3.07,3.78,7.65,5.61,12.99c2.62,7.64,5.89,17.14,12.17,25.36c0.7,0.91,0.52,2.21-0.39,2.91    C51.07,118.08,50.63,118.21,50.19,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M149.81,118.21c-0.44,0-0.88-0.14-1.26-0.43c-0.91-0.7-1.08-2-0.39-2.91c6.29-8.22,9.55-17.73,12.17-25.36    c1.83-5.34,3.41-9.92,5.61-12.99c-19.64-2.65-30.79,0.73-44.19,12.86c-0.85,0.77-2.16,0.7-2.93-0.15    c-0.77-0.85-0.7-2.16,0.15-2.93c15.26-13.82,28.35-17.16,51.86-13.24c0.89,0.15,1.58,0.85,1.71,1.74    c0.13,0.89-0.32,1.76-1.12,2.16c-2.89,1.44-4.87,7.21-7.16,13.89c-2.72,7.92-6.1,17.77-12.8,26.53    C151.05,117.93,150.43,118.21,149.81,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M62.68,160.13c-19.35,0-26.87-7.06-32.92-12.74c-4.76-4.47-8.51-7.99-16.85-7.99c-4.4,0-4.77-2.7-4.78-3.53    c-0.06-5.16,11.75-11.99,14.12-13.3c9.36-5.2,19.52-8.3,27.89-8.49c0.02,0,0.03,0,0.05,0c1.12,0,2.05,0.9,2.07,2.02    c0.03,1.15-0.88,2.1-2.02,2.12c-7.56,0.18-16.86,2.99-25.52,7.72c-7.2,3.93-11.12,7.63-12.16,9.3c0.1,0.01,0.22,0.01,0.36,0.01    c9.98,0,14.69,4.43,19.69,9.12c6.08,5.71,12.37,11.62,30.08,11.62c30.92,0,35.13-18.3,35.29-19.08c0.24-1.12,1.33-1.84,2.45-1.61    c1.12,0.23,1.84,1.31,1.62,2.43C101.85,138.64,97.16,160.13,62.68,160.13z\"></path>\n	</g>\n	<g>\n		<path d=\"M70.97,122.81c-0.29,0-0.59-0.06-0.87-0.19c-5.21-2.43-6.29-2.62-11.44-3.53c-0.76-0.13-1.61-0.28-2.57-0.46    c-1.78-0.32-3.75-0.46-5.85-0.41c-1.15,0.05-2.09-0.88-2.12-2.02c-0.03-1.15,0.88-2.1,2.02-2.12c2.38-0.06,4.63,0.11,6.69,0.48    c0.95,0.17,1.79,0.32,2.55,0.45c5.33,0.94,6.76,1.2,12.47,3.85c1.04,0.48,1.49,1.72,1,2.75C72.5,122.36,71.75,122.81,70.97,122.81    z\"></path>\n	</g>\n	<g>\n		<path d=\"M116.76,114.67c-0.26,0-0.53-0.05-0.79-0.16c-1.06-0.44-1.56-1.65-1.13-2.71c2.53-6.15,3.81-12.22,3.81-18.02    c0-1.7-0.11-3.51-0.36-5.7c-0.13-1.14,0.69-2.16,1.83-2.29c1.14-0.13,2.16,0.69,2.29,1.83c0.26,2.34,0.38,4.3,0.38,6.16    c0,6.35-1.39,12.95-4.13,19.6C118.35,114.18,117.58,114.67,116.76,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M129.03,122.81c-0.78,0-1.53-0.44-1.88-1.2c-0.48-1.04-0.03-2.27,1-2.75c5.71-2.66,7.14-2.91,12.47-3.85    c0.76-0.13,1.6-0.28,2.55-0.45c2.06-0.37,4.31-0.53,6.69-0.48c1.14,0.03,2.05,0.98,2.02,2.12c-0.03,1.13-0.95,2.02-2.07,2.02    c-0.02,0-0.03,0-0.05,0c-2.09-0.05-4.07,0.09-5.85,0.41c-0.96,0.17-1.8,0.32-2.57,0.46c-5.16,0.91-6.23,1.1-11.44,3.53    C129.62,122.75,129.32,122.81,129.03,122.81z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,160.13c-34.48,0-39.17-21.49-39.36-22.4c-0.22-1.12,0.5-2.22,1.63-2.44c1.12-0.23,2.22,0.5,2.44,1.63    c0.16,0.77,4.37,19.07,35.29,19.07c17.71,0,24-5.91,30.08-11.62c4.99-4.69,9.71-9.12,19.69-9.12c0.13,0,0.25,0,0.36-0.01    c-1.04-1.67-4.97-5.37-12.16-9.3c-8.66-4.73-17.96-7.55-25.52-7.72c-1.14-0.03-2.05-0.98-2.02-2.12c0.03-1.13,0.95-2.02,2.07-2.02    c0.02,0,0.03,0,0.05,0c8.37,0.2,18.53,3.29,27.89,8.49c2.37,1.32,14.18,8.14,14.12,13.3c-0.01,0.83-0.38,3.53-4.78,3.53    c-8.33,0-12.09,3.53-16.85,7.99C164.19,153.07,156.67,160.13,137.32,160.13z M187.72,135.86L187.72,135.86L187.72,135.86z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M100,57.65c-11.43,0-20.73-9.3-20.73-20.73s9.3-20.73,20.73-20.73c11.43,0,20.73,9.3,20.73,20.73    S111.43,57.65,100,57.65z M100,20.33c-9.15,0-16.59,7.44-16.59,16.59S90.85,53.51,100,53.51c9.15,0,16.59-7.44,16.59-16.59    S109.15,20.33,100,20.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M170.5,101.19\"></path>\n	</g>\n	<g>\n		<path d=\"M38.69,135.42c-3.39,0-6.88-1.16-10.34-3.47c-0.95-0.64-1.21-1.92-0.58-2.88c0.63-0.95,1.92-1.21,2.88-0.58    c4.28,2.85,8.52,3.5,12.27,1.88c6.39-2.77,11.33-12.02,13.56-25.38C62.09,71.37,73.9,65.95,100,65.95c1.15,0,2.07,0.93,2.07,2.07    s-0.93,2.07-2.07,2.07c-11.94,0-20.58,0.98-26.72,5.85c-6.18,4.9-10.1,14.07-12.71,29.74c-2.5,14.99-8.18,25.11-16,28.5    C42.67,135.01,40.7,135.42,38.69,135.42z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.31,135.42c-2.01,0-3.98-0.41-5.88-1.23c-7.82-3.39-13.5-13.51-16-28.5    c-2.61-15.67-6.53-24.85-12.71-29.74c-6.14-4.87-14.78-5.85-26.72-5.85c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    c26.1,0,37.91,5.43,43.51,39.05c2.23,13.36,7.17,22.61,13.56,25.38c3.75,1.62,7.99,0.97,12.27-1.88c0.95-0.64,2.24-0.38,2.88,0.58    c0.64,0.95,0.38,2.24-0.58,2.88C168.19,134.25,164.69,135.42,161.31,135.42z\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M56.31,183.78c-5.49,0-9.92-1.15-13.26-3.46c-4.86-3.37-7.33-9.06-7.33-16.92     c0-12.17,12.51-19.02,23.54-25.06c9.22-5.04,17.93-9.81,17.93-16.41V97.05c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v24.88c0,9.06-9.75,14.4-20.08,20.05c-10.52,5.75-21.39,11.7-21.39,21.42     c0,6.51,1.81,10.93,5.54,13.51c6.59,4.56,19.61,3.39,37.65-3.4c1.07-0.4,2.27,0.14,2.67,1.21c0.4,1.07-0.14,2.27-1.21,2.67     C73.21,181.65,63.78,183.78,56.31,183.78z\"></path>\n		</g>\n		<g>\n			<path d=\"M143.62,183.82c-10.82,0-25.71-4.49-44.51-13.45c-1.03-0.49-1.47-1.73-0.98-2.76s1.73-1.47,2.76-0.98     c25.73,12.26,44.65,16.01,53.28,10.56c4.01-2.53,5.96-7.04,5.96-13.79c0-9.09-9.51-13.84-19.59-18.88     c-10.76-5.38-21.88-10.94-21.88-22.59V97.05c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v24.88     c0,9.09,9.51,13.84,19.59,18.88c10.76,5.38,21.88,10.94,21.88,22.59c0,8.17-2.66,13.99-7.9,17.3     C153.08,182.78,148.82,183.82,143.62,183.82z\"></path>\n		</g>\n		<g>\n			<path d=\"M100,170.57c-0.3,0-0.6-0.06-0.89-0.2c-13.97-6.65-24.97-13.43-25.08-13.5c-0.97-0.6-1.28-1.88-0.67-2.85     c0.6-0.97,1.88-1.28,2.85-0.67c0.11,0.07,10.93,6.73,24.68,13.28c1.03,0.49,1.47,1.73,0.98,2.76     C101.52,170.13,100.77,170.57,100,170.57z\"></path>\n		</g>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M62.68,138.81c-35.31,0-39.4-46.15-39.4-80.86c0-13.26,3.38-24.61,9.77-32.83    c6.96-8.96,17.21-13.69,29.63-13.69c20.06,0,31.1,15.05,31.1,42.37c0,7.99-0.93,14.04-1.92,20.45    c-1.09,7.07-2.22,14.38-2.22,25.17c0,12.16-2.2,21.74-6.55,28.48C78.48,135.03,71.42,138.81,62.68,138.81z M62.68,15.57    c-25.99,0-35.25,21.89-35.25,42.37c0,52.34,11.2,76.72,35.25,76.72c19.84,0,22.81-22.08,22.81-35.25c0-11.1,1.15-18.58,2.27-25.8    c0.96-6.24,1.88-12.14,1.88-19.81C89.63,36.36,84.96,15.57,62.68,15.57z\"></path>\n	</g>\n	<g>\n		<path d=\"M88.54,84.9c-1.15,0-2.07-0.93-2.07-2.07c0-7.5-6.03-14.27-12.41-21.43c-4.57-5.12-9.24-10.37-11.7-16.11    c-3.42,5.87-10.02,11.17-16.47,16.35c-8.51,6.83-17.3,13.89-17.3,21.19c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.29,9.59-16.98,18.85-24.42c8.51-6.83,17.3-13.89,17.3-21.19c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07    c0,7.5,6.03,14.27,12.41,21.43c6.62,7.43,13.46,15.1,13.46,24.19C90.61,83.97,89.69,84.9,88.54,84.9z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,188.57c-8.74,0-15.8-3.78-20.4-10.92c-4.35-6.74-6.55-16.32-6.55-28.48c0-10.79-1.13-18.1-2.22-25.17    c-0.99-6.41-1.92-12.46-1.92-20.45c0-27.32,11.05-42.37,31.1-42.37c12.42,0,22.66,4.73,29.63,13.69    c6.39,8.22,9.77,19.57,9.77,32.83C176.72,142.42,172.63,188.57,137.32,188.57z M137.32,65.34c-22.28,0-26.95,20.79-26.95,38.22    c0,7.67,0.91,13.57,1.88,19.81c1.12,7.23,2.27,14.7,2.27,25.8c0,13.16,2.96,35.25,22.81,35.25c24.05,0,35.25-24.38,35.25-76.72    C172.57,87.22,163.31,65.34,137.32,65.34z\"></path>\n	</g>\n	<g>\n		<path d=\"M173.48,134.66c-1.15,0-2.07-0.93-2.07-2.07c0-7.3-8.8-14.36-17.3-21.19c-6.45-5.18-13.05-10.48-16.47-16.35    c-2.46,5.74-7.13,10.99-11.7,16.11c-6.38,7.16-12.41,13.92-12.41,21.43c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.08,6.84-16.76,13.46-24.19c6.38-7.16,12.41-13.92,12.41-21.43c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    c0,7.3,8.8,14.36,17.3,21.19c9.27,7.44,18.85,15.14,18.85,24.43C175.55,133.74,174.63,134.66,173.48,134.66z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M81.32,56.46H56.44c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h24.88    c3.43,0,6.22-2.79,6.22-6.22s-2.79-6.22-6.22-6.22H39.85c-3.43,0-6.22,2.79-6.22,6.22s2.79,6.22,6.22,6.22    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-5.72,0-10.37-4.65-10.37-10.37s4.65-10.37,10.37-10.37h41.47    c5.72,0,10.37,4.65,10.37,10.37S87.04,56.46,81.32,56.46z\"></path>\n	</g>\n	<g>\n		<path d=\"M77.18,39.87c-0.13,0-0.27-0.01-0.41-0.04c-1.12-0.22-1.85-1.32-1.63-2.44l2.16-10.81    c0.37-1.83-0.1-3.72-1.29-5.16c-1.19-1.45-2.94-2.28-4.81-2.28H49.97c-1.87,0-3.62,0.83-4.81,2.28c-1.19,1.45-1.66,3.33-1.29,5.16    l2.16,10.81c0.22,1.12-0.5,2.22-1.63,2.44c-1.12,0.22-2.22-0.5-2.44-1.63L39.8,27.39c-0.61-3.06,0.17-6.19,2.15-8.61    c1.98-2.41,4.9-3.79,8.02-3.79H71.2c3.12,0,6.04,1.38,8.02,3.79s2.76,5.55,2.15,8.61L79.21,38.2    C79.01,39.19,78.14,39.87,77.18,39.87z\"></path>\n	</g>\n	<g>\n		<path d=\"M47.62,114.63\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M85.47,126.95c-6.71,0-11.15-2.22-15.44-4.37c-4.04-2.02-7.86-3.93-13.59-3.93     c-11.75,0-19.73,3.89-19.81,3.93c-1.02,0.51-2.27,0.09-2.78-0.93c-0.51-1.02-0.1-2.27,0.93-2.78c0.36-0.18,8.88-4.37,21.66-4.37     c6.71,0,11.15,2.22,15.44,4.37c4.04,2.02,7.86,3.93,13.59,3.93c2.53,0,4.98-0.27,7.47-0.81c1.12-0.25,2.22,0.46,2.47,1.58     c0.24,1.12-0.46,2.22-1.58,2.47C91.04,126.66,88.3,126.95,85.47,126.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M87.95,185.01H33.22c-8.92,0-16.18-7.26-16.18-16.18V91.71c0-14.24,11.86-25.21,20.73-26.77V54.38     c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44c0,1.15-0.93,2.07-2.07,2.07c-7.2,0-18.66,10.44-18.66,22.81v77.13     c0,6.63,5.4,12.03,12.03,12.03h54.73c6.64,0,12.03-5.4,12.03-12.03v-14.97c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v14.97C104.13,177.75,96.87,185.01,87.95,185.01z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,134.98c-1.15,0-2.07-0.93-2.07-2.07v-5.59c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07     v5.59C104.13,134.05,103.2,134.98,102.06,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M101.96,92.18c-1.08,0-1.99-0.83-2.07-1.93C99.04,78.07,88.04,68.9,81.32,68.9c-1.15,0-2.07-0.93-2.07-2.07     V54.38c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v10.54c9.07,1.51,19.75,12.43,20.64,25.03c0.08,1.14-0.78,2.13-1.92,2.21     C102.06,92.18,102.01,92.18,101.96,92.18z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.94,0-1.79-0.64-2.02-1.59c-0.74-3.13-1.12-6.08-1.12-8.78c0-12.49,7.94-20.55,20.22-20.55     c12.28,0,20.22,8.07,20.22,20.55c0,1.92-0.21,4.05-0.61,6.33c-0.2,1.13-1.28,1.88-2.41,1.68c-1.13-0.2-1.88-1.28-1.68-2.41     c0.36-2.04,0.55-3.93,0.55-5.61c0-12.1-8.3-16.41-16.07-16.41s-16.07,4.31-16.07,16.41c0,2.37,0.34,5,1.01,7.82     c0.26,1.11-0.42,2.23-1.54,2.5C115.14,95.66,114.98,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.34,0-0.68-0.08-0.99-0.26c-1.79-0.98-3.49-1.74-5.05-2.26c-2.27-0.75-4.53-1.08-6.72-0.99     c-0.03,0-0.06,0-0.09,0c-1.1,0-2.02-0.87-2.07-1.98c-0.05-1.14,0.84-2.11,1.98-2.16c2.7-0.12,5.45,0.28,8.21,1.19     c1.79,0.59,3.73,1.45,5.74,2.56c1,0.55,1.37,1.81,0.82,2.81C116.27,95.29,115.56,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M93.38,126.1c-0.38,0-0.76-0.1-1.1-0.32c-7.78-4.89-10.73-13.83-7.69-23.35c2.76-8.66,9.22-14.04,17.28-14.4     c1.13-0.05,2.11,0.84,2.16,1.98c0.05,1.14-0.84,2.11-1.98,2.16c-6.34,0.28-11.27,4.48-13.52,11.51     c-2.47,7.74-0.25,14.69,5.95,18.58c0.97,0.61,1.26,1.89,0.65,2.86C94.75,125.75,94.07,126.1,93.38,126.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M106.29,129.95c-0.05,0-0.11,0-0.16-0.01c-1.54-0.12-3.04-0.32-4.46-0.59c-1.13-0.21-1.86-1.3-1.65-2.42     c0.21-1.12,1.29-1.87,2.42-1.65c1.28,0.24,2.63,0.42,4.01,0.53c1.14,0.09,1.99,1.09,1.9,2.23     C108.27,129.13,107.37,129.95,106.29,129.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,129.39c-0.13,0-0.26-0.01-0.39-0.04c-1.47-0.28-2.85-0.63-4.11-1.04c-1.79-0.59-3.47-1.4-5.28-2.53     c-0.97-0.61-1.26-1.89-0.65-2.86c0.61-0.97,1.89-1.26,2.86-0.65c1.52,0.95,2.91,1.62,4.38,2.11c1.08,0.36,2.28,0.66,3.57,0.91     c1.13,0.21,1.87,1.3,1.65,2.42C103.91,128.7,103.04,129.39,102.06,129.39z\"></path>\n		</g>\n		<g>\n			<path d=\"M117.66,164.27c-4.23,0-8.58-1.53-12.5-4.43c-1.74-1.29-3.34-2.87-4.75-4.72c-0.7-0.91-0.52-2.21,0.39-2.91     c0.91-0.7,2.21-0.52,2.91,0.39c1.19,1.56,2.48,2.83,3.92,3.91c3.86,2.85,8.14,4.08,12.06,3.46c3.91-0.62,7.49-3.07,10.36-7.09     c1.37-1.92,2.61-4.25,3.69-6.92c0.43-1.06,1.64-1.57,2.7-1.14c1.06,0.43,1.57,1.64,1.14,2.7c-1.21,2.98-2.61,5.59-4.16,7.78     c-3.53,4.94-8.05,7.98-13.09,8.78C119.45,164.2,118.56,164.27,117.66,164.27z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,155.94c-0.62,0-1.24-0.28-1.65-0.81c-5.36-7-5.39-15.52-0.07-23.38c0.64-0.95,1.93-1.2,2.88-0.56     c0.95,0.64,1.2,1.93,0.56,2.88c-4.31,6.38-4.34,12.96-0.07,18.53c0.7,0.91,0.52,2.21-0.39,2.91     C102.94,155.8,102.5,155.94,102.06,155.94z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.05,134.98c-0.4,0-0.8-0.12-1.16-0.36c-0.95-0.64-1.2-1.93-0.55-2.88l0.04-0.08     c0.09-0.17,0.18-0.33,0.31-0.5c1.11-1.56,2.51-3.16,4.16-4.77c0.82-0.8,2.13-0.78,2.93,0.04c0.8,0.82,0.78,2.13-0.04,2.93     c-1.48,1.44-2.71,2.85-3.67,4.2l-0.03,0.06c-0.08,0.15-0.16,0.29-0.26,0.44C103.37,134.66,102.72,134.98,102.05,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M152.71,162.1c-0.9,0-1.79-0.07-2.67-0.21c-5.04-0.8-9.56-3.83-13.09-8.78c-1.11-1.55-2.17-3.4-3.16-5.5     c-0.49-1.03-0.05-2.27,0.99-2.76c1.03-0.49,2.27-0.05,2.76,0.99c0.88,1.87,1.82,3.51,2.79,4.86c2.87,4.02,6.45,6.47,10.36,7.09     c3.92,0.62,8.21-0.61,12.06-3.46c6.3-4.67,10.55-13.14,3.56-22.94c-1.37-1.92-3.16-3.84-5.32-5.71     c-0.87-0.75-0.96-2.06-0.21-2.92c0.75-0.87,2.06-0.96,2.92-0.21c2.41,2.09,4.42,4.25,5.98,6.44c7.2,10.09,5.44,21.35-4.47,28.68     C161.29,160.57,156.93,162.1,152.71,162.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M162.34,126.19c-1.02,0-1.91-0.75-2.05-1.79c-0.16-1.13,0.64-2.18,1.77-2.34c2.02-0.28,3.83-0.68,5.39-1.2     c11.29-3.74,12.73-13.14,10.32-20.69c-1.5-4.69-4.3-8.28-7.91-10.12c-3.49-1.78-7.76-1.92-12.33-0.41     c-2.21,0.73-4.55,1.87-6.97,3.38c-0.97,0.61-2.25,0.31-2.86-0.66c-0.61-0.97-0.31-2.25,0.66-2.86c2.7-1.69,5.35-2.97,7.87-3.81     c5.65-1.87,11.01-1.64,15.52,0.65c4.6,2.34,8.14,6.8,9.97,12.55c3.78,11.86-1.31,22.02-12.97,25.88     c-1.8,0.59-3.86,1.05-6.12,1.37C162.53,126.18,162.44,126.19,162.34,126.19z\"></path>\n		</g>\n	</g>\n	<g>\n		<path d=\"M135.23,131.1c-8,0-14.51-6.51-14.51-14.51s6.51-14.51,14.51-14.51s14.51,6.51,14.51,14.51    S143.23,131.1,135.23,131.1z M135.23,106.22c-5.72,0-10.37,4.65-10.37,10.37c0,5.72,4.65,10.37,10.37,10.37    c5.72,0,10.37-4.65,10.37-10.37C145.6,110.87,140.95,106.22,135.23,106.22z\"></path>\n	</g>\n</g>\n</svg>                    	\n    Salt Peeling\n<!-- end Icon Bullets -->', 'Icon Bullets with a Remote Information C', '', 'publish', 'closed', 'closed', '', 'icon-bullets-with-a-remote-information-c', '', '', '2025-12-31 01:27:41', '2025-12-31 01:27:41', '', 0, 'https://remark3demos3.com/shieldaccounting/icon-bullets-with-a-remote-information-card/', 0, 'page', '', 0);
INSERT INTO `wprd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(95, 1, '2025-12-31 01:27:16', '2025-12-31 01:27:16', '<h2>Explore a World of Massage</h2>		\n			<h3>From Relaxation to Deep Tissue Release\n</h3>		\n<!-- start Shape Social Icons -->\n		<link id=\'font-awesome-css\' data-debloat-delay=\'\' data-href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' media=\'all\' >\n		<link id=\'font-awesome-4-shim-css\' data-debloat-delay=\'\' data-href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' media=\'all\' >\n<style>/* widget: Shape Social Icons */\n#uc_shape_social_icons_elementor_83542cc7 *\n{\n  box-sizing:border-box;\n}\n#uc_shape_social_icons_elementor_83542cc7\n{\n  text-align:center;\n}\n#uc_shape_social_icons_elementor_83542cc7 a.social_icon\n{\n  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);\n  text-decoration:none;\n  background-color:#FFA9A4;\n  transition:0.5s;\n  color:#313131;\n  display:inline-block;\n}\n#uc_shape_social_icons_elementor_83542cc7 a.social_icon .social_icon_inner\n{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n}\n#uc_shape_social_icons_elementor_83542cc7 a.social_icon:hover\n{\n  background-color:#FF55AE;\n  color:#ffffff;\n}\n</style>\n  <a href=\"#\" >\n</a>\n<a href=\"#\" >\n</a>\n<a href=\"#\" >\n</a>\n<!-- end Shape Social Icons -->		\n<!-- start Content Slider -->\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_77907-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_3852c178-wrapper\n{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_3852c178 .uc_fbps_slide\n{\n  position:relative;\n  overflow:hidden;\n  display:flex;\n}\n#uc_content_slider_new_elementor_3852c178 .owl-carousel .animated   {\n-webkit-animation-duration: 1000ms;\nanimation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_3852c178 .uc_fbps_container_image img\n{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_3852c178 .uc_fbps_content\n{\n  position:relative;\n}\n.uc_fbps_container_title\n{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_3852c178 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n}\n#uc_content_slider_new_elementor_3852c178 .ue-item-overlay\n{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_3852c178 .ue-item-image\n{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_3852c178 .owl-dots {\noverflow:hidden;\ntext-align:center;\nposition:relative;\nz-index:2;\n}\n#uc_content_slider_new_elementor_3852c178 .owl-dot {\nborder-radius:50%;\ndisplay:inline-block;\n}\n#uc_content_slider_new_elementor_3852c178 .owl-nav .owl-prev{\n    position:absolute;\n    display:inline-block;\n    text-align:center;\n}\n#uc_content_slider_new_elementor_3852c178 .owl-nav .owl-next{\n  position:absolute;\n  display:inline-block;\n  text-align:center;\n}\n#uc_content_slider_new_elementor_3852c178 .owl-nav .disabled\n{\n    display: none;  \n}\n#uc_content_slider_new_elementor_3852c178 .ue-item-icon\n{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_3852c178 .ue-item-icon svg\n{\n  height:1em;\n  width:1em;\n}\n</style>\n                Reflexology	\n                A foot massage technique that uses pressing on the energy channel of the feet to restore balance and calm.\n              <a href=\"#\">Read More</a>\n                Thai Massage	\n                We strive to innovate when it comes to functionality. Our mission is to be the best, come and join the ride.\n              <a href=\"#\">Read More</a>\n                Shiatsu	\n                A Japanese massage technique. Tension is released by pressing on the energy line with pressure. The procedure is completed in pleasant attire.\n              <a href=\"#\">Read More</a>\n                Salt Peeling	\n                Treatment that aids in the opening of pores, the elimination of dead cells, and the circulation\'s improvement to provide a refreshing sensation of renewal and cleanliness.\n              <a href=\"#\">Read More</a>\n<!-- end Content Slider -->		\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_2adf4339 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .uc-bullet-active{\n}\n#uc_uc_material_bullets_elementor_2adf4339 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .ue-icon\n{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .ue-icon svg\n{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .uc_material_bullets_row\n{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;\n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .uc_material_bullets_row a.ue-item-link\n{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .uc_material_bullets_row:last-child\n{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .uc_material_bullets_row \n{\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .uc_material_bullets_row .uc_content_box\n{\n	display:flex;\n    flex-direction:column;\n    justify-content:center;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .ue-bullets\n{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .ue-text, #uc_uc_material_bullets_elementor_2adf4339 .ue-title, #uc_uc_material_bullets_elementor_2adf4339 .ue-seperator\n{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .ue-seperator-line\n{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_2adf4339 .ue-seperator\n{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_2adf4339.uc-remote-parent .uc_material_bullets_row\n{\n  cursor:pointer;\n}\n.ue-title\n{\n  font-size:21px;\n  margin:0;\n}\n</style>\n                    <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 200 200\" style=\"enable-background:new 0 0 200 200;\" xml:space=\"preserve\">\n<style type=\"text/css\">\n	.st0{display:none;}\n	.st1{display:inline;}\n	.st2{fill:#101C1D;}\n	.st3{fill:none;}\n	.st4{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}\n	.st5{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10;}\n</style>\n<g>\n	<g>\n		<path d=\"M111.58,122.8c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c5.72,0,10.37-4.65,10.37-10.37    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    C126.09,116.29,119.58,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M172.36,92.48c-0.57,0-1.14-0.24-1.55-0.7c-0.76-0.86-0.68-2.17,0.17-2.93c4.46-3.96,9.02-9.43,9.02-19.96    c0-13.07-6.9-20.56-18.93-20.56c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c14.45,0,23.07,9.24,23.07,24.7    c0,12.24-5.57,18.76-10.42,23.06C173.34,92.31,172.85,92.48,172.36,92.48z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,97.92c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9c2.46-1.83,4.67-3.5,6.73-5.33    c0.86-0.76,2.17-0.68,2.93,0.17c0.76,0.86,0.68,2.17-0.17,2.93c-2.18,1.94-4.46,3.66-7.01,5.56    C166.36,97.79,165.92,97.92,165.49,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.08,48.34c-0.55,0-1.08-0.23-1.47-0.61c-0.1-0.1-0.18-0.21-0.26-0.32c-0.08-0.11-0.14-0.23-0.19-0.36    c-0.05-0.12-0.09-0.26-0.12-0.39c-0.03-0.13-0.04-0.27-0.04-0.4c0-0.55,0.22-1.08,0.61-1.47c0.77-0.77,2.16-0.77,2.93,0    c0.1,0.1,0.18,0.21,0.26,0.32c0.08,0.11,0.15,0.23,0.19,0.36c0.06,0.12,0.09,0.26,0.12,0.39c0.03,0.13,0.04,0.27,0.04,0.41    c0,0.13-0.01,0.27-0.04,0.4c-0.03,0.13-0.06,0.26-0.12,0.39c-0.05,0.12-0.12,0.25-0.19,0.36c-0.08,0.11-0.16,0.22-0.26,0.32    C162.16,48.11,161.62,48.34,161.08,48.34z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"120.73\" x2=\"51.45\" y2=\"120.73\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l8.86,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-2.03c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h2.03c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8H55.55c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.03    c1.15,0,2.07,0.93,2.07,2.07C113.65,121.88,112.72,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,97.92H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,97.92,111.58,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.45,164.18c-1.08,0-1.99-0.83-2.07-1.93c-0.08-1.14,0.78-2.13,1.92-2.21c5.4-0.38,9.64-4.9,9.64-10.28    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    c0,7.55-5.93,13.88-13.49,14.42C112.55,164.18,112.5,164.18,112.45,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c0.08,0,0.16-0.02,0.24-0.03    c0.16-0.02,0.33-0.04,0.49-0.06c1.14-0.1,2.13,0.78,2.21,1.92c0.08,1.14-0.78,2.13-1.92,2.21c-0.07,0.01-0.15,0.02-0.22,0.03    C112.17,164.24,111.9,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"162.2\" x2=\"51.45\" y2=\"162.2\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,164.27L51.45,164.27c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,163.34,52.59,164.27,51.45,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M38.06,164.28c-5.06,0-10.02-2.09-13.98-5.91c-5.23-5.07-8.24-12.61-8.24-20.68c0-8.4,3.32-16.08,9.86-22.82    c0.8-0.82,2.11-0.84,2.93-0.04c0.82,0.8,0.84,2.11,0.04,2.93C22.84,123.78,20,130.3,20,137.68c0,6.96,2.54,13.41,6.98,17.7    c3.34,3.24,7.36,4.86,11.62,4.74l12.86,0c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07l0,0l-12.79,0    C38.46,164.28,38.26,164.28,38.06,164.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-3.75c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h3.75c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27H55.2c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.38    c1.15,0,2.07,0.93,2.07,2.07C113.65,163.34,112.72,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-1.68c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h1.68c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,139.39H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,139.39,111.58,139.39z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-4.1c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h4.1c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M106.56,81.33H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h53.03c2.88,0,5.66-0.84,8.05-2.44    l45.32-30.21c0.95-0.64,2.24-0.38,2.88,0.58s0.38,2.24-0.58,2.88L116.91,78.2C113.83,80.25,110.25,81.33,106.56,81.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8l-12.44,0c-12.58,0-22.81-12.09-22.81-26.95c0-11.91,6.41-21.97,19.58-30.75    c4.51-3.01,44.49-29.38,59.21-29.38h65.1c2.8,0,5.14,1.73,5.95,4.42c0.81,2.68-0.17,5.42-2.5,6.98l-1.31,0.87    c-0.95,0.63-2.24,0.38-2.88-0.58c-0.64-0.95-0.38-2.24,0.58-2.88l1.31-0.87c1.19-0.79,0.94-1.98,0.83-2.33    c-0.1-0.35-0.56-1.47-1.98-1.47h-65.1c-10.96,0-40.93,18.03-56.91,28.68c-11.94,7.96-17.74,16.89-17.74,27.3    c0,12.58,8.37,22.81,18.66,22.81l12.44,0c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,139.3c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9l0.46-0.34    c7.86-5.85,15.29-11.38,15.29-24.95c0-8.61-3-14.86-8.67-18.07c-1-0.56-1.35-1.83-0.78-2.83c0.56-1,1.83-1.35,2.83-0.78    c4.91,2.78,10.77,8.8,10.77,21.67c0,15.65-8.62,22.07-16.96,28.28l-0.46,0.34C166.36,139.17,165.92,139.3,165.49,139.3z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l7.99,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L112.46,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18h-0.88c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h0.88    c1.15,0,2.07,0.93,2.07,2.07C114.53,163.26,113.6,164.18,112.46,164.18z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M118.62,176.72H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M102.03,126.95H81.3c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h20.73    c1.15,0,2.07,0.93,2.07,2.07C104.1,126.03,103.18,126.95,102.03,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M104.74,77.19h-2.71c-0.89,0-1.64-0.56-1.94-1.34l-2.21,1.34H81.3c-1.15,0-2.07-0.93-2.07-2.07    s0.93-2.07,2.07-2.07h16.59l2.21,1.34c0.3-0.78,1.05-1.34,1.94-1.34h2.71l-3.43,2.07L104.74,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,27.43H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,27.43,118.62,27.43z\"></path>\n	</g>\n	<g>\n		<path d=\"M128.99,102.51V100c0-0.21,0.02-5.34,1.36-12.17c1.61-8.16,5.3-19.42,13.73-26.72    c14.52-12.57,39.2-20.79,40.24-21.14l4.09-1.35l-1.5,4.04c-0.45,1.2-11.04,29.53-21.94,42.11    c-11.12,12.84-32.61,17.09-33.52,17.27L128.99,102.51z M181.37,45.44c-7.71,2.92-24.18,9.8-34.58,18.8    c-7.55,6.53-10.9,16.87-12.38,24.39c-0.7,3.56-1.02,6.66-1.16,8.72c5.92-1.52,20.56-6.04,28.59-15.31    C169.83,72.84,177.97,53.89,181.37,45.44z\"></path>\n	</g>\n	<g>\n		<path d=\"M66.78,123.28l-2.5-0.52c-0.84-0.18-20.75-4.45-31.05-17.32C23.17,92.86,13.39,64.55,12.98,63.35l-1.4-4.07    l4.06,1.45c0.96,0.34,23.78,8.58,37.21,21.17c7.79,7.3,11.19,18.55,12.67,26.7c1.24,6.81,1.25,11.92,1.25,12.13V123.28z     M18.45,66.28c3.15,8.47,10.66,27.37,18.02,36.57c7.3,9.12,20.47,13.62,26.05,15.19c-0.13-2.06-0.43-5.16-1.07-8.7    c-1.37-7.53-4.46-17.89-11.43-24.42C40.56,76.05,25.67,69.26,18.45,66.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,77.19c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54s4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,77.16,118.84,77.19,118.62,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,126.96c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,126.92,118.84,126.96,118.62,126.96z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,176.72c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,176.68,118.84,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,77.19c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    s-4.08,25.02-4.25,25.54C82.97,76.64,82.16,77.19,81.3,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,126.95c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,126.41,82.16,126.95,81.3,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,176.72c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,176.17,82.16,176.72,81.3,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M122.81,89.63c-1.15,0-2.07-0.93-2.07-2.07c0-19.48-14.73-31.1-39.4-31.1c-24.67,0-39.4,11.63-39.4,31.1    c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07c0-11.41,4.5-20.7,13-26.86c7.59-5.49,18.15-8.39,30.54-8.39    s22.95,2.9,30.54,8.39c8.51,6.16,13,15.44,13,26.86C124.88,88.7,123.95,89.63,122.81,89.63z\"></path>\n	</g>\n	<g>\n		<path d=\"M126.96,110.37H35.72c-1.15,0-2.07-0.93-2.07-2.07V91.71c0-1.15,0.93-2.07,2.07-2.07H60.6    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07H37.8v12.44h87.09V93.78H81.34c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    h45.62c1.15,0,2.07,0.93,2.07,2.07v16.59C129.03,109.44,128.1,110.37,126.96,110.37z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,142.61,49.31,143.54,48.16,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,175.79,49.31,176.72,48.16,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,142.61,70.04,143.54,68.9,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,175.79,70.04,176.72,68.9,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,142.61,90.78,143.54,89.63,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,175.79,90.78,176.72,89.63,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,142.61,111.51,143.54,110.37,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,175.79,111.51,176.72,110.37,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M164.28,176.72c-1.15,0-2.07-0.93-2.07-2.07V70.97c0-21.53-4.68-43.54-39.4-43.54    c-15.5,0-26.67,3.61-33.2,10.73c-5.39,5.88-6.19,12.69-6.19,16.22c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07    c0-7.3,3.14-31.1,43.54-31.1c17.34,0,29.61,5.38,36.47,15.98c6.27,9.69,7.07,22.03,7.07,31.71v103.67    C166.35,175.79,165.42,176.72,164.28,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M79.64,89.93c-0.08,0-0.15,0-0.23-0.01c-1.14-0.13-1.96-1.15-1.83-2.29c1.86-16.81,10.74-30.78,16.61-40.02    c1.68-2.64,3.13-4.92,3.96-6.59c0.35-0.7,1.07-1.15,1.85-1.15s1.5,0.44,1.85,1.15c0.84,1.67,2.29,3.95,3.96,6.59    c5.87,9.24,14.75,23.2,16.61,40.02c0.13,1.14-0.69,2.16-1.83,2.29c-1.14,0.12-2.16-0.69-2.29-1.83    c-1.76-15.86-10.32-29.33-15.99-38.25c-0.84-1.32-1.63-2.56-2.32-3.69c-0.69,1.13-1.48,2.37-2.32,3.69    c-5.67,8.92-14.23,22.39-15.99,38.25C81.58,89.14,80.68,89.93,79.64,89.93z\"></path>\n	</g>\n	<g>\n		<path d=\"M100,137.32\"></path>\n	</g>\n	<g>\n		<path d=\"M83.24,114.67c-0.82,0-1.59-0.48-1.92-1.29c-2.74-6.65-4.13-13.25-4.13-19.6c0-1.85,0.12-3.81,0.38-6.16    c0.13-1.14,1.16-1.96,2.29-1.83c1.14,0.13,1.96,1.15,1.83,2.29c-0.24,2.19-0.36,4-0.36,5.7c0,5.81,1.28,11.87,3.81,18.02    c0.44,1.06-0.07,2.27-1.13,2.71C83.77,114.61,83.5,114.67,83.24,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M50.19,118.21c-0.62,0-1.24-0.28-1.65-0.81c-6.7-8.76-10.08-18.61-12.8-26.53    c-2.29-6.68-4.28-12.45-7.16-13.89c-0.8-0.4-1.26-1.27-1.12-2.16c0.13-0.89,0.82-1.59,1.71-1.74c23.52-3.92,36.6-0.58,51.86,13.24    c0.85,0.77,0.91,2.08,0.15,2.93c-0.77,0.85-2.08,0.91-2.93,0.15c-13.4-12.13-24.55-15.52-44.19-12.86    c2.2,3.07,3.78,7.65,5.61,12.99c2.62,7.64,5.89,17.14,12.17,25.36c0.7,0.91,0.52,2.21-0.39,2.91    C51.07,118.08,50.63,118.21,50.19,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M149.81,118.21c-0.44,0-0.88-0.14-1.26-0.43c-0.91-0.7-1.08-2-0.39-2.91c6.29-8.22,9.55-17.73,12.17-25.36    c1.83-5.34,3.41-9.92,5.61-12.99c-19.64-2.65-30.79,0.73-44.19,12.86c-0.85,0.77-2.16,0.7-2.93-0.15    c-0.77-0.85-0.7-2.16,0.15-2.93c15.26-13.82,28.35-17.16,51.86-13.24c0.89,0.15,1.58,0.85,1.71,1.74    c0.13,0.89-0.32,1.76-1.12,2.16c-2.89,1.44-4.87,7.21-7.16,13.89c-2.72,7.92-6.1,17.77-12.8,26.53    C151.05,117.93,150.43,118.21,149.81,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M62.68,160.13c-19.35,0-26.87-7.06-32.92-12.74c-4.76-4.47-8.51-7.99-16.85-7.99c-4.4,0-4.77-2.7-4.78-3.53    c-0.06-5.16,11.75-11.99,14.12-13.3c9.36-5.2,19.52-8.3,27.89-8.49c0.02,0,0.03,0,0.05,0c1.12,0,2.05,0.9,2.07,2.02    c0.03,1.15-0.88,2.1-2.02,2.12c-7.56,0.18-16.86,2.99-25.52,7.72c-7.2,3.93-11.12,7.63-12.16,9.3c0.1,0.01,0.22,0.01,0.36,0.01    c9.98,0,14.69,4.43,19.69,9.12c6.08,5.71,12.37,11.62,30.08,11.62c30.92,0,35.13-18.3,35.29-19.08c0.24-1.12,1.33-1.84,2.45-1.61    c1.12,0.23,1.84,1.31,1.62,2.43C101.85,138.64,97.16,160.13,62.68,160.13z\"></path>\n	</g>\n	<g>\n		<path d=\"M70.97,122.81c-0.29,0-0.59-0.06-0.87-0.19c-5.21-2.43-6.29-2.62-11.44-3.53c-0.76-0.13-1.61-0.28-2.57-0.46    c-1.78-0.32-3.75-0.46-5.85-0.41c-1.15,0.05-2.09-0.88-2.12-2.02c-0.03-1.15,0.88-2.1,2.02-2.12c2.38-0.06,4.63,0.11,6.69,0.48    c0.95,0.17,1.79,0.32,2.55,0.45c5.33,0.94,6.76,1.2,12.47,3.85c1.04,0.48,1.49,1.72,1,2.75C72.5,122.36,71.75,122.81,70.97,122.81    z\"></path>\n	</g>\n	<g>\n		<path d=\"M116.76,114.67c-0.26,0-0.53-0.05-0.79-0.16c-1.06-0.44-1.56-1.65-1.13-2.71c2.53-6.15,3.81-12.22,3.81-18.02    c0-1.7-0.11-3.51-0.36-5.7c-0.13-1.14,0.69-2.16,1.83-2.29c1.14-0.13,2.16,0.69,2.29,1.83c0.26,2.34,0.38,4.3,0.38,6.16    c0,6.35-1.39,12.95-4.13,19.6C118.35,114.18,117.58,114.67,116.76,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M129.03,122.81c-0.78,0-1.53-0.44-1.88-1.2c-0.48-1.04-0.03-2.27,1-2.75c5.71-2.66,7.14-2.91,12.47-3.85    c0.76-0.13,1.6-0.28,2.55-0.45c2.06-0.37,4.31-0.53,6.69-0.48c1.14,0.03,2.05,0.98,2.02,2.12c-0.03,1.13-0.95,2.02-2.07,2.02    c-0.02,0-0.03,0-0.05,0c-2.09-0.05-4.07,0.09-5.85,0.41c-0.96,0.17-1.8,0.32-2.57,0.46c-5.16,0.91-6.23,1.1-11.44,3.53    C129.62,122.75,129.32,122.81,129.03,122.81z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,160.13c-34.48,0-39.17-21.49-39.36-22.4c-0.22-1.12,0.5-2.22,1.63-2.44c1.12-0.23,2.22,0.5,2.44,1.63    c0.16,0.77,4.37,19.07,35.29,19.07c17.71,0,24-5.91,30.08-11.62c4.99-4.69,9.71-9.12,19.69-9.12c0.13,0,0.25,0,0.36-0.01    c-1.04-1.67-4.97-5.37-12.16-9.3c-8.66-4.73-17.96-7.55-25.52-7.72c-1.14-0.03-2.05-0.98-2.02-2.12c0.03-1.13,0.95-2.02,2.07-2.02    c0.02,0,0.03,0,0.05,0c8.37,0.2,18.53,3.29,27.89,8.49c2.37,1.32,14.18,8.14,14.12,13.3c-0.01,0.83-0.38,3.53-4.78,3.53    c-8.33,0-12.09,3.53-16.85,7.99C164.19,153.07,156.67,160.13,137.32,160.13z M187.72,135.86L187.72,135.86L187.72,135.86z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M100,57.65c-11.43,0-20.73-9.3-20.73-20.73s9.3-20.73,20.73-20.73c11.43,0,20.73,9.3,20.73,20.73    S111.43,57.65,100,57.65z M100,20.33c-9.15,0-16.59,7.44-16.59,16.59S90.85,53.51,100,53.51c9.15,0,16.59-7.44,16.59-16.59    S109.15,20.33,100,20.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M170.5,101.19\"></path>\n	</g>\n	<g>\n		<path d=\"M38.69,135.42c-3.39,0-6.88-1.16-10.34-3.47c-0.95-0.64-1.21-1.92-0.58-2.88c0.63-0.95,1.92-1.21,2.88-0.58    c4.28,2.85,8.52,3.5,12.27,1.88c6.39-2.77,11.33-12.02,13.56-25.38C62.09,71.37,73.9,65.95,100,65.95c1.15,0,2.07,0.93,2.07,2.07    s-0.93,2.07-2.07,2.07c-11.94,0-20.58,0.98-26.72,5.85c-6.18,4.9-10.1,14.07-12.71,29.74c-2.5,14.99-8.18,25.11-16,28.5    C42.67,135.01,40.7,135.42,38.69,135.42z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.31,135.42c-2.01,0-3.98-0.41-5.88-1.23c-7.82-3.39-13.5-13.51-16-28.5    c-2.61-15.67-6.53-24.85-12.71-29.74c-6.14-4.87-14.78-5.85-26.72-5.85c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    c26.1,0,37.91,5.43,43.51,39.05c2.23,13.36,7.17,22.61,13.56,25.38c3.75,1.62,7.99,0.97,12.27-1.88c0.95-0.64,2.24-0.38,2.88,0.58    c0.64,0.95,0.38,2.24-0.58,2.88C168.19,134.25,164.69,135.42,161.31,135.42z\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M56.31,183.78c-5.49,0-9.92-1.15-13.26-3.46c-4.86-3.37-7.33-9.06-7.33-16.92     c0-12.17,12.51-19.02,23.54-25.06c9.22-5.04,17.93-9.81,17.93-16.41V97.05c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v24.88c0,9.06-9.75,14.4-20.08,20.05c-10.52,5.75-21.39,11.7-21.39,21.42     c0,6.51,1.81,10.93,5.54,13.51c6.59,4.56,19.61,3.39,37.65-3.4c1.07-0.4,2.27,0.14,2.67,1.21c0.4,1.07-0.14,2.27-1.21,2.67     C73.21,181.65,63.78,183.78,56.31,183.78z\"></path>\n		</g>\n		<g>\n			<path d=\"M143.62,183.82c-10.82,0-25.71-4.49-44.51-13.45c-1.03-0.49-1.47-1.73-0.98-2.76s1.73-1.47,2.76-0.98     c25.73,12.26,44.65,16.01,53.28,10.56c4.01-2.53,5.96-7.04,5.96-13.79c0-9.09-9.51-13.84-19.59-18.88     c-10.76-5.38-21.88-10.94-21.88-22.59V97.05c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v24.88     c0,9.09,9.51,13.84,19.59,18.88c10.76,5.38,21.88,10.94,21.88,22.59c0,8.17-2.66,13.99-7.9,17.3     C153.08,182.78,148.82,183.82,143.62,183.82z\"></path>\n		</g>\n		<g>\n			<path d=\"M100,170.57c-0.3,0-0.6-0.06-0.89-0.2c-13.97-6.65-24.97-13.43-25.08-13.5c-0.97-0.6-1.28-1.88-0.67-2.85     c0.6-0.97,1.88-1.28,2.85-0.67c0.11,0.07,10.93,6.73,24.68,13.28c1.03,0.49,1.47,1.73,0.98,2.76     C101.52,170.13,100.77,170.57,100,170.57z\"></path>\n		</g>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M62.68,138.81c-35.31,0-39.4-46.15-39.4-80.86c0-13.26,3.38-24.61,9.77-32.83    c6.96-8.96,17.21-13.69,29.63-13.69c20.06,0,31.1,15.05,31.1,42.37c0,7.99-0.93,14.04-1.92,20.45    c-1.09,7.07-2.22,14.38-2.22,25.17c0,12.16-2.2,21.74-6.55,28.48C78.48,135.03,71.42,138.81,62.68,138.81z M62.68,15.57    c-25.99,0-35.25,21.89-35.25,42.37c0,52.34,11.2,76.72,35.25,76.72c19.84,0,22.81-22.08,22.81-35.25c0-11.1,1.15-18.58,2.27-25.8    c0.96-6.24,1.88-12.14,1.88-19.81C89.63,36.36,84.96,15.57,62.68,15.57z\"></path>\n	</g>\n	<g>\n		<path d=\"M88.54,84.9c-1.15,0-2.07-0.93-2.07-2.07c0-7.5-6.03-14.27-12.41-21.43c-4.57-5.12-9.24-10.37-11.7-16.11    c-3.42,5.87-10.02,11.17-16.47,16.35c-8.51,6.83-17.3,13.89-17.3,21.19c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.29,9.59-16.98,18.85-24.42c8.51-6.83,17.3-13.89,17.3-21.19c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07    c0,7.5,6.03,14.27,12.41,21.43c6.62,7.43,13.46,15.1,13.46,24.19C90.61,83.97,89.69,84.9,88.54,84.9z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,188.57c-8.74,0-15.8-3.78-20.4-10.92c-4.35-6.74-6.55-16.32-6.55-28.48c0-10.79-1.13-18.1-2.22-25.17    c-0.99-6.41-1.92-12.46-1.92-20.45c0-27.32,11.05-42.37,31.1-42.37c12.42,0,22.66,4.73,29.63,13.69    c6.39,8.22,9.77,19.57,9.77,32.83C176.72,142.42,172.63,188.57,137.32,188.57z M137.32,65.34c-22.28,0-26.95,20.79-26.95,38.22    c0,7.67,0.91,13.57,1.88,19.81c1.12,7.23,2.27,14.7,2.27,25.8c0,13.16,2.96,35.25,22.81,35.25c24.05,0,35.25-24.38,35.25-76.72    C172.57,87.22,163.31,65.34,137.32,65.34z\"></path>\n	</g>\n	<g>\n		<path d=\"M173.48,134.66c-1.15,0-2.07-0.93-2.07-2.07c0-7.3-8.8-14.36-17.3-21.19c-6.45-5.18-13.05-10.48-16.47-16.35    c-2.46,5.74-7.13,10.99-11.7,16.11c-6.38,7.16-12.41,13.92-12.41,21.43c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.08,6.84-16.76,13.46-24.19c6.38-7.16,12.41-13.92,12.41-21.43c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    c0,7.3,8.8,14.36,17.3,21.19c9.27,7.44,18.85,15.14,18.85,24.43C175.55,133.74,174.63,134.66,173.48,134.66z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M81.32,56.46H56.44c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h24.88    c3.43,0,6.22-2.79,6.22-6.22s-2.79-6.22-6.22-6.22H39.85c-3.43,0-6.22,2.79-6.22,6.22s2.79,6.22,6.22,6.22    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-5.72,0-10.37-4.65-10.37-10.37s4.65-10.37,10.37-10.37h41.47    c5.72,0,10.37,4.65,10.37,10.37S87.04,56.46,81.32,56.46z\"></path>\n	</g>\n	<g>\n		<path d=\"M77.18,39.87c-0.13,0-0.27-0.01-0.41-0.04c-1.12-0.22-1.85-1.32-1.63-2.44l2.16-10.81    c0.37-1.83-0.1-3.72-1.29-5.16c-1.19-1.45-2.94-2.28-4.81-2.28H49.97c-1.87,0-3.62,0.83-4.81,2.28c-1.19,1.45-1.66,3.33-1.29,5.16    l2.16,10.81c0.22,1.12-0.5,2.22-1.63,2.44c-1.12,0.22-2.22-0.5-2.44-1.63L39.8,27.39c-0.61-3.06,0.17-6.19,2.15-8.61    c1.98-2.41,4.9-3.79,8.02-3.79H71.2c3.12,0,6.04,1.38,8.02,3.79s2.76,5.55,2.15,8.61L79.21,38.2    C79.01,39.19,78.14,39.87,77.18,39.87z\"></path>\n	</g>\n	<g>\n		<path d=\"M47.62,114.63\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M85.47,126.95c-6.71,0-11.15-2.22-15.44-4.37c-4.04-2.02-7.86-3.93-13.59-3.93     c-11.75,0-19.73,3.89-19.81,3.93c-1.02,0.51-2.27,0.09-2.78-0.93c-0.51-1.02-0.1-2.27,0.93-2.78c0.36-0.18,8.88-4.37,21.66-4.37     c6.71,0,11.15,2.22,15.44,4.37c4.04,2.02,7.86,3.93,13.59,3.93c2.53,0,4.98-0.27,7.47-0.81c1.12-0.25,2.22,0.46,2.47,1.58     c0.24,1.12-0.46,2.22-1.58,2.47C91.04,126.66,88.3,126.95,85.47,126.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M87.95,185.01H33.22c-8.92,0-16.18-7.26-16.18-16.18V91.71c0-14.24,11.86-25.21,20.73-26.77V54.38     c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44c0,1.15-0.93,2.07-2.07,2.07c-7.2,0-18.66,10.44-18.66,22.81v77.13     c0,6.63,5.4,12.03,12.03,12.03h54.73c6.64,0,12.03-5.4,12.03-12.03v-14.97c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v14.97C104.13,177.75,96.87,185.01,87.95,185.01z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,134.98c-1.15,0-2.07-0.93-2.07-2.07v-5.59c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07     v5.59C104.13,134.05,103.2,134.98,102.06,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M101.96,92.18c-1.08,0-1.99-0.83-2.07-1.93C99.04,78.07,88.04,68.9,81.32,68.9c-1.15,0-2.07-0.93-2.07-2.07     V54.38c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v10.54c9.07,1.51,19.75,12.43,20.64,25.03c0.08,1.14-0.78,2.13-1.92,2.21     C102.06,92.18,102.01,92.18,101.96,92.18z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.94,0-1.79-0.64-2.02-1.59c-0.74-3.13-1.12-6.08-1.12-8.78c0-12.49,7.94-20.55,20.22-20.55     c12.28,0,20.22,8.07,20.22,20.55c0,1.92-0.21,4.05-0.61,6.33c-0.2,1.13-1.28,1.88-2.41,1.68c-1.13-0.2-1.88-1.28-1.68-2.41     c0.36-2.04,0.55-3.93,0.55-5.61c0-12.1-8.3-16.41-16.07-16.41s-16.07,4.31-16.07,16.41c0,2.37,0.34,5,1.01,7.82     c0.26,1.11-0.42,2.23-1.54,2.5C115.14,95.66,114.98,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.34,0-0.68-0.08-0.99-0.26c-1.79-0.98-3.49-1.74-5.05-2.26c-2.27-0.75-4.53-1.08-6.72-0.99     c-0.03,0-0.06,0-0.09,0c-1.1,0-2.02-0.87-2.07-1.98c-0.05-1.14,0.84-2.11,1.98-2.16c2.7-0.12,5.45,0.28,8.21,1.19     c1.79,0.59,3.73,1.45,5.74,2.56c1,0.55,1.37,1.81,0.82,2.81C116.27,95.29,115.56,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M93.38,126.1c-0.38,0-0.76-0.1-1.1-0.32c-7.78-4.89-10.73-13.83-7.69-23.35c2.76-8.66,9.22-14.04,17.28-14.4     c1.13-0.05,2.11,0.84,2.16,1.98c0.05,1.14-0.84,2.11-1.98,2.16c-6.34,0.28-11.27,4.48-13.52,11.51     c-2.47,7.74-0.25,14.69,5.95,18.58c0.97,0.61,1.26,1.89,0.65,2.86C94.75,125.75,94.07,126.1,93.38,126.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M106.29,129.95c-0.05,0-0.11,0-0.16-0.01c-1.54-0.12-3.04-0.32-4.46-0.59c-1.13-0.21-1.86-1.3-1.65-2.42     c0.21-1.12,1.29-1.87,2.42-1.65c1.28,0.24,2.63,0.42,4.01,0.53c1.14,0.09,1.99,1.09,1.9,2.23     C108.27,129.13,107.37,129.95,106.29,129.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,129.39c-0.13,0-0.26-0.01-0.39-0.04c-1.47-0.28-2.85-0.63-4.11-1.04c-1.79-0.59-3.47-1.4-5.28-2.53     c-0.97-0.61-1.26-1.89-0.65-2.86c0.61-0.97,1.89-1.26,2.86-0.65c1.52,0.95,2.91,1.62,4.38,2.11c1.08,0.36,2.28,0.66,3.57,0.91     c1.13,0.21,1.87,1.3,1.65,2.42C103.91,128.7,103.04,129.39,102.06,129.39z\"></path>\n		</g>\n		<g>\n			<path d=\"M117.66,164.27c-4.23,0-8.58-1.53-12.5-4.43c-1.74-1.29-3.34-2.87-4.75-4.72c-0.7-0.91-0.52-2.21,0.39-2.91     c0.91-0.7,2.21-0.52,2.91,0.39c1.19,1.56,2.48,2.83,3.92,3.91c3.86,2.85,8.14,4.08,12.06,3.46c3.91-0.62,7.49-3.07,10.36-7.09     c1.37-1.92,2.61-4.25,3.69-6.92c0.43-1.06,1.64-1.57,2.7-1.14c1.06,0.43,1.57,1.64,1.14,2.7c-1.21,2.98-2.61,5.59-4.16,7.78     c-3.53,4.94-8.05,7.98-13.09,8.78C119.45,164.2,118.56,164.27,117.66,164.27z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,155.94c-0.62,0-1.24-0.28-1.65-0.81c-5.36-7-5.39-15.52-0.07-23.38c0.64-0.95,1.93-1.2,2.88-0.56     c0.95,0.64,1.2,1.93,0.56,2.88c-4.31,6.38-4.34,12.96-0.07,18.53c0.7,0.91,0.52,2.21-0.39,2.91     C102.94,155.8,102.5,155.94,102.06,155.94z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.05,134.98c-0.4,0-0.8-0.12-1.16-0.36c-0.95-0.64-1.2-1.93-0.55-2.88l0.04-0.08     c0.09-0.17,0.18-0.33,0.31-0.5c1.11-1.56,2.51-3.16,4.16-4.77c0.82-0.8,2.13-0.78,2.93,0.04c0.8,0.82,0.78,2.13-0.04,2.93     c-1.48,1.44-2.71,2.85-3.67,4.2l-0.03,0.06c-0.08,0.15-0.16,0.29-0.26,0.44C103.37,134.66,102.72,134.98,102.05,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M152.71,162.1c-0.9,0-1.79-0.07-2.67-0.21c-5.04-0.8-9.56-3.83-13.09-8.78c-1.11-1.55-2.17-3.4-3.16-5.5     c-0.49-1.03-0.05-2.27,0.99-2.76c1.03-0.49,2.27-0.05,2.76,0.99c0.88,1.87,1.82,3.51,2.79,4.86c2.87,4.02,6.45,6.47,10.36,7.09     c3.92,0.62,8.21-0.61,12.06-3.46c6.3-4.67,10.55-13.14,3.56-22.94c-1.37-1.92-3.16-3.84-5.32-5.71     c-0.87-0.75-0.96-2.06-0.21-2.92c0.75-0.87,2.06-0.96,2.92-0.21c2.41,2.09,4.42,4.25,5.98,6.44c7.2,10.09,5.44,21.35-4.47,28.68     C161.29,160.57,156.93,162.1,152.71,162.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M162.34,126.19c-1.02,0-1.91-0.75-2.05-1.79c-0.16-1.13,0.64-2.18,1.77-2.34c2.02-0.28,3.83-0.68,5.39-1.2     c11.29-3.74,12.73-13.14,10.32-20.69c-1.5-4.69-4.3-8.28-7.91-10.12c-3.49-1.78-7.76-1.92-12.33-0.41     c-2.21,0.73-4.55,1.87-6.97,3.38c-0.97,0.61-2.25,0.31-2.86-0.66c-0.61-0.97-0.31-2.25,0.66-2.86c2.7-1.69,5.35-2.97,7.87-3.81     c5.65-1.87,11.01-1.64,15.52,0.65c4.6,2.34,8.14,6.8,9.97,12.55c3.78,11.86-1.31,22.02-12.97,25.88     c-1.8,0.59-3.86,1.05-6.12,1.37C162.53,126.18,162.44,126.19,162.34,126.19z\"></path>\n		</g>\n	</g>\n	<g>\n		<path d=\"M135.23,131.1c-8,0-14.51-6.51-14.51-14.51s6.51-14.51,14.51-14.51s14.51,6.51,14.51,14.51    S143.23,131.1,135.23,131.1z M135.23,106.22c-5.72,0-10.37,4.65-10.37,10.37c0,5.72,4.65,10.37,10.37,10.37    c5.72,0,10.37-4.65,10.37-10.37C145.6,110.87,140.95,106.22,135.23,106.22z\"></path>\n	</g>\n</g>\n</svg>                    	\n    Reflexology\n                    <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 200 200\" style=\"enable-background:new 0 0 200 200;\" xml:space=\"preserve\">\n<style type=\"text/css\">\n	.st0{display:none;}\n	.st1{display:inline;}\n	.st2{fill:#101C1D;}\n	.st3{fill:none;}\n	.st4{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}\n	.st5{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10;}\n</style>\n<g>\n	<g>\n		<path d=\"M111.58,122.8c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c5.72,0,10.37-4.65,10.37-10.37    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    C126.09,116.29,119.58,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M172.36,92.48c-0.57,0-1.14-0.24-1.55-0.7c-0.76-0.86-0.68-2.17,0.17-2.93c4.46-3.96,9.02-9.43,9.02-19.96    c0-13.07-6.9-20.56-18.93-20.56c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c14.45,0,23.07,9.24,23.07,24.7    c0,12.24-5.57,18.76-10.42,23.06C173.34,92.31,172.85,92.48,172.36,92.48z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,97.92c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9c2.46-1.83,4.67-3.5,6.73-5.33    c0.86-0.76,2.17-0.68,2.93,0.17c0.76,0.86,0.68,2.17-0.17,2.93c-2.18,1.94-4.46,3.66-7.01,5.56    C166.36,97.79,165.92,97.92,165.49,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.08,48.34c-0.55,0-1.08-0.23-1.47-0.61c-0.1-0.1-0.18-0.21-0.26-0.32c-0.08-0.11-0.14-0.23-0.19-0.36    c-0.05-0.12-0.09-0.26-0.12-0.39c-0.03-0.13-0.04-0.27-0.04-0.4c0-0.55,0.22-1.08,0.61-1.47c0.77-0.77,2.16-0.77,2.93,0    c0.1,0.1,0.18,0.21,0.26,0.32c0.08,0.11,0.15,0.23,0.19,0.36c0.06,0.12,0.09,0.26,0.12,0.39c0.03,0.13,0.04,0.27,0.04,0.41    c0,0.13-0.01,0.27-0.04,0.4c-0.03,0.13-0.06,0.26-0.12,0.39c-0.05,0.12-0.12,0.25-0.19,0.36c-0.08,0.11-0.16,0.22-0.26,0.32    C162.16,48.11,161.62,48.34,161.08,48.34z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"120.73\" x2=\"51.45\" y2=\"120.73\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l8.86,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-2.03c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h2.03c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8H55.55c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.03    c1.15,0,2.07,0.93,2.07,2.07C113.65,121.88,112.72,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,97.92H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,97.92,111.58,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.45,164.18c-1.08,0-1.99-0.83-2.07-1.93c-0.08-1.14,0.78-2.13,1.92-2.21c5.4-0.38,9.64-4.9,9.64-10.28    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    c0,7.55-5.93,13.88-13.49,14.42C112.55,164.18,112.5,164.18,112.45,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c0.08,0,0.16-0.02,0.24-0.03    c0.16-0.02,0.33-0.04,0.49-0.06c1.14-0.1,2.13,0.78,2.21,1.92c0.08,1.14-0.78,2.13-1.92,2.21c-0.07,0.01-0.15,0.02-0.22,0.03    C112.17,164.24,111.9,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"162.2\" x2=\"51.45\" y2=\"162.2\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,164.27L51.45,164.27c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,163.34,52.59,164.27,51.45,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M38.06,164.28c-5.06,0-10.02-2.09-13.98-5.91c-5.23-5.07-8.24-12.61-8.24-20.68c0-8.4,3.32-16.08,9.86-22.82    c0.8-0.82,2.11-0.84,2.93-0.04c0.82,0.8,0.84,2.11,0.04,2.93C22.84,123.78,20,130.3,20,137.68c0,6.96,2.54,13.41,6.98,17.7    c3.34,3.24,7.36,4.86,11.62,4.74l12.86,0c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07l0,0l-12.79,0    C38.46,164.28,38.26,164.28,38.06,164.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-3.75c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h3.75c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27H55.2c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.38    c1.15,0,2.07,0.93,2.07,2.07C113.65,163.34,112.72,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-1.68c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h1.68c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,139.39H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,139.39,111.58,139.39z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-4.1c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h4.1c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M106.56,81.33H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h53.03c2.88,0,5.66-0.84,8.05-2.44    l45.32-30.21c0.95-0.64,2.24-0.38,2.88,0.58s0.38,2.24-0.58,2.88L116.91,78.2C113.83,80.25,110.25,81.33,106.56,81.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8l-12.44,0c-12.58,0-22.81-12.09-22.81-26.95c0-11.91,6.41-21.97,19.58-30.75    c4.51-3.01,44.49-29.38,59.21-29.38h65.1c2.8,0,5.14,1.73,5.95,4.42c0.81,2.68-0.17,5.42-2.5,6.98l-1.31,0.87    c-0.95,0.63-2.24,0.38-2.88-0.58c-0.64-0.95-0.38-2.24,0.58-2.88l1.31-0.87c1.19-0.79,0.94-1.98,0.83-2.33    c-0.1-0.35-0.56-1.47-1.98-1.47h-65.1c-10.96,0-40.93,18.03-56.91,28.68c-11.94,7.96-17.74,16.89-17.74,27.3    c0,12.58,8.37,22.81,18.66,22.81l12.44,0c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,139.3c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9l0.46-0.34    c7.86-5.85,15.29-11.38,15.29-24.95c0-8.61-3-14.86-8.67-18.07c-1-0.56-1.35-1.83-0.78-2.83c0.56-1,1.83-1.35,2.83-0.78    c4.91,2.78,10.77,8.8,10.77,21.67c0,15.65-8.62,22.07-16.96,28.28l-0.46,0.34C166.36,139.17,165.92,139.3,165.49,139.3z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l7.99,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L112.46,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18h-0.88c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h0.88    c1.15,0,2.07,0.93,2.07,2.07C114.53,163.26,113.6,164.18,112.46,164.18z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M118.62,176.72H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M102.03,126.95H81.3c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h20.73    c1.15,0,2.07,0.93,2.07,2.07C104.1,126.03,103.18,126.95,102.03,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M104.74,77.19h-2.71c-0.89,0-1.64-0.56-1.94-1.34l-2.21,1.34H81.3c-1.15,0-2.07-0.93-2.07-2.07    s0.93-2.07,2.07-2.07h16.59l2.21,1.34c0.3-0.78,1.05-1.34,1.94-1.34h2.71l-3.43,2.07L104.74,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,27.43H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,27.43,118.62,27.43z\"></path>\n	</g>\n	<g>\n		<path d=\"M128.99,102.51V100c0-0.21,0.02-5.34,1.36-12.17c1.61-8.16,5.3-19.42,13.73-26.72    c14.52-12.57,39.2-20.79,40.24-21.14l4.09-1.35l-1.5,4.04c-0.45,1.2-11.04,29.53-21.94,42.11    c-11.12,12.84-32.61,17.09-33.52,17.27L128.99,102.51z M181.37,45.44c-7.71,2.92-24.18,9.8-34.58,18.8    c-7.55,6.53-10.9,16.87-12.38,24.39c-0.7,3.56-1.02,6.66-1.16,8.72c5.92-1.52,20.56-6.04,28.59-15.31    C169.83,72.84,177.97,53.89,181.37,45.44z\"></path>\n	</g>\n	<g>\n		<path d=\"M66.78,123.28l-2.5-0.52c-0.84-0.18-20.75-4.45-31.05-17.32C23.17,92.86,13.39,64.55,12.98,63.35l-1.4-4.07    l4.06,1.45c0.96,0.34,23.78,8.58,37.21,21.17c7.79,7.3,11.19,18.55,12.67,26.7c1.24,6.81,1.25,11.92,1.25,12.13V123.28z     M18.45,66.28c3.15,8.47,10.66,27.37,18.02,36.57c7.3,9.12,20.47,13.62,26.05,15.19c-0.13-2.06-0.43-5.16-1.07-8.7    c-1.37-7.53-4.46-17.89-11.43-24.42C40.56,76.05,25.67,69.26,18.45,66.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,77.19c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54s4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,77.16,118.84,77.19,118.62,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,126.96c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,126.92,118.84,126.96,118.62,126.96z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,176.72c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,176.68,118.84,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,77.19c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    s-4.08,25.02-4.25,25.54C82.97,76.64,82.16,77.19,81.3,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,126.95c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,126.41,82.16,126.95,81.3,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,176.72c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,176.17,82.16,176.72,81.3,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M122.81,89.63c-1.15,0-2.07-0.93-2.07-2.07c0-19.48-14.73-31.1-39.4-31.1c-24.67,0-39.4,11.63-39.4,31.1    c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07c0-11.41,4.5-20.7,13-26.86c7.59-5.49,18.15-8.39,30.54-8.39    s22.95,2.9,30.54,8.39c8.51,6.16,13,15.44,13,26.86C124.88,88.7,123.95,89.63,122.81,89.63z\"></path>\n	</g>\n	<g>\n		<path d=\"M126.96,110.37H35.72c-1.15,0-2.07-0.93-2.07-2.07V91.71c0-1.15,0.93-2.07,2.07-2.07H60.6    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07H37.8v12.44h87.09V93.78H81.34c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    h45.62c1.15,0,2.07,0.93,2.07,2.07v16.59C129.03,109.44,128.1,110.37,126.96,110.37z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,142.61,49.31,143.54,48.16,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,175.79,49.31,176.72,48.16,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,142.61,70.04,143.54,68.9,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,175.79,70.04,176.72,68.9,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,142.61,90.78,143.54,89.63,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,175.79,90.78,176.72,89.63,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,142.61,111.51,143.54,110.37,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,175.79,111.51,176.72,110.37,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M164.28,176.72c-1.15,0-2.07-0.93-2.07-2.07V70.97c0-21.53-4.68-43.54-39.4-43.54    c-15.5,0-26.67,3.61-33.2,10.73c-5.39,5.88-6.19,12.69-6.19,16.22c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07    c0-7.3,3.14-31.1,43.54-31.1c17.34,0,29.61,5.38,36.47,15.98c6.27,9.69,7.07,22.03,7.07,31.71v103.67    C166.35,175.79,165.42,176.72,164.28,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M79.64,89.93c-0.08,0-0.15,0-0.23-0.01c-1.14-0.13-1.96-1.15-1.83-2.29c1.86-16.81,10.74-30.78,16.61-40.02    c1.68-2.64,3.13-4.92,3.96-6.59c0.35-0.7,1.07-1.15,1.85-1.15s1.5,0.44,1.85,1.15c0.84,1.67,2.29,3.95,3.96,6.59    c5.87,9.24,14.75,23.2,16.61,40.02c0.13,1.14-0.69,2.16-1.83,2.29c-1.14,0.12-2.16-0.69-2.29-1.83    c-1.76-15.86-10.32-29.33-15.99-38.25c-0.84-1.32-1.63-2.56-2.32-3.69c-0.69,1.13-1.48,2.37-2.32,3.69    c-5.67,8.92-14.23,22.39-15.99,38.25C81.58,89.14,80.68,89.93,79.64,89.93z\"></path>\n	</g>\n	<g>\n		<path d=\"M100,137.32\"></path>\n	</g>\n	<g>\n		<path d=\"M83.24,114.67c-0.82,0-1.59-0.48-1.92-1.29c-2.74-6.65-4.13-13.25-4.13-19.6c0-1.85,0.12-3.81,0.38-6.16    c0.13-1.14,1.16-1.96,2.29-1.83c1.14,0.13,1.96,1.15,1.83,2.29c-0.24,2.19-0.36,4-0.36,5.7c0,5.81,1.28,11.87,3.81,18.02    c0.44,1.06-0.07,2.27-1.13,2.71C83.77,114.61,83.5,114.67,83.24,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M50.19,118.21c-0.62,0-1.24-0.28-1.65-0.81c-6.7-8.76-10.08-18.61-12.8-26.53    c-2.29-6.68-4.28-12.45-7.16-13.89c-0.8-0.4-1.26-1.27-1.12-2.16c0.13-0.89,0.82-1.59,1.71-1.74c23.52-3.92,36.6-0.58,51.86,13.24    c0.85,0.77,0.91,2.08,0.15,2.93c-0.77,0.85-2.08,0.91-2.93,0.15c-13.4-12.13-24.55-15.52-44.19-12.86    c2.2,3.07,3.78,7.65,5.61,12.99c2.62,7.64,5.89,17.14,12.17,25.36c0.7,0.91,0.52,2.21-0.39,2.91    C51.07,118.08,50.63,118.21,50.19,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M149.81,118.21c-0.44,0-0.88-0.14-1.26-0.43c-0.91-0.7-1.08-2-0.39-2.91c6.29-8.22,9.55-17.73,12.17-25.36    c1.83-5.34,3.41-9.92,5.61-12.99c-19.64-2.65-30.79,0.73-44.19,12.86c-0.85,0.77-2.16,0.7-2.93-0.15    c-0.77-0.85-0.7-2.16,0.15-2.93c15.26-13.82,28.35-17.16,51.86-13.24c0.89,0.15,1.58,0.85,1.71,1.74    c0.13,0.89-0.32,1.76-1.12,2.16c-2.89,1.44-4.87,7.21-7.16,13.89c-2.72,7.92-6.1,17.77-12.8,26.53    C151.05,117.93,150.43,118.21,149.81,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M62.68,160.13c-19.35,0-26.87-7.06-32.92-12.74c-4.76-4.47-8.51-7.99-16.85-7.99c-4.4,0-4.77-2.7-4.78-3.53    c-0.06-5.16,11.75-11.99,14.12-13.3c9.36-5.2,19.52-8.3,27.89-8.49c0.02,0,0.03,0,0.05,0c1.12,0,2.05,0.9,2.07,2.02    c0.03,1.15-0.88,2.1-2.02,2.12c-7.56,0.18-16.86,2.99-25.52,7.72c-7.2,3.93-11.12,7.63-12.16,9.3c0.1,0.01,0.22,0.01,0.36,0.01    c9.98,0,14.69,4.43,19.69,9.12c6.08,5.71,12.37,11.62,30.08,11.62c30.92,0,35.13-18.3,35.29-19.08c0.24-1.12,1.33-1.84,2.45-1.61    c1.12,0.23,1.84,1.31,1.62,2.43C101.85,138.64,97.16,160.13,62.68,160.13z\"></path>\n	</g>\n	<g>\n		<path d=\"M70.97,122.81c-0.29,0-0.59-0.06-0.87-0.19c-5.21-2.43-6.29-2.62-11.44-3.53c-0.76-0.13-1.61-0.28-2.57-0.46    c-1.78-0.32-3.75-0.46-5.85-0.41c-1.15,0.05-2.09-0.88-2.12-2.02c-0.03-1.15,0.88-2.1,2.02-2.12c2.38-0.06,4.63,0.11,6.69,0.48    c0.95,0.17,1.79,0.32,2.55,0.45c5.33,0.94,6.76,1.2,12.47,3.85c1.04,0.48,1.49,1.72,1,2.75C72.5,122.36,71.75,122.81,70.97,122.81    z\"></path>\n	</g>\n	<g>\n		<path d=\"M116.76,114.67c-0.26,0-0.53-0.05-0.79-0.16c-1.06-0.44-1.56-1.65-1.13-2.71c2.53-6.15,3.81-12.22,3.81-18.02    c0-1.7-0.11-3.51-0.36-5.7c-0.13-1.14,0.69-2.16,1.83-2.29c1.14-0.13,2.16,0.69,2.29,1.83c0.26,2.34,0.38,4.3,0.38,6.16    c0,6.35-1.39,12.95-4.13,19.6C118.35,114.18,117.58,114.67,116.76,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M129.03,122.81c-0.78,0-1.53-0.44-1.88-1.2c-0.48-1.04-0.03-2.27,1-2.75c5.71-2.66,7.14-2.91,12.47-3.85    c0.76-0.13,1.6-0.28,2.55-0.45c2.06-0.37,4.31-0.53,6.69-0.48c1.14,0.03,2.05,0.98,2.02,2.12c-0.03,1.13-0.95,2.02-2.07,2.02    c-0.02,0-0.03,0-0.05,0c-2.09-0.05-4.07,0.09-5.85,0.41c-0.96,0.17-1.8,0.32-2.57,0.46c-5.16,0.91-6.23,1.1-11.44,3.53    C129.62,122.75,129.32,122.81,129.03,122.81z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,160.13c-34.48,0-39.17-21.49-39.36-22.4c-0.22-1.12,0.5-2.22,1.63-2.44c1.12-0.23,2.22,0.5,2.44,1.63    c0.16,0.77,4.37,19.07,35.29,19.07c17.71,0,24-5.91,30.08-11.62c4.99-4.69,9.71-9.12,19.69-9.12c0.13,0,0.25,0,0.36-0.01    c-1.04-1.67-4.97-5.37-12.16-9.3c-8.66-4.73-17.96-7.55-25.52-7.72c-1.14-0.03-2.05-0.98-2.02-2.12c0.03-1.13,0.95-2.02,2.07-2.02    c0.02,0,0.03,0,0.05,0c8.37,0.2,18.53,3.29,27.89,8.49c2.37,1.32,14.18,8.14,14.12,13.3c-0.01,0.83-0.38,3.53-4.78,3.53    c-8.33,0-12.09,3.53-16.85,7.99C164.19,153.07,156.67,160.13,137.32,160.13z M187.72,135.86L187.72,135.86L187.72,135.86z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M100,57.65c-11.43,0-20.73-9.3-20.73-20.73s9.3-20.73,20.73-20.73c11.43,0,20.73,9.3,20.73,20.73    S111.43,57.65,100,57.65z M100,20.33c-9.15,0-16.59,7.44-16.59,16.59S90.85,53.51,100,53.51c9.15,0,16.59-7.44,16.59-16.59    S109.15,20.33,100,20.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M170.5,101.19\"></path>\n	</g>\n	<g>\n		<path d=\"M38.69,135.42c-3.39,0-6.88-1.16-10.34-3.47c-0.95-0.64-1.21-1.92-0.58-2.88c0.63-0.95,1.92-1.21,2.88-0.58    c4.28,2.85,8.52,3.5,12.27,1.88c6.39-2.77,11.33-12.02,13.56-25.38C62.09,71.37,73.9,65.95,100,65.95c1.15,0,2.07,0.93,2.07,2.07    s-0.93,2.07-2.07,2.07c-11.94,0-20.58,0.98-26.72,5.85c-6.18,4.9-10.1,14.07-12.71,29.74c-2.5,14.99-8.18,25.11-16,28.5    C42.67,135.01,40.7,135.42,38.69,135.42z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.31,135.42c-2.01,0-3.98-0.41-5.88-1.23c-7.82-3.39-13.5-13.51-16-28.5    c-2.61-15.67-6.53-24.85-12.71-29.74c-6.14-4.87-14.78-5.85-26.72-5.85c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    c26.1,0,37.91,5.43,43.51,39.05c2.23,13.36,7.17,22.61,13.56,25.38c3.75,1.62,7.99,0.97,12.27-1.88c0.95-0.64,2.24-0.38,2.88,0.58    c0.64,0.95,0.38,2.24-0.58,2.88C168.19,134.25,164.69,135.42,161.31,135.42z\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M56.31,183.78c-5.49,0-9.92-1.15-13.26-3.46c-4.86-3.37-7.33-9.06-7.33-16.92     c0-12.17,12.51-19.02,23.54-25.06c9.22-5.04,17.93-9.81,17.93-16.41V97.05c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v24.88c0,9.06-9.75,14.4-20.08,20.05c-10.52,5.75-21.39,11.7-21.39,21.42     c0,6.51,1.81,10.93,5.54,13.51c6.59,4.56,19.61,3.39,37.65-3.4c1.07-0.4,2.27,0.14,2.67,1.21c0.4,1.07-0.14,2.27-1.21,2.67     C73.21,181.65,63.78,183.78,56.31,183.78z\"></path>\n		</g>\n		<g>\n			<path d=\"M143.62,183.82c-10.82,0-25.71-4.49-44.51-13.45c-1.03-0.49-1.47-1.73-0.98-2.76s1.73-1.47,2.76-0.98     c25.73,12.26,44.65,16.01,53.28,10.56c4.01-2.53,5.96-7.04,5.96-13.79c0-9.09-9.51-13.84-19.59-18.88     c-10.76-5.38-21.88-10.94-21.88-22.59V97.05c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v24.88     c0,9.09,9.51,13.84,19.59,18.88c10.76,5.38,21.88,10.94,21.88,22.59c0,8.17-2.66,13.99-7.9,17.3     C153.08,182.78,148.82,183.82,143.62,183.82z\"></path>\n		</g>\n		<g>\n			<path d=\"M100,170.57c-0.3,0-0.6-0.06-0.89-0.2c-13.97-6.65-24.97-13.43-25.08-13.5c-0.97-0.6-1.28-1.88-0.67-2.85     c0.6-0.97,1.88-1.28,2.85-0.67c0.11,0.07,10.93,6.73,24.68,13.28c1.03,0.49,1.47,1.73,0.98,2.76     C101.52,170.13,100.77,170.57,100,170.57z\"></path>\n		</g>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M62.68,138.81c-35.31,0-39.4-46.15-39.4-80.86c0-13.26,3.38-24.61,9.77-32.83    c6.96-8.96,17.21-13.69,29.63-13.69c20.06,0,31.1,15.05,31.1,42.37c0,7.99-0.93,14.04-1.92,20.45    c-1.09,7.07-2.22,14.38-2.22,25.17c0,12.16-2.2,21.74-6.55,28.48C78.48,135.03,71.42,138.81,62.68,138.81z M62.68,15.57    c-25.99,0-35.25,21.89-35.25,42.37c0,52.34,11.2,76.72,35.25,76.72c19.84,0,22.81-22.08,22.81-35.25c0-11.1,1.15-18.58,2.27-25.8    c0.96-6.24,1.88-12.14,1.88-19.81C89.63,36.36,84.96,15.57,62.68,15.57z\"></path>\n	</g>\n	<g>\n		<path d=\"M88.54,84.9c-1.15,0-2.07-0.93-2.07-2.07c0-7.5-6.03-14.27-12.41-21.43c-4.57-5.12-9.24-10.37-11.7-16.11    c-3.42,5.87-10.02,11.17-16.47,16.35c-8.51,6.83-17.3,13.89-17.3,21.19c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.29,9.59-16.98,18.85-24.42c8.51-6.83,17.3-13.89,17.3-21.19c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07    c0,7.5,6.03,14.27,12.41,21.43c6.62,7.43,13.46,15.1,13.46,24.19C90.61,83.97,89.69,84.9,88.54,84.9z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,188.57c-8.74,0-15.8-3.78-20.4-10.92c-4.35-6.74-6.55-16.32-6.55-28.48c0-10.79-1.13-18.1-2.22-25.17    c-0.99-6.41-1.92-12.46-1.92-20.45c0-27.32,11.05-42.37,31.1-42.37c12.42,0,22.66,4.73,29.63,13.69    c6.39,8.22,9.77,19.57,9.77,32.83C176.72,142.42,172.63,188.57,137.32,188.57z M137.32,65.34c-22.28,0-26.95,20.79-26.95,38.22    c0,7.67,0.91,13.57,1.88,19.81c1.12,7.23,2.27,14.7,2.27,25.8c0,13.16,2.96,35.25,22.81,35.25c24.05,0,35.25-24.38,35.25-76.72    C172.57,87.22,163.31,65.34,137.32,65.34z\"></path>\n	</g>\n	<g>\n		<path d=\"M173.48,134.66c-1.15,0-2.07-0.93-2.07-2.07c0-7.3-8.8-14.36-17.3-21.19c-6.45-5.18-13.05-10.48-16.47-16.35    c-2.46,5.74-7.13,10.99-11.7,16.11c-6.38,7.16-12.41,13.92-12.41,21.43c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.08,6.84-16.76,13.46-24.19c6.38-7.16,12.41-13.92,12.41-21.43c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    c0,7.3,8.8,14.36,17.3,21.19c9.27,7.44,18.85,15.14,18.85,24.43C175.55,133.74,174.63,134.66,173.48,134.66z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M81.32,56.46H56.44c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h24.88    c3.43,0,6.22-2.79,6.22-6.22s-2.79-6.22-6.22-6.22H39.85c-3.43,0-6.22,2.79-6.22,6.22s2.79,6.22,6.22,6.22    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-5.72,0-10.37-4.65-10.37-10.37s4.65-10.37,10.37-10.37h41.47    c5.72,0,10.37,4.65,10.37,10.37S87.04,56.46,81.32,56.46z\"></path>\n	</g>\n	<g>\n		<path d=\"M77.18,39.87c-0.13,0-0.27-0.01-0.41-0.04c-1.12-0.22-1.85-1.32-1.63-2.44l2.16-10.81    c0.37-1.83-0.1-3.72-1.29-5.16c-1.19-1.45-2.94-2.28-4.81-2.28H49.97c-1.87,0-3.62,0.83-4.81,2.28c-1.19,1.45-1.66,3.33-1.29,5.16    l2.16,10.81c0.22,1.12-0.5,2.22-1.63,2.44c-1.12,0.22-2.22-0.5-2.44-1.63L39.8,27.39c-0.61-3.06,0.17-6.19,2.15-8.61    c1.98-2.41,4.9-3.79,8.02-3.79H71.2c3.12,0,6.04,1.38,8.02,3.79s2.76,5.55,2.15,8.61L79.21,38.2    C79.01,39.19,78.14,39.87,77.18,39.87z\"></path>\n	</g>\n	<g>\n		<path d=\"M47.62,114.63\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M85.47,126.95c-6.71,0-11.15-2.22-15.44-4.37c-4.04-2.02-7.86-3.93-13.59-3.93     c-11.75,0-19.73,3.89-19.81,3.93c-1.02,0.51-2.27,0.09-2.78-0.93c-0.51-1.02-0.1-2.27,0.93-2.78c0.36-0.18,8.88-4.37,21.66-4.37     c6.71,0,11.15,2.22,15.44,4.37c4.04,2.02,7.86,3.93,13.59,3.93c2.53,0,4.98-0.27,7.47-0.81c1.12-0.25,2.22,0.46,2.47,1.58     c0.24,1.12-0.46,2.22-1.58,2.47C91.04,126.66,88.3,126.95,85.47,126.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M87.95,185.01H33.22c-8.92,0-16.18-7.26-16.18-16.18V91.71c0-14.24,11.86-25.21,20.73-26.77V54.38     c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44c0,1.15-0.93,2.07-2.07,2.07c-7.2,0-18.66,10.44-18.66,22.81v77.13     c0,6.63,5.4,12.03,12.03,12.03h54.73c6.64,0,12.03-5.4,12.03-12.03v-14.97c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v14.97C104.13,177.75,96.87,185.01,87.95,185.01z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,134.98c-1.15,0-2.07-0.93-2.07-2.07v-5.59c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07     v5.59C104.13,134.05,103.2,134.98,102.06,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M101.96,92.18c-1.08,0-1.99-0.83-2.07-1.93C99.04,78.07,88.04,68.9,81.32,68.9c-1.15,0-2.07-0.93-2.07-2.07     V54.38c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v10.54c9.07,1.51,19.75,12.43,20.64,25.03c0.08,1.14-0.78,2.13-1.92,2.21     C102.06,92.18,102.01,92.18,101.96,92.18z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.94,0-1.79-0.64-2.02-1.59c-0.74-3.13-1.12-6.08-1.12-8.78c0-12.49,7.94-20.55,20.22-20.55     c12.28,0,20.22,8.07,20.22,20.55c0,1.92-0.21,4.05-0.61,6.33c-0.2,1.13-1.28,1.88-2.41,1.68c-1.13-0.2-1.88-1.28-1.68-2.41     c0.36-2.04,0.55-3.93,0.55-5.61c0-12.1-8.3-16.41-16.07-16.41s-16.07,4.31-16.07,16.41c0,2.37,0.34,5,1.01,7.82     c0.26,1.11-0.42,2.23-1.54,2.5C115.14,95.66,114.98,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.34,0-0.68-0.08-0.99-0.26c-1.79-0.98-3.49-1.74-5.05-2.26c-2.27-0.75-4.53-1.08-6.72-0.99     c-0.03,0-0.06,0-0.09,0c-1.1,0-2.02-0.87-2.07-1.98c-0.05-1.14,0.84-2.11,1.98-2.16c2.7-0.12,5.45,0.28,8.21,1.19     c1.79,0.59,3.73,1.45,5.74,2.56c1,0.55,1.37,1.81,0.82,2.81C116.27,95.29,115.56,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M93.38,126.1c-0.38,0-0.76-0.1-1.1-0.32c-7.78-4.89-10.73-13.83-7.69-23.35c2.76-8.66,9.22-14.04,17.28-14.4     c1.13-0.05,2.11,0.84,2.16,1.98c0.05,1.14-0.84,2.11-1.98,2.16c-6.34,0.28-11.27,4.48-13.52,11.51     c-2.47,7.74-0.25,14.69,5.95,18.58c0.97,0.61,1.26,1.89,0.65,2.86C94.75,125.75,94.07,126.1,93.38,126.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M106.29,129.95c-0.05,0-0.11,0-0.16-0.01c-1.54-0.12-3.04-0.32-4.46-0.59c-1.13-0.21-1.86-1.3-1.65-2.42     c0.21-1.12,1.29-1.87,2.42-1.65c1.28,0.24,2.63,0.42,4.01,0.53c1.14,0.09,1.99,1.09,1.9,2.23     C108.27,129.13,107.37,129.95,106.29,129.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,129.39c-0.13,0-0.26-0.01-0.39-0.04c-1.47-0.28-2.85-0.63-4.11-1.04c-1.79-0.59-3.47-1.4-5.28-2.53     c-0.97-0.61-1.26-1.89-0.65-2.86c0.61-0.97,1.89-1.26,2.86-0.65c1.52,0.95,2.91,1.62,4.38,2.11c1.08,0.36,2.28,0.66,3.57,0.91     c1.13,0.21,1.87,1.3,1.65,2.42C103.91,128.7,103.04,129.39,102.06,129.39z\"></path>\n		</g>\n		<g>\n			<path d=\"M117.66,164.27c-4.23,0-8.58-1.53-12.5-4.43c-1.74-1.29-3.34-2.87-4.75-4.72c-0.7-0.91-0.52-2.21,0.39-2.91     c0.91-0.7,2.21-0.52,2.91,0.39c1.19,1.56,2.48,2.83,3.92,3.91c3.86,2.85,8.14,4.08,12.06,3.46c3.91-0.62,7.49-3.07,10.36-7.09     c1.37-1.92,2.61-4.25,3.69-6.92c0.43-1.06,1.64-1.57,2.7-1.14c1.06,0.43,1.57,1.64,1.14,2.7c-1.21,2.98-2.61,5.59-4.16,7.78     c-3.53,4.94-8.05,7.98-13.09,8.78C119.45,164.2,118.56,164.27,117.66,164.27z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,155.94c-0.62,0-1.24-0.28-1.65-0.81c-5.36-7-5.39-15.52-0.07-23.38c0.64-0.95,1.93-1.2,2.88-0.56     c0.95,0.64,1.2,1.93,0.56,2.88c-4.31,6.38-4.34,12.96-0.07,18.53c0.7,0.91,0.52,2.21-0.39,2.91     C102.94,155.8,102.5,155.94,102.06,155.94z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.05,134.98c-0.4,0-0.8-0.12-1.16-0.36c-0.95-0.64-1.2-1.93-0.55-2.88l0.04-0.08     c0.09-0.17,0.18-0.33,0.31-0.5c1.11-1.56,2.51-3.16,4.16-4.77c0.82-0.8,2.13-0.78,2.93,0.04c0.8,0.82,0.78,2.13-0.04,2.93     c-1.48,1.44-2.71,2.85-3.67,4.2l-0.03,0.06c-0.08,0.15-0.16,0.29-0.26,0.44C103.37,134.66,102.72,134.98,102.05,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M152.71,162.1c-0.9,0-1.79-0.07-2.67-0.21c-5.04-0.8-9.56-3.83-13.09-8.78c-1.11-1.55-2.17-3.4-3.16-5.5     c-0.49-1.03-0.05-2.27,0.99-2.76c1.03-0.49,2.27-0.05,2.76,0.99c0.88,1.87,1.82,3.51,2.79,4.86c2.87,4.02,6.45,6.47,10.36,7.09     c3.92,0.62,8.21-0.61,12.06-3.46c6.3-4.67,10.55-13.14,3.56-22.94c-1.37-1.92-3.16-3.84-5.32-5.71     c-0.87-0.75-0.96-2.06-0.21-2.92c0.75-0.87,2.06-0.96,2.92-0.21c2.41,2.09,4.42,4.25,5.98,6.44c7.2,10.09,5.44,21.35-4.47,28.68     C161.29,160.57,156.93,162.1,152.71,162.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M162.34,126.19c-1.02,0-1.91-0.75-2.05-1.79c-0.16-1.13,0.64-2.18,1.77-2.34c2.02-0.28,3.83-0.68,5.39-1.2     c11.29-3.74,12.73-13.14,10.32-20.69c-1.5-4.69-4.3-8.28-7.91-10.12c-3.49-1.78-7.76-1.92-12.33-0.41     c-2.21,0.73-4.55,1.87-6.97,3.38c-0.97,0.61-2.25,0.31-2.86-0.66c-0.61-0.97-0.31-2.25,0.66-2.86c2.7-1.69,5.35-2.97,7.87-3.81     c5.65-1.87,11.01-1.64,15.52,0.65c4.6,2.34,8.14,6.8,9.97,12.55c3.78,11.86-1.31,22.02-12.97,25.88     c-1.8,0.59-3.86,1.05-6.12,1.37C162.53,126.18,162.44,126.19,162.34,126.19z\"></path>\n		</g>\n	</g>\n	<g>\n		<path d=\"M135.23,131.1c-8,0-14.51-6.51-14.51-14.51s6.51-14.51,14.51-14.51s14.51,6.51,14.51,14.51    S143.23,131.1,135.23,131.1z M135.23,106.22c-5.72,0-10.37,4.65-10.37,10.37c0,5.72,4.65,10.37,10.37,10.37    c5.72,0,10.37-4.65,10.37-10.37C145.6,110.87,140.95,106.22,135.23,106.22z\"></path>\n	</g>\n</g>\n</svg>                    	\n    Thai Massage\n                    <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 200 200\" style=\"enable-background:new 0 0 200 200;\" xml:space=\"preserve\">\n<style type=\"text/css\">\n	.st0{display:none;}\n	.st1{display:inline;}\n	.st2{fill:#101C1D;}\n	.st3{fill:none;}\n	.st4{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}\n	.st5{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10;}\n</style>\n<g>\n	<g>\n		<path d=\"M111.58,122.8c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c5.72,0,10.37-4.65,10.37-10.37    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    C126.09,116.29,119.58,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M172.36,92.48c-0.57,0-1.14-0.24-1.55-0.7c-0.76-0.86-0.68-2.17,0.17-2.93c4.46-3.96,9.02-9.43,9.02-19.96    c0-13.07-6.9-20.56-18.93-20.56c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c14.45,0,23.07,9.24,23.07,24.7    c0,12.24-5.57,18.76-10.42,23.06C173.34,92.31,172.85,92.48,172.36,92.48z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,97.92c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9c2.46-1.83,4.67-3.5,6.73-5.33    c0.86-0.76,2.17-0.68,2.93,0.17c0.76,0.86,0.68,2.17-0.17,2.93c-2.18,1.94-4.46,3.66-7.01,5.56    C166.36,97.79,165.92,97.92,165.49,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.08,48.34c-0.55,0-1.08-0.23-1.47-0.61c-0.1-0.1-0.18-0.21-0.26-0.32c-0.08-0.11-0.14-0.23-0.19-0.36    c-0.05-0.12-0.09-0.26-0.12-0.39c-0.03-0.13-0.04-0.27-0.04-0.4c0-0.55,0.22-1.08,0.61-1.47c0.77-0.77,2.16-0.77,2.93,0    c0.1,0.1,0.18,0.21,0.26,0.32c0.08,0.11,0.15,0.23,0.19,0.36c0.06,0.12,0.09,0.26,0.12,0.39c0.03,0.13,0.04,0.27,0.04,0.41    c0,0.13-0.01,0.27-0.04,0.4c-0.03,0.13-0.06,0.26-0.12,0.39c-0.05,0.12-0.12,0.25-0.19,0.36c-0.08,0.11-0.16,0.22-0.26,0.32    C162.16,48.11,161.62,48.34,161.08,48.34z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"120.73\" x2=\"51.45\" y2=\"120.73\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l8.86,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-2.03c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h2.03c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8H55.55c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.03    c1.15,0,2.07,0.93,2.07,2.07C113.65,121.88,112.72,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,97.92H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,97.92,111.58,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.45,164.18c-1.08,0-1.99-0.83-2.07-1.93c-0.08-1.14,0.78-2.13,1.92-2.21c5.4-0.38,9.64-4.9,9.64-10.28    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    c0,7.55-5.93,13.88-13.49,14.42C112.55,164.18,112.5,164.18,112.45,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c0.08,0,0.16-0.02,0.24-0.03    c0.16-0.02,0.33-0.04,0.49-0.06c1.14-0.1,2.13,0.78,2.21,1.92c0.08,1.14-0.78,2.13-1.92,2.21c-0.07,0.01-0.15,0.02-0.22,0.03    C112.17,164.24,111.9,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"162.2\" x2=\"51.45\" y2=\"162.2\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,164.27L51.45,164.27c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,163.34,52.59,164.27,51.45,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M38.06,164.28c-5.06,0-10.02-2.09-13.98-5.91c-5.23-5.07-8.24-12.61-8.24-20.68c0-8.4,3.32-16.08,9.86-22.82    c0.8-0.82,2.11-0.84,2.93-0.04c0.82,0.8,0.84,2.11,0.04,2.93C22.84,123.78,20,130.3,20,137.68c0,6.96,2.54,13.41,6.98,17.7    c3.34,3.24,7.36,4.86,11.62,4.74l12.86,0c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07l0,0l-12.79,0    C38.46,164.28,38.26,164.28,38.06,164.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-3.75c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h3.75c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27H55.2c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.38    c1.15,0,2.07,0.93,2.07,2.07C113.65,163.34,112.72,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-1.68c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h1.68c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,139.39H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,139.39,111.58,139.39z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-4.1c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h4.1c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M106.56,81.33H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h53.03c2.88,0,5.66-0.84,8.05-2.44    l45.32-30.21c0.95-0.64,2.24-0.38,2.88,0.58s0.38,2.24-0.58,2.88L116.91,78.2C113.83,80.25,110.25,81.33,106.56,81.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8l-12.44,0c-12.58,0-22.81-12.09-22.81-26.95c0-11.91,6.41-21.97,19.58-30.75    c4.51-3.01,44.49-29.38,59.21-29.38h65.1c2.8,0,5.14,1.73,5.95,4.42c0.81,2.68-0.17,5.42-2.5,6.98l-1.31,0.87    c-0.95,0.63-2.24,0.38-2.88-0.58c-0.64-0.95-0.38-2.24,0.58-2.88l1.31-0.87c1.19-0.79,0.94-1.98,0.83-2.33    c-0.1-0.35-0.56-1.47-1.98-1.47h-65.1c-10.96,0-40.93,18.03-56.91,28.68c-11.94,7.96-17.74,16.89-17.74,27.3    c0,12.58,8.37,22.81,18.66,22.81l12.44,0c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,139.3c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9l0.46-0.34    c7.86-5.85,15.29-11.38,15.29-24.95c0-8.61-3-14.86-8.67-18.07c-1-0.56-1.35-1.83-0.78-2.83c0.56-1,1.83-1.35,2.83-0.78    c4.91,2.78,10.77,8.8,10.77,21.67c0,15.65-8.62,22.07-16.96,28.28l-0.46,0.34C166.36,139.17,165.92,139.3,165.49,139.3z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l7.99,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L112.46,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18h-0.88c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h0.88    c1.15,0,2.07,0.93,2.07,2.07C114.53,163.26,113.6,164.18,112.46,164.18z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M118.62,176.72H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M102.03,126.95H81.3c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h20.73    c1.15,0,2.07,0.93,2.07,2.07C104.1,126.03,103.18,126.95,102.03,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M104.74,77.19h-2.71c-0.89,0-1.64-0.56-1.94-1.34l-2.21,1.34H81.3c-1.15,0-2.07-0.93-2.07-2.07    s0.93-2.07,2.07-2.07h16.59l2.21,1.34c0.3-0.78,1.05-1.34,1.94-1.34h2.71l-3.43,2.07L104.74,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,27.43H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,27.43,118.62,27.43z\"></path>\n	</g>\n	<g>\n		<path d=\"M128.99,102.51V100c0-0.21,0.02-5.34,1.36-12.17c1.61-8.16,5.3-19.42,13.73-26.72    c14.52-12.57,39.2-20.79,40.24-21.14l4.09-1.35l-1.5,4.04c-0.45,1.2-11.04,29.53-21.94,42.11    c-11.12,12.84-32.61,17.09-33.52,17.27L128.99,102.51z M181.37,45.44c-7.71,2.92-24.18,9.8-34.58,18.8    c-7.55,6.53-10.9,16.87-12.38,24.39c-0.7,3.56-1.02,6.66-1.16,8.72c5.92-1.52,20.56-6.04,28.59-15.31    C169.83,72.84,177.97,53.89,181.37,45.44z\"></path>\n	</g>\n	<g>\n		<path d=\"M66.78,123.28l-2.5-0.52c-0.84-0.18-20.75-4.45-31.05-17.32C23.17,92.86,13.39,64.55,12.98,63.35l-1.4-4.07    l4.06,1.45c0.96,0.34,23.78,8.58,37.21,21.17c7.79,7.3,11.19,18.55,12.67,26.7c1.24,6.81,1.25,11.92,1.25,12.13V123.28z     M18.45,66.28c3.15,8.47,10.66,27.37,18.02,36.57c7.3,9.12,20.47,13.62,26.05,15.19c-0.13-2.06-0.43-5.16-1.07-8.7    c-1.37-7.53-4.46-17.89-11.43-24.42C40.56,76.05,25.67,69.26,18.45,66.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,77.19c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54s4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,77.16,118.84,77.19,118.62,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,126.96c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,126.92,118.84,126.96,118.62,126.96z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,176.72c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,176.68,118.84,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,77.19c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    s-4.08,25.02-4.25,25.54C82.97,76.64,82.16,77.19,81.3,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,126.95c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,126.41,82.16,126.95,81.3,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,176.72c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,176.17,82.16,176.72,81.3,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M122.81,89.63c-1.15,0-2.07-0.93-2.07-2.07c0-19.48-14.73-31.1-39.4-31.1c-24.67,0-39.4,11.63-39.4,31.1    c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07c0-11.41,4.5-20.7,13-26.86c7.59-5.49,18.15-8.39,30.54-8.39    s22.95,2.9,30.54,8.39c8.51,6.16,13,15.44,13,26.86C124.88,88.7,123.95,89.63,122.81,89.63z\"></path>\n	</g>\n	<g>\n		<path d=\"M126.96,110.37H35.72c-1.15,0-2.07-0.93-2.07-2.07V91.71c0-1.15,0.93-2.07,2.07-2.07H60.6    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07H37.8v12.44h87.09V93.78H81.34c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    h45.62c1.15,0,2.07,0.93,2.07,2.07v16.59C129.03,109.44,128.1,110.37,126.96,110.37z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,142.61,49.31,143.54,48.16,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,175.79,49.31,176.72,48.16,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,142.61,70.04,143.54,68.9,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,175.79,70.04,176.72,68.9,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,142.61,90.78,143.54,89.63,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,175.79,90.78,176.72,89.63,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,142.61,111.51,143.54,110.37,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,175.79,111.51,176.72,110.37,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M164.28,176.72c-1.15,0-2.07-0.93-2.07-2.07V70.97c0-21.53-4.68-43.54-39.4-43.54    c-15.5,0-26.67,3.61-33.2,10.73c-5.39,5.88-6.19,12.69-6.19,16.22c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07    c0-7.3,3.14-31.1,43.54-31.1c17.34,0,29.61,5.38,36.47,15.98c6.27,9.69,7.07,22.03,7.07,31.71v103.67    C166.35,175.79,165.42,176.72,164.28,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M79.64,89.93c-0.08,0-0.15,0-0.23-0.01c-1.14-0.13-1.96-1.15-1.83-2.29c1.86-16.81,10.74-30.78,16.61-40.02    c1.68-2.64,3.13-4.92,3.96-6.59c0.35-0.7,1.07-1.15,1.85-1.15s1.5,0.44,1.85,1.15c0.84,1.67,2.29,3.95,3.96,6.59    c5.87,9.24,14.75,23.2,16.61,40.02c0.13,1.14-0.69,2.16-1.83,2.29c-1.14,0.12-2.16-0.69-2.29-1.83    c-1.76-15.86-10.32-29.33-15.99-38.25c-0.84-1.32-1.63-2.56-2.32-3.69c-0.69,1.13-1.48,2.37-2.32,3.69    c-5.67,8.92-14.23,22.39-15.99,38.25C81.58,89.14,80.68,89.93,79.64,89.93z\"></path>\n	</g>\n	<g>\n		<path d=\"M100,137.32\"></path>\n	</g>\n	<g>\n		<path d=\"M83.24,114.67c-0.82,0-1.59-0.48-1.92-1.29c-2.74-6.65-4.13-13.25-4.13-19.6c0-1.85,0.12-3.81,0.38-6.16    c0.13-1.14,1.16-1.96,2.29-1.83c1.14,0.13,1.96,1.15,1.83,2.29c-0.24,2.19-0.36,4-0.36,5.7c0,5.81,1.28,11.87,3.81,18.02    c0.44,1.06-0.07,2.27-1.13,2.71C83.77,114.61,83.5,114.67,83.24,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M50.19,118.21c-0.62,0-1.24-0.28-1.65-0.81c-6.7-8.76-10.08-18.61-12.8-26.53    c-2.29-6.68-4.28-12.45-7.16-13.89c-0.8-0.4-1.26-1.27-1.12-2.16c0.13-0.89,0.82-1.59,1.71-1.74c23.52-3.92,36.6-0.58,51.86,13.24    c0.85,0.77,0.91,2.08,0.15,2.93c-0.77,0.85-2.08,0.91-2.93,0.15c-13.4-12.13-24.55-15.52-44.19-12.86    c2.2,3.07,3.78,7.65,5.61,12.99c2.62,7.64,5.89,17.14,12.17,25.36c0.7,0.91,0.52,2.21-0.39,2.91    C51.07,118.08,50.63,118.21,50.19,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M149.81,118.21c-0.44,0-0.88-0.14-1.26-0.43c-0.91-0.7-1.08-2-0.39-2.91c6.29-8.22,9.55-17.73,12.17-25.36    c1.83-5.34,3.41-9.92,5.61-12.99c-19.64-2.65-30.79,0.73-44.19,12.86c-0.85,0.77-2.16,0.7-2.93-0.15    c-0.77-0.85-0.7-2.16,0.15-2.93c15.26-13.82,28.35-17.16,51.86-13.24c0.89,0.15,1.58,0.85,1.71,1.74    c0.13,0.89-0.32,1.76-1.12,2.16c-2.89,1.44-4.87,7.21-7.16,13.89c-2.72,7.92-6.1,17.77-12.8,26.53    C151.05,117.93,150.43,118.21,149.81,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M62.68,160.13c-19.35,0-26.87-7.06-32.92-12.74c-4.76-4.47-8.51-7.99-16.85-7.99c-4.4,0-4.77-2.7-4.78-3.53    c-0.06-5.16,11.75-11.99,14.12-13.3c9.36-5.2,19.52-8.3,27.89-8.49c0.02,0,0.03,0,0.05,0c1.12,0,2.05,0.9,2.07,2.02    c0.03,1.15-0.88,2.1-2.02,2.12c-7.56,0.18-16.86,2.99-25.52,7.72c-7.2,3.93-11.12,7.63-12.16,9.3c0.1,0.01,0.22,0.01,0.36,0.01    c9.98,0,14.69,4.43,19.69,9.12c6.08,5.71,12.37,11.62,30.08,11.62c30.92,0,35.13-18.3,35.29-19.08c0.24-1.12,1.33-1.84,2.45-1.61    c1.12,0.23,1.84,1.31,1.62,2.43C101.85,138.64,97.16,160.13,62.68,160.13z\"></path>\n	</g>\n	<g>\n		<path d=\"M70.97,122.81c-0.29,0-0.59-0.06-0.87-0.19c-5.21-2.43-6.29-2.62-11.44-3.53c-0.76-0.13-1.61-0.28-2.57-0.46    c-1.78-0.32-3.75-0.46-5.85-0.41c-1.15,0.05-2.09-0.88-2.12-2.02c-0.03-1.15,0.88-2.1,2.02-2.12c2.38-0.06,4.63,0.11,6.69,0.48    c0.95,0.17,1.79,0.32,2.55,0.45c5.33,0.94,6.76,1.2,12.47,3.85c1.04,0.48,1.49,1.72,1,2.75C72.5,122.36,71.75,122.81,70.97,122.81    z\"></path>\n	</g>\n	<g>\n		<path d=\"M116.76,114.67c-0.26,0-0.53-0.05-0.79-0.16c-1.06-0.44-1.56-1.65-1.13-2.71c2.53-6.15,3.81-12.22,3.81-18.02    c0-1.7-0.11-3.51-0.36-5.7c-0.13-1.14,0.69-2.16,1.83-2.29c1.14-0.13,2.16,0.69,2.29,1.83c0.26,2.34,0.38,4.3,0.38,6.16    c0,6.35-1.39,12.95-4.13,19.6C118.35,114.18,117.58,114.67,116.76,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M129.03,122.81c-0.78,0-1.53-0.44-1.88-1.2c-0.48-1.04-0.03-2.27,1-2.75c5.71-2.66,7.14-2.91,12.47-3.85    c0.76-0.13,1.6-0.28,2.55-0.45c2.06-0.37,4.31-0.53,6.69-0.48c1.14,0.03,2.05,0.98,2.02,2.12c-0.03,1.13-0.95,2.02-2.07,2.02    c-0.02,0-0.03,0-0.05,0c-2.09-0.05-4.07,0.09-5.85,0.41c-0.96,0.17-1.8,0.32-2.57,0.46c-5.16,0.91-6.23,1.1-11.44,3.53    C129.62,122.75,129.32,122.81,129.03,122.81z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,160.13c-34.48,0-39.17-21.49-39.36-22.4c-0.22-1.12,0.5-2.22,1.63-2.44c1.12-0.23,2.22,0.5,2.44,1.63    c0.16,0.77,4.37,19.07,35.29,19.07c17.71,0,24-5.91,30.08-11.62c4.99-4.69,9.71-9.12,19.69-9.12c0.13,0,0.25,0,0.36-0.01    c-1.04-1.67-4.97-5.37-12.16-9.3c-8.66-4.73-17.96-7.55-25.52-7.72c-1.14-0.03-2.05-0.98-2.02-2.12c0.03-1.13,0.95-2.02,2.07-2.02    c0.02,0,0.03,0,0.05,0c8.37,0.2,18.53,3.29,27.89,8.49c2.37,1.32,14.18,8.14,14.12,13.3c-0.01,0.83-0.38,3.53-4.78,3.53    c-8.33,0-12.09,3.53-16.85,7.99C164.19,153.07,156.67,160.13,137.32,160.13z M187.72,135.86L187.72,135.86L187.72,135.86z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M100,57.65c-11.43,0-20.73-9.3-20.73-20.73s9.3-20.73,20.73-20.73c11.43,0,20.73,9.3,20.73,20.73    S111.43,57.65,100,57.65z M100,20.33c-9.15,0-16.59,7.44-16.59,16.59S90.85,53.51,100,53.51c9.15,0,16.59-7.44,16.59-16.59    S109.15,20.33,100,20.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M170.5,101.19\"></path>\n	</g>\n	<g>\n		<path d=\"M38.69,135.42c-3.39,0-6.88-1.16-10.34-3.47c-0.95-0.64-1.21-1.92-0.58-2.88c0.63-0.95,1.92-1.21,2.88-0.58    c4.28,2.85,8.52,3.5,12.27,1.88c6.39-2.77,11.33-12.02,13.56-25.38C62.09,71.37,73.9,65.95,100,65.95c1.15,0,2.07,0.93,2.07,2.07    s-0.93,2.07-2.07,2.07c-11.94,0-20.58,0.98-26.72,5.85c-6.18,4.9-10.1,14.07-12.71,29.74c-2.5,14.99-8.18,25.11-16,28.5    C42.67,135.01,40.7,135.42,38.69,135.42z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.31,135.42c-2.01,0-3.98-0.41-5.88-1.23c-7.82-3.39-13.5-13.51-16-28.5    c-2.61-15.67-6.53-24.85-12.71-29.74c-6.14-4.87-14.78-5.85-26.72-5.85c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    c26.1,0,37.91,5.43,43.51,39.05c2.23,13.36,7.17,22.61,13.56,25.38c3.75,1.62,7.99,0.97,12.27-1.88c0.95-0.64,2.24-0.38,2.88,0.58    c0.64,0.95,0.38,2.24-0.58,2.88C168.19,134.25,164.69,135.42,161.31,135.42z\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M56.31,183.78c-5.49,0-9.92-1.15-13.26-3.46c-4.86-3.37-7.33-9.06-7.33-16.92     c0-12.17,12.51-19.02,23.54-25.06c9.22-5.04,17.93-9.81,17.93-16.41V97.05c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v24.88c0,9.06-9.75,14.4-20.08,20.05c-10.52,5.75-21.39,11.7-21.39,21.42     c0,6.51,1.81,10.93,5.54,13.51c6.59,4.56,19.61,3.39,37.65-3.4c1.07-0.4,2.27,0.14,2.67,1.21c0.4,1.07-0.14,2.27-1.21,2.67     C73.21,181.65,63.78,183.78,56.31,183.78z\"></path>\n		</g>\n		<g>\n			<path d=\"M143.62,183.82c-10.82,0-25.71-4.49-44.51-13.45c-1.03-0.49-1.47-1.73-0.98-2.76s1.73-1.47,2.76-0.98     c25.73,12.26,44.65,16.01,53.28,10.56c4.01-2.53,5.96-7.04,5.96-13.79c0-9.09-9.51-13.84-19.59-18.88     c-10.76-5.38-21.88-10.94-21.88-22.59V97.05c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v24.88     c0,9.09,9.51,13.84,19.59,18.88c10.76,5.38,21.88,10.94,21.88,22.59c0,8.17-2.66,13.99-7.9,17.3     C153.08,182.78,148.82,183.82,143.62,183.82z\"></path>\n		</g>\n		<g>\n			<path d=\"M100,170.57c-0.3,0-0.6-0.06-0.89-0.2c-13.97-6.65-24.97-13.43-25.08-13.5c-0.97-0.6-1.28-1.88-0.67-2.85     c0.6-0.97,1.88-1.28,2.85-0.67c0.11,0.07,10.93,6.73,24.68,13.28c1.03,0.49,1.47,1.73,0.98,2.76     C101.52,170.13,100.77,170.57,100,170.57z\"></path>\n		</g>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M62.68,138.81c-35.31,0-39.4-46.15-39.4-80.86c0-13.26,3.38-24.61,9.77-32.83    c6.96-8.96,17.21-13.69,29.63-13.69c20.06,0,31.1,15.05,31.1,42.37c0,7.99-0.93,14.04-1.92,20.45    c-1.09,7.07-2.22,14.38-2.22,25.17c0,12.16-2.2,21.74-6.55,28.48C78.48,135.03,71.42,138.81,62.68,138.81z M62.68,15.57    c-25.99,0-35.25,21.89-35.25,42.37c0,52.34,11.2,76.72,35.25,76.72c19.84,0,22.81-22.08,22.81-35.25c0-11.1,1.15-18.58,2.27-25.8    c0.96-6.24,1.88-12.14,1.88-19.81C89.63,36.36,84.96,15.57,62.68,15.57z\"></path>\n	</g>\n	<g>\n		<path d=\"M88.54,84.9c-1.15,0-2.07-0.93-2.07-2.07c0-7.5-6.03-14.27-12.41-21.43c-4.57-5.12-9.24-10.37-11.7-16.11    c-3.42,5.87-10.02,11.17-16.47,16.35c-8.51,6.83-17.3,13.89-17.3,21.19c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.29,9.59-16.98,18.85-24.42c8.51-6.83,17.3-13.89,17.3-21.19c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07    c0,7.5,6.03,14.27,12.41,21.43c6.62,7.43,13.46,15.1,13.46,24.19C90.61,83.97,89.69,84.9,88.54,84.9z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,188.57c-8.74,0-15.8-3.78-20.4-10.92c-4.35-6.74-6.55-16.32-6.55-28.48c0-10.79-1.13-18.1-2.22-25.17    c-0.99-6.41-1.92-12.46-1.92-20.45c0-27.32,11.05-42.37,31.1-42.37c12.42,0,22.66,4.73,29.63,13.69    c6.39,8.22,9.77,19.57,9.77,32.83C176.72,142.42,172.63,188.57,137.32,188.57z M137.32,65.34c-22.28,0-26.95,20.79-26.95,38.22    c0,7.67,0.91,13.57,1.88,19.81c1.12,7.23,2.27,14.7,2.27,25.8c0,13.16,2.96,35.25,22.81,35.25c24.05,0,35.25-24.38,35.25-76.72    C172.57,87.22,163.31,65.34,137.32,65.34z\"></path>\n	</g>\n	<g>\n		<path d=\"M173.48,134.66c-1.15,0-2.07-0.93-2.07-2.07c0-7.3-8.8-14.36-17.3-21.19c-6.45-5.18-13.05-10.48-16.47-16.35    c-2.46,5.74-7.13,10.99-11.7,16.11c-6.38,7.16-12.41,13.92-12.41,21.43c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.08,6.84-16.76,13.46-24.19c6.38-7.16,12.41-13.92,12.41-21.43c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    c0,7.3,8.8,14.36,17.3,21.19c9.27,7.44,18.85,15.14,18.85,24.43C175.55,133.74,174.63,134.66,173.48,134.66z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M81.32,56.46H56.44c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h24.88    c3.43,0,6.22-2.79,6.22-6.22s-2.79-6.22-6.22-6.22H39.85c-3.43,0-6.22,2.79-6.22,6.22s2.79,6.22,6.22,6.22    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-5.72,0-10.37-4.65-10.37-10.37s4.65-10.37,10.37-10.37h41.47    c5.72,0,10.37,4.65,10.37,10.37S87.04,56.46,81.32,56.46z\"></path>\n	</g>\n	<g>\n		<path d=\"M77.18,39.87c-0.13,0-0.27-0.01-0.41-0.04c-1.12-0.22-1.85-1.32-1.63-2.44l2.16-10.81    c0.37-1.83-0.1-3.72-1.29-5.16c-1.19-1.45-2.94-2.28-4.81-2.28H49.97c-1.87,0-3.62,0.83-4.81,2.28c-1.19,1.45-1.66,3.33-1.29,5.16    l2.16,10.81c0.22,1.12-0.5,2.22-1.63,2.44c-1.12,0.22-2.22-0.5-2.44-1.63L39.8,27.39c-0.61-3.06,0.17-6.19,2.15-8.61    c1.98-2.41,4.9-3.79,8.02-3.79H71.2c3.12,0,6.04,1.38,8.02,3.79s2.76,5.55,2.15,8.61L79.21,38.2    C79.01,39.19,78.14,39.87,77.18,39.87z\"></path>\n	</g>\n	<g>\n		<path d=\"M47.62,114.63\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M85.47,126.95c-6.71,0-11.15-2.22-15.44-4.37c-4.04-2.02-7.86-3.93-13.59-3.93     c-11.75,0-19.73,3.89-19.81,3.93c-1.02,0.51-2.27,0.09-2.78-0.93c-0.51-1.02-0.1-2.27,0.93-2.78c0.36-0.18,8.88-4.37,21.66-4.37     c6.71,0,11.15,2.22,15.44,4.37c4.04,2.02,7.86,3.93,13.59,3.93c2.53,0,4.98-0.27,7.47-0.81c1.12-0.25,2.22,0.46,2.47,1.58     c0.24,1.12-0.46,2.22-1.58,2.47C91.04,126.66,88.3,126.95,85.47,126.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M87.95,185.01H33.22c-8.92,0-16.18-7.26-16.18-16.18V91.71c0-14.24,11.86-25.21,20.73-26.77V54.38     c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44c0,1.15-0.93,2.07-2.07,2.07c-7.2,0-18.66,10.44-18.66,22.81v77.13     c0,6.63,5.4,12.03,12.03,12.03h54.73c6.64,0,12.03-5.4,12.03-12.03v-14.97c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v14.97C104.13,177.75,96.87,185.01,87.95,185.01z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,134.98c-1.15,0-2.07-0.93-2.07-2.07v-5.59c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07     v5.59C104.13,134.05,103.2,134.98,102.06,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M101.96,92.18c-1.08,0-1.99-0.83-2.07-1.93C99.04,78.07,88.04,68.9,81.32,68.9c-1.15,0-2.07-0.93-2.07-2.07     V54.38c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v10.54c9.07,1.51,19.75,12.43,20.64,25.03c0.08,1.14-0.78,2.13-1.92,2.21     C102.06,92.18,102.01,92.18,101.96,92.18z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.94,0-1.79-0.64-2.02-1.59c-0.74-3.13-1.12-6.08-1.12-8.78c0-12.49,7.94-20.55,20.22-20.55     c12.28,0,20.22,8.07,20.22,20.55c0,1.92-0.21,4.05-0.61,6.33c-0.2,1.13-1.28,1.88-2.41,1.68c-1.13-0.2-1.88-1.28-1.68-2.41     c0.36-2.04,0.55-3.93,0.55-5.61c0-12.1-8.3-16.41-16.07-16.41s-16.07,4.31-16.07,16.41c0,2.37,0.34,5,1.01,7.82     c0.26,1.11-0.42,2.23-1.54,2.5C115.14,95.66,114.98,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.34,0-0.68-0.08-0.99-0.26c-1.79-0.98-3.49-1.74-5.05-2.26c-2.27-0.75-4.53-1.08-6.72-0.99     c-0.03,0-0.06,0-0.09,0c-1.1,0-2.02-0.87-2.07-1.98c-0.05-1.14,0.84-2.11,1.98-2.16c2.7-0.12,5.45,0.28,8.21,1.19     c1.79,0.59,3.73,1.45,5.74,2.56c1,0.55,1.37,1.81,0.82,2.81C116.27,95.29,115.56,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M93.38,126.1c-0.38,0-0.76-0.1-1.1-0.32c-7.78-4.89-10.73-13.83-7.69-23.35c2.76-8.66,9.22-14.04,17.28-14.4     c1.13-0.05,2.11,0.84,2.16,1.98c0.05,1.14-0.84,2.11-1.98,2.16c-6.34,0.28-11.27,4.48-13.52,11.51     c-2.47,7.74-0.25,14.69,5.95,18.58c0.97,0.61,1.26,1.89,0.65,2.86C94.75,125.75,94.07,126.1,93.38,126.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M106.29,129.95c-0.05,0-0.11,0-0.16-0.01c-1.54-0.12-3.04-0.32-4.46-0.59c-1.13-0.21-1.86-1.3-1.65-2.42     c0.21-1.12,1.29-1.87,2.42-1.65c1.28,0.24,2.63,0.42,4.01,0.53c1.14,0.09,1.99,1.09,1.9,2.23     C108.27,129.13,107.37,129.95,106.29,129.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,129.39c-0.13,0-0.26-0.01-0.39-0.04c-1.47-0.28-2.85-0.63-4.11-1.04c-1.79-0.59-3.47-1.4-5.28-2.53     c-0.97-0.61-1.26-1.89-0.65-2.86c0.61-0.97,1.89-1.26,2.86-0.65c1.52,0.95,2.91,1.62,4.38,2.11c1.08,0.36,2.28,0.66,3.57,0.91     c1.13,0.21,1.87,1.3,1.65,2.42C103.91,128.7,103.04,129.39,102.06,129.39z\"></path>\n		</g>\n		<g>\n			<path d=\"M117.66,164.27c-4.23,0-8.58-1.53-12.5-4.43c-1.74-1.29-3.34-2.87-4.75-4.72c-0.7-0.91-0.52-2.21,0.39-2.91     c0.91-0.7,2.21-0.52,2.91,0.39c1.19,1.56,2.48,2.83,3.92,3.91c3.86,2.85,8.14,4.08,12.06,3.46c3.91-0.62,7.49-3.07,10.36-7.09     c1.37-1.92,2.61-4.25,3.69-6.92c0.43-1.06,1.64-1.57,2.7-1.14c1.06,0.43,1.57,1.64,1.14,2.7c-1.21,2.98-2.61,5.59-4.16,7.78     c-3.53,4.94-8.05,7.98-13.09,8.78C119.45,164.2,118.56,164.27,117.66,164.27z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,155.94c-0.62,0-1.24-0.28-1.65-0.81c-5.36-7-5.39-15.52-0.07-23.38c0.64-0.95,1.93-1.2,2.88-0.56     c0.95,0.64,1.2,1.93,0.56,2.88c-4.31,6.38-4.34,12.96-0.07,18.53c0.7,0.91,0.52,2.21-0.39,2.91     C102.94,155.8,102.5,155.94,102.06,155.94z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.05,134.98c-0.4,0-0.8-0.12-1.16-0.36c-0.95-0.64-1.2-1.93-0.55-2.88l0.04-0.08     c0.09-0.17,0.18-0.33,0.31-0.5c1.11-1.56,2.51-3.16,4.16-4.77c0.82-0.8,2.13-0.78,2.93,0.04c0.8,0.82,0.78,2.13-0.04,2.93     c-1.48,1.44-2.71,2.85-3.67,4.2l-0.03,0.06c-0.08,0.15-0.16,0.29-0.26,0.44C103.37,134.66,102.72,134.98,102.05,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M152.71,162.1c-0.9,0-1.79-0.07-2.67-0.21c-5.04-0.8-9.56-3.83-13.09-8.78c-1.11-1.55-2.17-3.4-3.16-5.5     c-0.49-1.03-0.05-2.27,0.99-2.76c1.03-0.49,2.27-0.05,2.76,0.99c0.88,1.87,1.82,3.51,2.79,4.86c2.87,4.02,6.45,6.47,10.36,7.09     c3.92,0.62,8.21-0.61,12.06-3.46c6.3-4.67,10.55-13.14,3.56-22.94c-1.37-1.92-3.16-3.84-5.32-5.71     c-0.87-0.75-0.96-2.06-0.21-2.92c0.75-0.87,2.06-0.96,2.92-0.21c2.41,2.09,4.42,4.25,5.98,6.44c7.2,10.09,5.44,21.35-4.47,28.68     C161.29,160.57,156.93,162.1,152.71,162.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M162.34,126.19c-1.02,0-1.91-0.75-2.05-1.79c-0.16-1.13,0.64-2.18,1.77-2.34c2.02-0.28,3.83-0.68,5.39-1.2     c11.29-3.74,12.73-13.14,10.32-20.69c-1.5-4.69-4.3-8.28-7.91-10.12c-3.49-1.78-7.76-1.92-12.33-0.41     c-2.21,0.73-4.55,1.87-6.97,3.38c-0.97,0.61-2.25,0.31-2.86-0.66c-0.61-0.97-0.31-2.25,0.66-2.86c2.7-1.69,5.35-2.97,7.87-3.81     c5.65-1.87,11.01-1.64,15.52,0.65c4.6,2.34,8.14,6.8,9.97,12.55c3.78,11.86-1.31,22.02-12.97,25.88     c-1.8,0.59-3.86,1.05-6.12,1.37C162.53,126.18,162.44,126.19,162.34,126.19z\"></path>\n		</g>\n	</g>\n	<g>\n		<path d=\"M135.23,131.1c-8,0-14.51-6.51-14.51-14.51s6.51-14.51,14.51-14.51s14.51,6.51,14.51,14.51    S143.23,131.1,135.23,131.1z M135.23,106.22c-5.72,0-10.37,4.65-10.37,10.37c0,5.72,4.65,10.37,10.37,10.37    c5.72,0,10.37-4.65,10.37-10.37C145.6,110.87,140.95,106.22,135.23,106.22z\"></path>\n	</g>\n</g>\n</svg>                    	\n    Shiatsu\n                    <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 200 200\" style=\"enable-background:new 0 0 200 200;\" xml:space=\"preserve\">\n<style type=\"text/css\">\n	.st0{display:none;}\n	.st1{display:inline;}\n	.st2{fill:#101C1D;}\n	.st3{fill:none;}\n	.st4{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}\n	.st5{fill:none;stroke:#101C1D;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10;}\n</style>\n<g>\n	<g>\n		<path d=\"M111.58,122.8c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c5.72,0,10.37-4.65,10.37-10.37    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    C126.09,116.29,119.58,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M172.36,92.48c-0.57,0-1.14-0.24-1.55-0.7c-0.76-0.86-0.68-2.17,0.17-2.93c4.46-3.96,9.02-9.43,9.02-19.96    c0-13.07-6.9-20.56-18.93-20.56c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c14.45,0,23.07,9.24,23.07,24.7    c0,12.24-5.57,18.76-10.42,23.06C173.34,92.31,172.85,92.48,172.36,92.48z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,97.92c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9c2.46-1.83,4.67-3.5,6.73-5.33    c0.86-0.76,2.17-0.68,2.93,0.17c0.76,0.86,0.68,2.17-0.17,2.93c-2.18,1.94-4.46,3.66-7.01,5.56    C166.36,97.79,165.92,97.92,165.49,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.08,48.34c-0.55,0-1.08-0.23-1.47-0.61c-0.1-0.1-0.18-0.21-0.26-0.32c-0.08-0.11-0.14-0.23-0.19-0.36    c-0.05-0.12-0.09-0.26-0.12-0.39c-0.03-0.13-0.04-0.27-0.04-0.4c0-0.55,0.22-1.08,0.61-1.47c0.77-0.77,2.16-0.77,2.93,0    c0.1,0.1,0.18,0.21,0.26,0.32c0.08,0.11,0.15,0.23,0.19,0.36c0.06,0.12,0.09,0.26,0.12,0.39c0.03,0.13,0.04,0.27,0.04,0.41    c0,0.13-0.01,0.27-0.04,0.4c-0.03,0.13-0.06,0.26-0.12,0.39c-0.05,0.12-0.12,0.25-0.19,0.36c-0.08,0.11-0.16,0.22-0.26,0.32    C162.16,48.11,161.62,48.34,161.08,48.34z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"120.73\" x2=\"51.45\" y2=\"120.73\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l8.86,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-2.03c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h2.03c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,122.8H55.55c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.03    c1.15,0,2.07,0.93,2.07,2.07C113.65,121.88,112.72,122.8,111.58,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,97.92H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,97.92,111.58,97.92z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.45,164.18c-1.08,0-1.99-0.83-2.07-1.93c-0.08-1.14,0.78-2.13,1.92-2.21c5.4-0.38,9.64-4.9,9.64-10.28    c0-5.72-4.65-10.37-10.37-10.37c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07c8,0,14.51,6.51,14.51,14.51    c0,7.55-5.93,13.88-13.49,14.42C112.55,164.18,112.5,164.18,112.45,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07c0.08,0,0.16-0.02,0.24-0.03    c0.16-0.02,0.33-0.04,0.49-0.06c1.14-0.1,2.13,0.78,2.21,1.92c0.08,1.14-0.78,2.13-1.92,2.21c-0.07,0.01-0.15,0.02-0.22,0.03    C112.17,164.24,111.9,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<line x1=\"51.45\" y1=\"162.2\" x2=\"51.45\" y2=\"162.2\"></line>\n	</g>\n	<g>\n		<path d=\"M51.45,164.27L51.45,164.27c-12.58,0-22.81-10.23-22.81-22.81c0-12.58,10.23-22.81,22.81-22.81    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-10.29,0-18.66,8.37-18.66,18.66c0,10.29,8.37,18.66,18.66,18.66    c1.15,0,2.07,0.93,2.07,2.07C53.52,163.34,52.59,164.27,51.45,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M38.06,164.28c-5.06,0-10.02-2.09-13.98-5.91c-5.23-5.07-8.24-12.61-8.24-20.68c0-8.4,3.32-16.08,9.86-22.82    c0.8-0.82,2.11-0.84,2.93-0.04c0.82,0.8,0.84,2.11,0.04,2.93C22.84,123.78,20,130.3,20,137.68c0,6.96,2.54,13.41,6.98,17.7    c3.34,3.24,7.36,4.86,11.62,4.74l12.86,0c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07l0,0l-12.79,0    C38.46,164.28,38.26,164.28,38.06,164.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-3.75c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h3.75c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,164.27H55.2c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h56.38    c1.15,0,2.07,0.93,2.07,2.07C113.65,163.34,112.72,164.27,111.58,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.2,164.27h-1.68c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h1.68c1.15,0,2.07,0.93,2.07,2.07    C57.28,163.34,56.35,164.27,55.2,164.27z\"></path>\n	</g>\n	<g>\n		<path d=\"M111.58,139.39H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h58.06c1.15,0,2.07,0.93,2.07,2.07    S112.72,139.39,111.58,139.39z\"></path>\n	</g>\n	<g>\n		<path d=\"M55.55,122.8h-4.1c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h4.1c1.15,0,2.07,0.93,2.07,2.07    C57.63,121.88,56.7,122.8,55.55,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M106.56,81.33H53.52c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h53.03c2.88,0,5.66-0.84,8.05-2.44    l45.32-30.21c0.95-0.64,2.24-0.38,2.88,0.58s0.38,2.24-0.58,2.88L116.91,78.2C113.83,80.25,110.25,81.33,106.56,81.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M51.45,122.8L51.45,122.8l-12.44,0c-12.58,0-22.81-12.09-22.81-26.95c0-11.91,6.41-21.97,19.58-30.75    c4.51-3.01,44.49-29.38,59.21-29.38h65.1c2.8,0,5.14,1.73,5.95,4.42c0.81,2.68-0.17,5.42-2.5,6.98l-1.31,0.87    c-0.95,0.63-2.24,0.38-2.88-0.58c-0.64-0.95-0.38-2.24,0.58-2.88l1.31-0.87c1.19-0.79,0.94-1.98,0.83-2.33    c-0.1-0.35-0.56-1.47-1.98-1.47h-65.1c-10.96,0-40.93,18.03-56.91,28.68c-11.94,7.96-17.74,16.89-17.74,27.3    c0,12.58,8.37,22.81,18.66,22.81l12.44,0c1.15,0,2.07,0.93,2.07,2.07C53.52,121.88,52.59,122.8,51.45,122.8z\"></path>\n	</g>\n	<g>\n		<path d=\"M165.49,139.3c-0.63,0-1.26-0.29-1.66-0.83c-0.68-0.92-0.49-2.22,0.42-2.9l0.46-0.34    c7.86-5.85,15.29-11.38,15.29-24.95c0-8.61-3-14.86-8.67-18.07c-1-0.56-1.35-1.83-0.78-2.83c0.56-1,1.83-1.35,2.83-0.78    c4.91,2.78,10.77,8.8,10.77,21.67c0,15.65-8.62,22.07-16.96,28.28l-0.46,0.34C166.36,139.17,165.92,139.3,165.49,139.3z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18c-1.14,0-2.07-0.93-2.07-2.07c0-1.14,0.93-2.07,2.07-2.07l7.99,0c4.7,0,9.2-1.41,13.03-4.09    c17.06-11.92,30.79-20.4,30.93-20.49c0.97-0.6,2.25-0.3,2.85,0.68c0.6,0.97,0.3,2.25-0.68,2.85c-0.14,0.08-13.77,8.5-30.73,20.35    c-4.53,3.16-9.85,4.83-15.4,4.83L112.46,164.18z\"></path>\n	</g>\n	<g>\n		<path d=\"M112.46,164.18h-0.88c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h0.88    c1.15,0,2.07,0.93,2.07,2.07C114.53,163.26,113.6,164.18,112.46,164.18z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M118.62,176.72H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M102.03,126.95H81.3c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h20.73    c1.15,0,2.07,0.93,2.07,2.07C104.1,126.03,103.18,126.95,102.03,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M104.74,77.19h-2.71c-0.89,0-1.64-0.56-1.94-1.34l-2.21,1.34H81.3c-1.15,0-2.07-0.93-2.07-2.07    s0.93-2.07,2.07-2.07h16.59l2.21,1.34c0.3-0.78,1.05-1.34,1.94-1.34h2.71l-3.43,2.07L104.74,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,27.43H81.3c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07h37.32c1.15,0,2.07,0.93,2.07,2.07    S119.76,27.43,118.62,27.43z\"></path>\n	</g>\n	<g>\n		<path d=\"M128.99,102.51V100c0-0.21,0.02-5.34,1.36-12.17c1.61-8.16,5.3-19.42,13.73-26.72    c14.52-12.57,39.2-20.79,40.24-21.14l4.09-1.35l-1.5,4.04c-0.45,1.2-11.04,29.53-21.94,42.11    c-11.12,12.84-32.61,17.09-33.52,17.27L128.99,102.51z M181.37,45.44c-7.71,2.92-24.18,9.8-34.58,18.8    c-7.55,6.53-10.9,16.87-12.38,24.39c-0.7,3.56-1.02,6.66-1.16,8.72c5.92-1.52,20.56-6.04,28.59-15.31    C169.83,72.84,177.97,53.89,181.37,45.44z\"></path>\n	</g>\n	<g>\n		<path d=\"M66.78,123.28l-2.5-0.52c-0.84-0.18-20.75-4.45-31.05-17.32C23.17,92.86,13.39,64.55,12.98,63.35l-1.4-4.07    l4.06,1.45c0.96,0.34,23.78,8.58,37.21,21.17c7.79,7.3,11.19,18.55,12.67,26.7c1.24,6.81,1.25,11.92,1.25,12.13V123.28z     M18.45,66.28c3.15,8.47,10.66,27.37,18.02,36.57c7.3,9.12,20.47,13.62,26.05,15.19c-0.13-2.06-0.43-5.16-1.07-8.7    c-1.37-7.53-4.46-17.89-11.43-24.42C40.56,76.05,25.67,69.26,18.45,66.28z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,77.19c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54s4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,77.16,118.84,77.19,118.62,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,126.96c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,126.92,118.84,126.96,118.62,126.96z\"></path>\n	</g>\n	<g>\n		<path d=\"M118.62,176.72c-0.87,0-1.68-0.55-1.97-1.42c-0.17-0.52-4.25-12.91-4.25-25.54c0-12.63,4.08-25.02,4.25-25.54    c0.36-1.09,1.53-1.67,2.62-1.31c1.09,0.36,1.67,1.54,1.31,2.62c-0.04,0.12-4.04,12.28-4.04,24.23c0,11.97,4,24.1,4.04,24.23    c0.36,1.09-0.22,2.26-1.31,2.62C119.06,176.68,118.84,176.72,118.62,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,77.19c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    s-4.08,25.02-4.25,25.54C82.97,76.64,82.16,77.19,81.3,77.19z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,126.95c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,126.41,82.16,126.95,81.3,126.95z\"></path>\n	</g>\n	<g>\n		<path d=\"M81.3,176.72c-0.22,0-0.44-0.03-0.66-0.11c-1.09-0.36-1.67-1.54-1.31-2.62c0.04-0.12,4.04-12.28,4.04-24.23    c0-11.97-4-24.1-4.04-24.23c-0.36-1.09,0.23-2.26,1.31-2.62c1.09-0.36,2.26,0.22,2.62,1.31c0.17,0.52,4.25,12.91,4.25,25.54    c0,12.63-4.08,25.02-4.25,25.54C82.97,176.17,82.16,176.72,81.3,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M122.81,89.63c-1.15,0-2.07-0.93-2.07-2.07c0-19.48-14.73-31.1-39.4-31.1c-24.67,0-39.4,11.63-39.4,31.1    c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07c0-11.41,4.5-20.7,13-26.86c7.59-5.49,18.15-8.39,30.54-8.39    s22.95,2.9,30.54,8.39c8.51,6.16,13,15.44,13,26.86C124.88,88.7,123.95,89.63,122.81,89.63z\"></path>\n	</g>\n	<g>\n		<path d=\"M126.96,110.37H35.72c-1.15,0-2.07-0.93-2.07-2.07V91.71c0-1.15,0.93-2.07,2.07-2.07H60.6    c1.15,0,2.07,0.93,2.07,2.07s-0.93,2.07-2.07,2.07H37.8v12.44h87.09V93.78H81.34c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    h45.62c1.15,0,2.07,0.93,2.07,2.07v16.59C129.03,109.44,128.1,110.37,126.96,110.37z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,142.61,49.31,143.54,48.16,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M48.16,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C50.24,175.79,49.31,176.72,48.16,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,142.61,70.04,143.54,68.9,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M68.9,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C70.97,175.79,70.04,176.72,68.9,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,142.61,90.78,143.54,89.63,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M89.63,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44    C91.71,175.79,90.78,176.72,89.63,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,143.54c-1.15,0-2.07-0.93-2.07-2.07v-12.44c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,142.61,111.51,143.54,110.37,143.54z\"></path>\n	</g>\n	<g>\n		<path d=\"M110.37,176.72c-1.15,0-2.07-0.93-2.07-2.07V162.2c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    v12.44C112.44,175.79,111.51,176.72,110.37,176.72z\"></path>\n	</g>\n	<g>\n		<path d=\"M164.28,176.72c-1.15,0-2.07-0.93-2.07-2.07V70.97c0-21.53-4.68-43.54-39.4-43.54    c-15.5,0-26.67,3.61-33.2,10.73c-5.39,5.88-6.19,12.69-6.19,16.22c0,1.15-0.93,2.07-2.07,2.07s-2.07-0.93-2.07-2.07    c0-7.3,3.14-31.1,43.54-31.1c17.34,0,29.61,5.38,36.47,15.98c6.27,9.69,7.07,22.03,7.07,31.71v103.67    C166.35,175.79,165.42,176.72,164.28,176.72z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M79.64,89.93c-0.08,0-0.15,0-0.23-0.01c-1.14-0.13-1.96-1.15-1.83-2.29c1.86-16.81,10.74-30.78,16.61-40.02    c1.68-2.64,3.13-4.92,3.96-6.59c0.35-0.7,1.07-1.15,1.85-1.15s1.5,0.44,1.85,1.15c0.84,1.67,2.29,3.95,3.96,6.59    c5.87,9.24,14.75,23.2,16.61,40.02c0.13,1.14-0.69,2.16-1.83,2.29c-1.14,0.12-2.16-0.69-2.29-1.83    c-1.76-15.86-10.32-29.33-15.99-38.25c-0.84-1.32-1.63-2.56-2.32-3.69c-0.69,1.13-1.48,2.37-2.32,3.69    c-5.67,8.92-14.23,22.39-15.99,38.25C81.58,89.14,80.68,89.93,79.64,89.93z\"></path>\n	</g>\n	<g>\n		<path d=\"M100,137.32\"></path>\n	</g>\n	<g>\n		<path d=\"M83.24,114.67c-0.82,0-1.59-0.48-1.92-1.29c-2.74-6.65-4.13-13.25-4.13-19.6c0-1.85,0.12-3.81,0.38-6.16    c0.13-1.14,1.16-1.96,2.29-1.83c1.14,0.13,1.96,1.15,1.83,2.29c-0.24,2.19-0.36,4-0.36,5.7c0,5.81,1.28,11.87,3.81,18.02    c0.44,1.06-0.07,2.27-1.13,2.71C83.77,114.61,83.5,114.67,83.24,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M50.19,118.21c-0.62,0-1.24-0.28-1.65-0.81c-6.7-8.76-10.08-18.61-12.8-26.53    c-2.29-6.68-4.28-12.45-7.16-13.89c-0.8-0.4-1.26-1.27-1.12-2.16c0.13-0.89,0.82-1.59,1.71-1.74c23.52-3.92,36.6-0.58,51.86,13.24    c0.85,0.77,0.91,2.08,0.15,2.93c-0.77,0.85-2.08,0.91-2.93,0.15c-13.4-12.13-24.55-15.52-44.19-12.86    c2.2,3.07,3.78,7.65,5.61,12.99c2.62,7.64,5.89,17.14,12.17,25.36c0.7,0.91,0.52,2.21-0.39,2.91    C51.07,118.08,50.63,118.21,50.19,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M149.81,118.21c-0.44,0-0.88-0.14-1.26-0.43c-0.91-0.7-1.08-2-0.39-2.91c6.29-8.22,9.55-17.73,12.17-25.36    c1.83-5.34,3.41-9.92,5.61-12.99c-19.64-2.65-30.79,0.73-44.19,12.86c-0.85,0.77-2.16,0.7-2.93-0.15    c-0.77-0.85-0.7-2.16,0.15-2.93c15.26-13.82,28.35-17.16,51.86-13.24c0.89,0.15,1.58,0.85,1.71,1.74    c0.13,0.89-0.32,1.76-1.12,2.16c-2.89,1.44-4.87,7.21-7.16,13.89c-2.72,7.92-6.1,17.77-12.8,26.53    C151.05,117.93,150.43,118.21,149.81,118.21z\"></path>\n	</g>\n	<g>\n		<path d=\"M62.68,160.13c-19.35,0-26.87-7.06-32.92-12.74c-4.76-4.47-8.51-7.99-16.85-7.99c-4.4,0-4.77-2.7-4.78-3.53    c-0.06-5.16,11.75-11.99,14.12-13.3c9.36-5.2,19.52-8.3,27.89-8.49c0.02,0,0.03,0,0.05,0c1.12,0,2.05,0.9,2.07,2.02    c0.03,1.15-0.88,2.1-2.02,2.12c-7.56,0.18-16.86,2.99-25.52,7.72c-7.2,3.93-11.12,7.63-12.16,9.3c0.1,0.01,0.22,0.01,0.36,0.01    c9.98,0,14.69,4.43,19.69,9.12c6.08,5.71,12.37,11.62,30.08,11.62c30.92,0,35.13-18.3,35.29-19.08c0.24-1.12,1.33-1.84,2.45-1.61    c1.12,0.23,1.84,1.31,1.62,2.43C101.85,138.64,97.16,160.13,62.68,160.13z\"></path>\n	</g>\n	<g>\n		<path d=\"M70.97,122.81c-0.29,0-0.59-0.06-0.87-0.19c-5.21-2.43-6.29-2.62-11.44-3.53c-0.76-0.13-1.61-0.28-2.57-0.46    c-1.78-0.32-3.75-0.46-5.85-0.41c-1.15,0.05-2.09-0.88-2.12-2.02c-0.03-1.15,0.88-2.1,2.02-2.12c2.38-0.06,4.63,0.11,6.69,0.48    c0.95,0.17,1.79,0.32,2.55,0.45c5.33,0.94,6.76,1.2,12.47,3.85c1.04,0.48,1.49,1.72,1,2.75C72.5,122.36,71.75,122.81,70.97,122.81    z\"></path>\n	</g>\n	<g>\n		<path d=\"M116.76,114.67c-0.26,0-0.53-0.05-0.79-0.16c-1.06-0.44-1.56-1.65-1.13-2.71c2.53-6.15,3.81-12.22,3.81-18.02    c0-1.7-0.11-3.51-0.36-5.7c-0.13-1.14,0.69-2.16,1.83-2.29c1.14-0.13,2.16,0.69,2.29,1.83c0.26,2.34,0.38,4.3,0.38,6.16    c0,6.35-1.39,12.95-4.13,19.6C118.35,114.18,117.58,114.67,116.76,114.67z\"></path>\n	</g>\n	<g>\n		<path d=\"M129.03,122.81c-0.78,0-1.53-0.44-1.88-1.2c-0.48-1.04-0.03-2.27,1-2.75c5.71-2.66,7.14-2.91,12.47-3.85    c0.76-0.13,1.6-0.28,2.55-0.45c2.06-0.37,4.31-0.53,6.69-0.48c1.14,0.03,2.05,0.98,2.02,2.12c-0.03,1.13-0.95,2.02-2.07,2.02    c-0.02,0-0.03,0-0.05,0c-2.09-0.05-4.07,0.09-5.85,0.41c-0.96,0.17-1.8,0.32-2.57,0.46c-5.16,0.91-6.23,1.1-11.44,3.53    C129.62,122.75,129.32,122.81,129.03,122.81z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,160.13c-34.48,0-39.17-21.49-39.36-22.4c-0.22-1.12,0.5-2.22,1.63-2.44c1.12-0.23,2.22,0.5,2.44,1.63    c0.16,0.77,4.37,19.07,35.29,19.07c17.71,0,24-5.91,30.08-11.62c4.99-4.69,9.71-9.12,19.69-9.12c0.13,0,0.25,0,0.36-0.01    c-1.04-1.67-4.97-5.37-12.16-9.3c-8.66-4.73-17.96-7.55-25.52-7.72c-1.14-0.03-2.05-0.98-2.02-2.12c0.03-1.13,0.95-2.02,2.07-2.02    c0.02,0,0.03,0,0.05,0c8.37,0.2,18.53,3.29,27.89,8.49c2.37,1.32,14.18,8.14,14.12,13.3c-0.01,0.83-0.38,3.53-4.78,3.53    c-8.33,0-12.09,3.53-16.85,7.99C164.19,153.07,156.67,160.13,137.32,160.13z M187.72,135.86L187.72,135.86L187.72,135.86z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M100,57.65c-11.43,0-20.73-9.3-20.73-20.73s9.3-20.73,20.73-20.73c11.43,0,20.73,9.3,20.73,20.73    S111.43,57.65,100,57.65z M100,20.33c-9.15,0-16.59,7.44-16.59,16.59S90.85,53.51,100,53.51c9.15,0,16.59-7.44,16.59-16.59    S109.15,20.33,100,20.33z\"></path>\n	</g>\n	<g>\n		<path d=\"M170.5,101.19\"></path>\n	</g>\n	<g>\n		<path d=\"M38.69,135.42c-3.39,0-6.88-1.16-10.34-3.47c-0.95-0.64-1.21-1.92-0.58-2.88c0.63-0.95,1.92-1.21,2.88-0.58    c4.28,2.85,8.52,3.5,12.27,1.88c6.39-2.77,11.33-12.02,13.56-25.38C62.09,71.37,73.9,65.95,100,65.95c1.15,0,2.07,0.93,2.07,2.07    s-0.93,2.07-2.07,2.07c-11.94,0-20.58,0.98-26.72,5.85c-6.18,4.9-10.1,14.07-12.71,29.74c-2.5,14.99-8.18,25.11-16,28.5    C42.67,135.01,40.7,135.42,38.69,135.42z\"></path>\n	</g>\n	<g>\n		<path d=\"M161.31,135.42c-2.01,0-3.98-0.41-5.88-1.23c-7.82-3.39-13.5-13.51-16-28.5    c-2.61-15.67-6.53-24.85-12.71-29.74c-6.14-4.87-14.78-5.85-26.72-5.85c-1.15,0-2.07-0.93-2.07-2.07s0.93-2.07,2.07-2.07    c26.1,0,37.91,5.43,43.51,39.05c2.23,13.36,7.17,22.61,13.56,25.38c3.75,1.62,7.99,0.97,12.27-1.88c0.95-0.64,2.24-0.38,2.88,0.58    c0.64,0.95,0.38,2.24-0.58,2.88C168.19,134.25,164.69,135.42,161.31,135.42z\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M56.31,183.78c-5.49,0-9.92-1.15-13.26-3.46c-4.86-3.37-7.33-9.06-7.33-16.92     c0-12.17,12.51-19.02,23.54-25.06c9.22-5.04,17.93-9.81,17.93-16.41V97.05c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v24.88c0,9.06-9.75,14.4-20.08,20.05c-10.52,5.75-21.39,11.7-21.39,21.42     c0,6.51,1.81,10.93,5.54,13.51c6.59,4.56,19.61,3.39,37.65-3.4c1.07-0.4,2.27,0.14,2.67,1.21c0.4,1.07-0.14,2.27-1.21,2.67     C73.21,181.65,63.78,183.78,56.31,183.78z\"></path>\n		</g>\n		<g>\n			<path d=\"M143.62,183.82c-10.82,0-25.71-4.49-44.51-13.45c-1.03-0.49-1.47-1.73-0.98-2.76s1.73-1.47,2.76-0.98     c25.73,12.26,44.65,16.01,53.28,10.56c4.01-2.53,5.96-7.04,5.96-13.79c0-9.09-9.51-13.84-19.59-18.88     c-10.76-5.38-21.88-10.94-21.88-22.59V97.05c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v24.88     c0,9.09,9.51,13.84,19.59,18.88c10.76,5.38,21.88,10.94,21.88,22.59c0,8.17-2.66,13.99-7.9,17.3     C153.08,182.78,148.82,183.82,143.62,183.82z\"></path>\n		</g>\n		<g>\n			<path d=\"M100,170.57c-0.3,0-0.6-0.06-0.89-0.2c-13.97-6.65-24.97-13.43-25.08-13.5c-0.97-0.6-1.28-1.88-0.67-2.85     c0.6-0.97,1.88-1.28,2.85-0.67c0.11,0.07,10.93,6.73,24.68,13.28c1.03,0.49,1.47,1.73,0.98,2.76     C101.52,170.13,100.77,170.57,100,170.57z\"></path>\n		</g>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M62.68,138.81c-35.31,0-39.4-46.15-39.4-80.86c0-13.26,3.38-24.61,9.77-32.83    c6.96-8.96,17.21-13.69,29.63-13.69c20.06,0,31.1,15.05,31.1,42.37c0,7.99-0.93,14.04-1.92,20.45    c-1.09,7.07-2.22,14.38-2.22,25.17c0,12.16-2.2,21.74-6.55,28.48C78.48,135.03,71.42,138.81,62.68,138.81z M62.68,15.57    c-25.99,0-35.25,21.89-35.25,42.37c0,52.34,11.2,76.72,35.25,76.72c19.84,0,22.81-22.08,22.81-35.25c0-11.1,1.15-18.58,2.27-25.8    c0.96-6.24,1.88-12.14,1.88-19.81C89.63,36.36,84.96,15.57,62.68,15.57z\"></path>\n	</g>\n	<g>\n		<path d=\"M88.54,84.9c-1.15,0-2.07-0.93-2.07-2.07c0-7.5-6.03-14.27-12.41-21.43c-4.57-5.12-9.24-10.37-11.7-16.11    c-3.42,5.87-10.02,11.17-16.47,16.35c-8.51,6.83-17.3,13.89-17.3,21.19c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.29,9.59-16.98,18.85-24.42c8.51-6.83,17.3-13.89,17.3-21.19c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07    c0,7.5,6.03,14.27,12.41,21.43c6.62,7.43,13.46,15.1,13.46,24.19C90.61,83.97,89.69,84.9,88.54,84.9z\"></path>\n	</g>\n	<g>\n		<path d=\"M137.32,188.57c-8.74,0-15.8-3.78-20.4-10.92c-4.35-6.74-6.55-16.32-6.55-28.48c0-10.79-1.13-18.1-2.22-25.17    c-0.99-6.41-1.92-12.46-1.92-20.45c0-27.32,11.05-42.37,31.1-42.37c12.42,0,22.66,4.73,29.63,13.69    c6.39,8.22,9.77,19.57,9.77,32.83C176.72,142.42,172.63,188.57,137.32,188.57z M137.32,65.34c-22.28,0-26.95,20.79-26.95,38.22    c0,7.67,0.91,13.57,1.88,19.81c1.12,7.23,2.27,14.7,2.27,25.8c0,13.16,2.96,35.25,22.81,35.25c24.05,0,35.25-24.38,35.25-76.72    C172.57,87.22,163.31,65.34,137.32,65.34z\"></path>\n	</g>\n	<g>\n		<path d=\"M173.48,134.66c-1.15,0-2.07-0.93-2.07-2.07c0-7.3-8.8-14.36-17.3-21.19c-6.45-5.18-13.05-10.48-16.47-16.35    c-2.46,5.74-7.13,10.99-11.7,16.11c-6.38,7.16-12.41,13.92-12.41,21.43c0,1.15-0.93,2.07-2.07,2.07c-1.15,0-2.07-0.93-2.07-2.07    c0-9.08,6.84-16.76,13.46-24.19c6.38-7.16,12.41-13.92,12.41-21.43c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07    c0,7.3,8.8,14.36,17.3,21.19c9.27,7.44,18.85,15.14,18.85,24.43C175.55,133.74,174.63,134.66,173.48,134.66z\"></path>\n	</g>\n</g>\n<g>\n	<g>\n		<path d=\"M81.32,56.46H56.44c-1.15,0-2.07-0.93-2.07-2.07c0-1.15,0.93-2.07,2.07-2.07h24.88    c3.43,0,6.22-2.79,6.22-6.22s-2.79-6.22-6.22-6.22H39.85c-3.43,0-6.22,2.79-6.22,6.22s2.79,6.22,6.22,6.22    c1.15,0,2.07,0.93,2.07,2.07c0,1.15-0.93,2.07-2.07,2.07c-5.72,0-10.37-4.65-10.37-10.37s4.65-10.37,10.37-10.37h41.47    c5.72,0,10.37,4.65,10.37,10.37S87.04,56.46,81.32,56.46z\"></path>\n	</g>\n	<g>\n		<path d=\"M77.18,39.87c-0.13,0-0.27-0.01-0.41-0.04c-1.12-0.22-1.85-1.32-1.63-2.44l2.16-10.81    c0.37-1.83-0.1-3.72-1.29-5.16c-1.19-1.45-2.94-2.28-4.81-2.28H49.97c-1.87,0-3.62,0.83-4.81,2.28c-1.19,1.45-1.66,3.33-1.29,5.16    l2.16,10.81c0.22,1.12-0.5,2.22-1.63,2.44c-1.12,0.22-2.22-0.5-2.44-1.63L39.8,27.39c-0.61-3.06,0.17-6.19,2.15-8.61    c1.98-2.41,4.9-3.79,8.02-3.79H71.2c3.12,0,6.04,1.38,8.02,3.79s2.76,5.55,2.15,8.61L79.21,38.2    C79.01,39.19,78.14,39.87,77.18,39.87z\"></path>\n	</g>\n	<g>\n		<path d=\"M47.62,114.63\"></path>\n	</g>\n	<g>\n		<g>\n			<path d=\"M85.47,126.95c-6.71,0-11.15-2.22-15.44-4.37c-4.04-2.02-7.86-3.93-13.59-3.93     c-11.75,0-19.73,3.89-19.81,3.93c-1.02,0.51-2.27,0.09-2.78-0.93c-0.51-1.02-0.1-2.27,0.93-2.78c0.36-0.18,8.88-4.37,21.66-4.37     c6.71,0,11.15,2.22,15.44,4.37c4.04,2.02,7.86,3.93,13.59,3.93c2.53,0,4.98-0.27,7.47-0.81c1.12-0.25,2.22,0.46,2.47,1.58     c0.24,1.12-0.46,2.22-1.58,2.47C91.04,126.66,88.3,126.95,85.47,126.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M87.95,185.01H33.22c-8.92,0-16.18-7.26-16.18-16.18V91.71c0-14.24,11.86-25.21,20.73-26.77V54.38     c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v12.44c0,1.15-0.93,2.07-2.07,2.07c-7.2,0-18.66,10.44-18.66,22.81v77.13     c0,6.63,5.4,12.03,12.03,12.03h54.73c6.64,0,12.03-5.4,12.03-12.03v-14.97c0-1.15,0.93-2.07,2.07-2.07     c1.15,0,2.07,0.93,2.07,2.07v14.97C104.13,177.75,96.87,185.01,87.95,185.01z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,134.98c-1.15,0-2.07-0.93-2.07-2.07v-5.59c0-1.15,0.93-2.07,2.07-2.07c1.15,0,2.07,0.93,2.07,2.07     v5.59C104.13,134.05,103.2,134.98,102.06,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M101.96,92.18c-1.08,0-1.99-0.83-2.07-1.93C99.04,78.07,88.04,68.9,81.32,68.9c-1.15,0-2.07-0.93-2.07-2.07     V54.38c0-1.15,0.93-2.07,2.07-2.07s2.07,0.93,2.07,2.07v10.54c9.07,1.51,19.75,12.43,20.64,25.03c0.08,1.14-0.78,2.13-1.92,2.21     C102.06,92.18,102.01,92.18,101.96,92.18z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.94,0-1.79-0.64-2.02-1.59c-0.74-3.13-1.12-6.08-1.12-8.78c0-12.49,7.94-20.55,20.22-20.55     c12.28,0,20.22,8.07,20.22,20.55c0,1.92-0.21,4.05-0.61,6.33c-0.2,1.13-1.28,1.88-2.41,1.68c-1.13-0.2-1.88-1.28-1.68-2.41     c0.36-2.04,0.55-3.93,0.55-5.61c0-12.1-8.3-16.41-16.07-16.41s-16.07,4.31-16.07,16.41c0,2.37,0.34,5,1.01,7.82     c0.26,1.11-0.42,2.23-1.54,2.5C115.14,95.66,114.98,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M114.82,95.68c-0.34,0-0.68-0.08-0.99-0.26c-1.79-0.98-3.49-1.74-5.05-2.26c-2.27-0.75-4.53-1.08-6.72-0.99     c-0.03,0-0.06,0-0.09,0c-1.1,0-2.02-0.87-2.07-1.98c-0.05-1.14,0.84-2.11,1.98-2.16c2.7-0.12,5.45,0.28,8.21,1.19     c1.79,0.59,3.73,1.45,5.74,2.56c1,0.55,1.37,1.81,0.82,2.81C116.27,95.29,115.56,95.68,114.82,95.68z\"></path>\n		</g>\n		<g>\n			<path d=\"M93.38,126.1c-0.38,0-0.76-0.1-1.1-0.32c-7.78-4.89-10.73-13.83-7.69-23.35c2.76-8.66,9.22-14.04,17.28-14.4     c1.13-0.05,2.11,0.84,2.16,1.98c0.05,1.14-0.84,2.11-1.98,2.16c-6.34,0.28-11.27,4.48-13.52,11.51     c-2.47,7.74-0.25,14.69,5.95,18.58c0.97,0.61,1.26,1.89,0.65,2.86C94.75,125.75,94.07,126.1,93.38,126.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M106.29,129.95c-0.05,0-0.11,0-0.16-0.01c-1.54-0.12-3.04-0.32-4.46-0.59c-1.13-0.21-1.86-1.3-1.65-2.42     c0.21-1.12,1.29-1.87,2.42-1.65c1.28,0.24,2.63,0.42,4.01,0.53c1.14,0.09,1.99,1.09,1.9,2.23     C108.27,129.13,107.37,129.95,106.29,129.95z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,129.39c-0.13,0-0.26-0.01-0.39-0.04c-1.47-0.28-2.85-0.63-4.11-1.04c-1.79-0.59-3.47-1.4-5.28-2.53     c-0.97-0.61-1.26-1.89-0.65-2.86c0.61-0.97,1.89-1.26,2.86-0.65c1.52,0.95,2.91,1.62,4.38,2.11c1.08,0.36,2.28,0.66,3.57,0.91     c1.13,0.21,1.87,1.3,1.65,2.42C103.91,128.7,103.04,129.39,102.06,129.39z\"></path>\n		</g>\n		<g>\n			<path d=\"M117.66,164.27c-4.23,0-8.58-1.53-12.5-4.43c-1.74-1.29-3.34-2.87-4.75-4.72c-0.7-0.91-0.52-2.21,0.39-2.91     c0.91-0.7,2.21-0.52,2.91,0.39c1.19,1.56,2.48,2.83,3.92,3.91c3.86,2.85,8.14,4.08,12.06,3.46c3.91-0.62,7.49-3.07,10.36-7.09     c1.37-1.92,2.61-4.25,3.69-6.92c0.43-1.06,1.64-1.57,2.7-1.14c1.06,0.43,1.57,1.64,1.14,2.7c-1.21,2.98-2.61,5.59-4.16,7.78     c-3.53,4.94-8.05,7.98-13.09,8.78C119.45,164.2,118.56,164.27,117.66,164.27z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.06,155.94c-0.62,0-1.24-0.28-1.65-0.81c-5.36-7-5.39-15.52-0.07-23.38c0.64-0.95,1.93-1.2,2.88-0.56     c0.95,0.64,1.2,1.93,0.56,2.88c-4.31,6.38-4.34,12.96-0.07,18.53c0.7,0.91,0.52,2.21-0.39,2.91     C102.94,155.8,102.5,155.94,102.06,155.94z\"></path>\n		</g>\n		<g>\n			<path d=\"M102.05,134.98c-0.4,0-0.8-0.12-1.16-0.36c-0.95-0.64-1.2-1.93-0.55-2.88l0.04-0.08     c0.09-0.17,0.18-0.33,0.31-0.5c1.11-1.56,2.51-3.16,4.16-4.77c0.82-0.8,2.13-0.78,2.93,0.04c0.8,0.82,0.78,2.13-0.04,2.93     c-1.48,1.44-2.71,2.85-3.67,4.2l-0.03,0.06c-0.08,0.15-0.16,0.29-0.26,0.44C103.37,134.66,102.72,134.98,102.05,134.98z\"></path>\n		</g>\n		<g>\n			<path d=\"M152.71,162.1c-0.9,0-1.79-0.07-2.67-0.21c-5.04-0.8-9.56-3.83-13.09-8.78c-1.11-1.55-2.17-3.4-3.16-5.5     c-0.49-1.03-0.05-2.27,0.99-2.76c1.03-0.49,2.27-0.05,2.76,0.99c0.88,1.87,1.82,3.51,2.79,4.86c2.87,4.02,6.45,6.47,10.36,7.09     c3.92,0.62,8.21-0.61,12.06-3.46c6.3-4.67,10.55-13.14,3.56-22.94c-1.37-1.92-3.16-3.84-5.32-5.71     c-0.87-0.75-0.96-2.06-0.21-2.92c0.75-0.87,2.06-0.96,2.92-0.21c2.41,2.09,4.42,4.25,5.98,6.44c7.2,10.09,5.44,21.35-4.47,28.68     C161.29,160.57,156.93,162.1,152.71,162.1z\"></path>\n		</g>\n		<g>\n			<path d=\"M162.34,126.19c-1.02,0-1.91-0.75-2.05-1.79c-0.16-1.13,0.64-2.18,1.77-2.34c2.02-0.28,3.83-0.68,5.39-1.2     c11.29-3.74,12.73-13.14,10.32-20.69c-1.5-4.69-4.3-8.28-7.91-10.12c-3.49-1.78-7.76-1.92-12.33-0.41     c-2.21,0.73-4.55,1.87-6.97,3.38c-0.97,0.61-2.25,0.31-2.86-0.66c-0.61-0.97-0.31-2.25,0.66-2.86c2.7-1.69,5.35-2.97,7.87-3.81     c5.65-1.87,11.01-1.64,15.52,0.65c4.6,2.34,8.14,6.8,9.97,12.55c3.78,11.86-1.31,22.02-12.97,25.88     c-1.8,0.59-3.86,1.05-6.12,1.37C162.53,126.18,162.44,126.19,162.34,126.19z\"></path>\n		</g>\n	</g>\n	<g>\n		<path d=\"M135.23,131.1c-8,0-14.51-6.51-14.51-14.51s6.51-14.51,14.51-14.51s14.51,6.51,14.51,14.51    S143.23,131.1,135.23,131.1z M135.23,106.22c-5.72,0-10.37,4.65-10.37,10.37c0,5.72,4.65,10.37,10.37,10.37    c5.72,0,10.37-4.65,10.37-10.37C145.6,110.87,140.95,106.22,135.23,106.22z\"></path>\n	</g>\n</g>\n</svg>                    	\n    Salt Peeling\n<!-- end Icon Bullets -->', 'Icon Bullets with a Remote Information C', '', 'inherit', 'closed', 'closed', '', '94-revision-v1', '', '', '2025-12-31 01:27:16', '2025-12-31 01:27:16', '', 94, 'https://remark3demos3.com/shieldaccounting/?p=95', 0, 'revision', '', 0);
INSERT INTO `wprd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(97, 1, '2025-12-31 02:19:24', '2025-12-31 02:19:24', '', '1', '', 'inherit', 'open', 'closed', '', '1', '', '', '2025-12-31 02:19:24', '2025-12-31 02:19:24', '', 17, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/1.jpg', 0, 'attachment', 'image/jpeg', 0),
(98, 1, '2025-12-31 02:22:34', '2025-12-31 02:22:34', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 02:22:34', '2025-12-31 02:22:34', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=98', 0, 'revision', '', 0),
(99, 1, '2025-12-31 02:22:34', '2025-12-31 02:22:34', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 02:22:34', '2025-12-31 02:22:34', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=99', 0, 'revision', '', 0),
(100, 1, '2025-12-31 02:22:34', '2025-12-31 02:22:34', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 02:22:34', '2025-12-31 02:22:34', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=100', 0, 'revision', '', 0),
(101, 1, '2025-12-31 02:23:34', '2025-12-31 02:23:34', '', 'TAX1', '', 'inherit', 'open', 'closed', '', 'tax1', '', '', '2025-12-31 02:23:34', '2025-12-31 02:23:34', '', 17, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/TAX1.jpg', 0, 'attachment', 'image/jpeg', 0),
(102, 1, '2025-12-31 02:23:35', '2025-12-31 02:23:35', '', 'Advisor1', '', 'inherit', 'open', 'closed', '', 'advisor1', '', '', '2025-12-31 02:23:35', '2025-12-31 02:23:35', '', 17, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Advisor1.jpg', 0, 'attachment', 'image/jpeg', 0),
(103, 1, '2025-12-31 02:23:36', '2025-12-31 02:23:36', '', 'Audit1', '', 'inherit', 'open', 'closed', '', 'audit1', '', '', '2025-12-31 02:23:36', '2025-12-31 02:23:36', '', 17, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Audit1.jpg', 0, 'attachment', 'image/jpeg', 0),
(104, 1, '2025-12-31 02:23:37', '2025-12-31 02:23:37', '', '', '', 'inherit', 'open', 'closed', '', 'finance1', '', '', '2025-12-31 02:24:02', '2025-12-31 02:24:02', '', 17, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/FInance1.jpg', 0, 'attachment', 'image/jpeg', 0),
(105, 1, '2025-12-31 02:23:39', '2025-12-31 02:23:39', '', 'Payroll1', '', 'inherit', 'open', 'closed', '', 'payroll1', '', '', '2025-12-31 02:23:39', '2025-12-31 02:23:39', '', 17, 'https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1.jpg', 0, 'attachment', 'image/jpeg', 0),
(106, 1, '2025-12-31 02:24:57', '2025-12-31 02:24:57', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 02:24:57', '2025-12-31 02:24:57', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=106', 0, 'revision', '', 0);
INSERT INTO `wprd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(107, 1, '2025-12-31 02:24:57', '2025-12-31 02:24:57', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 02:24:57', '2025-12-31 02:24:57', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=107', 0, 'revision', '', 0),
(108, 1, '2025-12-31 02:24:57', '2025-12-31 02:24:57', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 02:24:57', '2025-12-31 02:24:57', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=108', 0, 'revision', '', 0);
INSERT INTO `wprd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(110, 1, '2025-12-31 02:47:23', '2025-12-31 02:47:23', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 02:47:23', '2025-12-31 02:47:23', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=110', 0, 'revision', '', 0),
(111, 1, '2025-12-31 02:47:23', '2025-12-31 02:47:23', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 02:47:23', '2025-12-31 02:47:23', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=111', 0, 'revision', '', 0);
INSERT INTO `wprd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(112, 1, '2025-12-31 02:47:23', '2025-12-31 02:47:23', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 02:47:23', '2025-12-31 02:47:23', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=112', 0, 'revision', '', 0),
(113, 1, '2025-12-31 02:54:42', '2025-12-31 02:54:42', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2026-01-01 03:15:12', '2026-01-01 03:15:12', '', 0, 'https://remark3demos3.com/shieldaccounting/?page_id=113', 0, 'page', '', 0);
INSERT INTO `wprd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(115, 1, '2025-12-31 02:50:16', '2025-12-31 02:50:16', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home Demo', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 02:50:16', '2025-12-31 02:50:16', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=115', 0, 'revision', '', 0),
(116, 1, '2024-05-27 11:31:44', '2024-05-27 11:31:44', '<h2>Natural Wonders of the World</h2>		\n			<p>Explore Breathtaking Landscapes</p>		\n<!-- start Expanding Content Cards -->\n		<link id=\'font-awesome-css\' data-debloat-delay=\'\' data-href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' media=\'all\' >\n		<link id=\'font-awesome-4-shim-css\' data-debloat-delay=\'\' data-href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' media=\'all\' >\n<style>/* widget: Expanding Content Cards */\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper {\n  box-sizing: border-box;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper{\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options {\n  display: flex;\n  align-items: center;\n  flex-direction: row;\n  justify-content: center;\n  min-width: 200px;\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option {\n  box-sizing: border-box;\n  display: flex;\n  position: relative;\n  overflow: hidden;\n  cursor: pointer;\n  justify-content: center;\n  background-position: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option::after{\n  content: \"\";\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  top: 0;\n  left: 0;\n  transition: all .3s;\n}\n  #uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option.active::after{\n      backdrop-filter: none;\n  }\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option.active {\n  flex-grow: 10000;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) {\n  justify-content: center;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option .ue_shadow {\n  position: absolute;\n  bottom: 0px;\n  left: 0px;\n  right: 0px;\n  height: 100%;\n  z-index:1;\n  transition: 1200ms;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_option:not(.active) .ue_label {\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option .ue_label {\n  display: flex;\n  z-index:2;\n  }\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option.active .ue_label{\n  animation-name: sub-content-fade;\n}\n@keyframes sub-content-fade{\n  0%   {opacity:0;}\n  80%  {opacity:0;}\n  100% {opacity:1;}\n}\n #uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_content_link{\n     width:100%\n  }\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_content_link{\n  pointer-events: none;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_content_link.ue_content_link--hover-mode{\n  position: absolute;\n  width: 100%;\n  height: 100%;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_option:not(.active) .ue_button {\n  display:none;\n  opacity: 0;\n  text-align:center;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option.active .ue_button {\n  opacity: 1;\n  text-align:center;\n  flex-shrink: 0;\n  width: auto;\n  transition:250ms;\n  z-index:2;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option.active .ue_label .ue_info > div {\n  left: 0px;\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div {\n  left: 0px;\n  opacity: 0;\n  width: 0px;\n  height: 0px;\n  transition: width 0ms;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option .ue_label .ue_info > div {\n  position: relative;\n  }\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper  .ue_options .ue_option .ue_label .ue_info {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n  margin-left: 0px!important;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main {\n  opacity: 1;\n  width: auto;\n  height: auto;\n  writing-mode: vertical-rl;\n  text-orientation: mixed;\n  text-decoration: none;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n  height:0;\n  margin-top: 0px;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option .ue_label .ue_icon {\n  display: flex;\n  flex-shrink: 0;\n  flex-direction: row;\n  justify-content: center;\n  align-items: center;\n  overflow: hidden;\n  transition: 0.5s;\n}\n@media screen and (max-width: 150px) {\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options {\n  display: grid;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option{\n    width: 100%;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n  margin-left: 0px!important;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main {\n  opacity: 1;\n  width: auto;\n  height: auto;\n  writing-mode: horizontal-tb;\n  text-orientation: mixed;\n  text-decoration: none;\n  transform: rotate(0deg);\n}\n  #uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_content_link{\n    pointer-events: auto;\n  } \n  #uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_option:not(.active) .ue_button {\n    text-align:center;\n    display: inline-block;\n    opacity: 1;\n  }\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div {\n  opacity:1;\n  width:100%;\n  height:auto;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n  height:auto;\n}\n}\n</style>\n         <a href=\"\" >        \n            Banff National Park                              Rocky Mountain peaks, turquoise glacial lakes, a picture-perfect mountain town and village, abundant wildlife and scenic drives come together.                                                         \n        </a>        \n        <a href=\"\" >Learn More</a>      \n         <a href=\"\" >        \n            Machu Picchu                              Machu Picchu stands 2,430 m above sea-level, in the middle of a tropical mountain forest, in an extraordinarily beautiful setting.                                                         \n        </a>        \n        <a href=\"\" >Learn More</a>      \n         <a href=\"\" >        \n            Zhangye Danxia Geopark                              The park is located in the northern foothills of the Qilian Mountains, in the counties of Linze and Sunan, which are under the administration of the prefecture-level city of Zhangye, Gansu province.                                                         \n        </a>        \n        <a href=\"\" >Learn More</a>      \n<!-- end Expanding Content Cards -->', 'Expanding Content Cards with P', '', 'publish', 'closed', 'closed', '', 'expanding-content-cards-with-p', '', '', '2025-12-31 02:51:37', '2025-12-31 02:51:37', '', 0, 'https://remark3demos3.com/shieldaccounting/expanding-content-cards-with-places/', 0, 'page', '', 0),
(117, 1, '2025-12-31 02:51:33', '2025-12-31 02:51:33', '<h2>Natural Wonders of the World</h2>		\n			<p>Explore Breathtaking Landscapes</p>		\n<!-- start Expanding Content Cards -->\n		<link id=\'font-awesome-css\' data-debloat-delay=\'\' data-href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' media=\'all\' >\n		<link id=\'font-awesome-4-shim-css\' data-debloat-delay=\'\' data-href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' media=\'all\' >\n<style>/* widget: Expanding Content Cards */\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper {\n  box-sizing: border-box;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper{\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options {\n  display: flex;\n  align-items: center;\n  flex-direction: row;\n  justify-content: center;\n  min-width: 200px;\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option {\n  box-sizing: border-box;\n  display: flex;\n  position: relative;\n  overflow: hidden;\n  cursor: pointer;\n  justify-content: center;\n  background-position: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option::after{\n  content: \"\";\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  top: 0;\n  left: 0;\n  transition: all .3s;\n}\n  #uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option.active::after{\n      backdrop-filter: none;\n  }\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option.active {\n  flex-grow: 10000;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) {\n  justify-content: center;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option .ue_shadow {\n  position: absolute;\n  bottom: 0px;\n  left: 0px;\n  right: 0px;\n  height: 100%;\n  z-index:1;\n  transition: 1200ms;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_option:not(.active) .ue_label {\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option .ue_label {\n  display: flex;\n  z-index:2;\n  }\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option.active .ue_label{\n  animation-name: sub-content-fade;\n}\n@keyframes sub-content-fade{\n  0%   {opacity:0;}\n  80%  {opacity:0;}\n  100% {opacity:1;}\n}\n #uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_content_link{\n     width:100%\n  }\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_content_link{\n  pointer-events: none;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_content_link.ue_content_link--hover-mode{\n  position: absolute;\n  width: 100%;\n  height: 100%;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_option:not(.active) .ue_button {\n  display:none;\n  opacity: 0;\n  text-align:center;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option.active .ue_button {\n  opacity: 1;\n  text-align:center;\n  flex-shrink: 0;\n  width: auto;\n  transition:250ms;\n  z-index:2;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option.active .ue_label .ue_info > div {\n  left: 0px;\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div {\n  left: 0px;\n  opacity: 0;\n  width: 0px;\n  height: 0px;\n  transition: width 0ms;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option .ue_label .ue_info > div {\n  position: relative;\n  }\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper  .ue_options .ue_option .ue_label .ue_info {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n  margin-left: 0px!important;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main {\n  opacity: 1;\n  width: auto;\n  height: auto;\n  writing-mode: vertical-rl;\n  text-orientation: mixed;\n  text-decoration: none;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n  height:0;\n  margin-top: 0px;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option .ue_label .ue_icon {\n  display: flex;\n  flex-shrink: 0;\n  flex-direction: row;\n  justify-content: center;\n  align-items: center;\n  overflow: hidden;\n  transition: 0.5s;\n}\n@media screen and (max-width: 150px) {\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options {\n  display: grid;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option{\n    width: 100%;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n  margin-left: 0px!important;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main {\n  opacity: 1;\n  width: auto;\n  height: auto;\n  writing-mode: horizontal-tb;\n  text-orientation: mixed;\n  text-decoration: none;\n  transform: rotate(0deg);\n}\n  #uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_content_link{\n    pointer-events: auto;\n  } \n  #uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_option:not(.active) .ue_button {\n    text-align:center;\n    display: inline-block;\n    opacity: 1;\n  }\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div {\n  opacity:1;\n  width:100%;\n  height:auto;\n}\n#uc_expanding_content_cards_elementor_fba70353.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n  height:auto;\n}\n}\n</style>\n         <a href=\"\" >        \n            Banff National Park                              Rocky Mountain peaks, turquoise glacial lakes, a picture-perfect mountain town and village, abundant wildlife and scenic drives come together.                                                         \n        </a>        \n        <a href=\"\" >Learn More</a>      \n         <a href=\"\" >        \n            Machu Picchu                              Machu Picchu stands 2,430 m above sea-level, in the middle of a tropical mountain forest, in an extraordinarily beautiful setting.                                                         \n        </a>        \n        <a href=\"\" >Learn More</a>      \n         <a href=\"\" >        \n            Zhangye Danxia Geopark                              The park is located in the northern foothills of the Qilian Mountains, in the counties of Linze and Sunan, which are under the administration of the prefecture-level city of Zhangye, Gansu province.                                                         \n        </a>        \n        <a href=\"\" >Learn More</a>      \n<!-- end Expanding Content Cards -->', 'Expanding Content Cards with P', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2025-12-31 02:51:33', '2025-12-31 02:51:33', '', 116, 'https://remark3demos3.com/shieldaccounting/?p=117', 0, 'revision', '', 0);
INSERT INTO `wprd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(119, 1, '2025-12-31 02:54:42', '2025-12-31 02:54:42', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '113-revision-v1', '', '', '2025-12-31 02:54:42', '2025-12-31 02:54:42', '', 113, 'https://remark3demos3.com/shieldaccounting/?p=119', 0, 'revision', '', 0),
(120, 1, '2025-12-31 03:06:19', '2025-12-31 03:06:19', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home Demo', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 03:06:19', '2025-12-31 03:06:19', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=120', 0, 'revision', '', 0);
INSERT INTO `wprd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(121, 1, '2025-12-31 03:06:19', '2025-12-31 03:06:19', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home Demo', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 03:06:19', '2025-12-31 03:06:19', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=121', 0, 'revision', '', 0),
(122, 1, '2025-12-31 03:06:19', '2025-12-31 03:06:19', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Expanding Content Cards -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Expanding Content Cards */\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper {\n  box-sizing: border-box;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper{\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n  display: flex;\n  align-items: center;\n  flex-direction: row;\n  justify-content: center;\n  min-width: 200px;\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option {\n  box-sizing: border-box;\n  display: flex;\n  position: relative;\n  overflow: hidden;\n  cursor: pointer;\n  justify-content: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n  content: \"\";\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  top: 0;\n  left: 0;\n  transition: all .3s;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active::after{\n      backdrop-filter: none;\n      -webkit-backdrop-filter: none;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active {\n  flex-grow: 10000;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) {\n  justify-content: center;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_shadow {\n    position: absolute;\n    bottom: 0px;\n    left: 0px;\n    right: 0px;\n    height: 100%;\n    z-index:1;\n    transition: 1200ms;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_option:not(.active) .ue_label {\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label {\n  display: flex;\n  z-index:2;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label{\n  animation-name: sub-content-fade;\n}\n@keyframes sub-content-fade{\n  0%   {opacity:0;}\n  80%  {opacity:0;}\n  100% {opacity:1;}\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label .ue_info > div {\n    left: 0px;\n    width:100%;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div:not(.ue_icon, .ue_main) {\n    left: 0px;\n    opacity: 0;\n    width: 0px;\n    height: 0px;\n    transition: width 0ms;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label .ue_info > div {\n    position: relative;\n      }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper  .ue_options .ue_option .ue_label .ue_info {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n    margin-left: 0px!important;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main{\n    opacity: 1;\n    width: auto;\n    height: auto;\n    writing-mode: vertical-rl;\n    text-orientation: mixed;\n    text-decoration: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n    height:0;\n    margin-top: 0px;\n  }\n@media screen and (max-width: 150px) {\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .active.ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n    display: grid;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option{\n      width: 100%;\n  }\n            #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n        margin-left: 0px!important;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main {\n        opacity: 1;\n        width: auto;\n        height: auto;\n        writing-mode: horizontal-tb;\n        text-orientation: mixed;\n        text-decoration: none;\n        transform: rotate(0deg);\n      }\n          #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div {\n        opacity:1;\n        width:100%;\n        height:auto;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n        height:auto;\n      }\n}\n#uc_expanding_content_cards_elementor_87db908_item1{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item2{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/FInance1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item3{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/TAX1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item4{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Audit1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item5{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Advisor1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item6{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n</style>\n      Accounting &amp; Bookkeeping                      Accurate maintenance of books, ledgers, and financial records.         \n      Financial Reporting                      Preparation of financial statements aligned with international and local standards.         \n      Tax Planning &amp; Filing                      Tax compliance, optimization, and filing services for corporate and individual clients.         \n      Audit &amp; Assurance                      Internal audit support and assurance services to enhance reliability.         \n      Business Advisory                      Strategic consulting to improve performance and financial decisions.         \n      Payroll &amp; HR Accounting                      Payroll processing, employee compensation tracking, statutory compliance.         \n<!-- end Expanding Content Cards -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home Demo', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 03:06:19', '2025-12-31 03:06:19', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=122', 0, 'revision', '', 0),
(123, 1, '2025-12-31 03:09:40', '2025-12-31 03:09:40', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Expanding Content Cards -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Expanding Content Cards */\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper {\n  box-sizing: border-box;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper{\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n  display: flex;\n  align-items: center;\n  flex-direction: row;\n  justify-content: center;\n  min-width: 200px;\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option {\n  box-sizing: border-box;\n  display: flex;\n  position: relative;\n  overflow: hidden;\n  cursor: pointer;\n  justify-content: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n  content: \"\";\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  top: 0;\n  left: 0;\n  transition: all .3s;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active::after{\n      backdrop-filter: none;\n      -webkit-backdrop-filter: none;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active {\n  flex-grow: 10000;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) {\n  justify-content: center;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_shadow {\n    position: absolute;\n    bottom: 0px;\n    left: 0px;\n    right: 0px;\n    height: 100%;\n    z-index:1;\n    transition: 1200ms;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_option:not(.active) .ue_label {\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label {\n  display: flex;\n  z-index:2;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label{\n  animation-name: sub-content-fade;\n}\n@keyframes sub-content-fade{\n  0%   {opacity:0;}\n  80%  {opacity:0;}\n  100% {opacity:1;}\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label .ue_info > div {\n    left: 0px;\n    width:100%;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div:not(.ue_icon, .ue_main) {\n    left: 0px;\n    opacity: 0;\n    width: 0px;\n    height: 0px;\n    transition: width 0ms;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label .ue_info > div {\n    position: relative;\n      }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper  .ue_options .ue_option .ue_label .ue_info {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n    margin-left: 0px!important;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main{\n    opacity: 1;\n    width: auto;\n    height: auto;\n    writing-mode: vertical-rl;\n    text-orientation: mixed;\n    text-decoration: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n    height:0;\n    margin-top: 0px;\n  }\n@media screen and (max-width: 150px) {\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .active.ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n    display: grid;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option{\n      width: 100%;\n  }\n            #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n        margin-left: 0px!important;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main {\n        opacity: 1;\n        width: auto;\n        height: auto;\n        writing-mode: horizontal-tb;\n        text-orientation: mixed;\n        text-decoration: none;\n        transform: rotate(0deg);\n      }\n          #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div {\n        opacity:1;\n        width:100%;\n        height:auto;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n        height:auto;\n      }\n}\n#uc_expanding_content_cards_elementor_87db908_item1{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item2{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/FInance1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item3{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/TAX1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item4{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Audit1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item5{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Advisor1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item6{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n</style>\n      Accounting &amp; Bookkeeping                      Accurate maintenance of books, ledgers, and financial records.         \n      Financial Reporting                      Preparation of financial statements aligned with international and local standards.         \n      Tax Planning &amp; Filing                      Tax compliance, optimization, and filing services for corporate and individual clients.         \n      Audit &amp; Assurance                      Internal audit support and assurance services to enhance reliability.         \n      Business Advisory                      Strategic consulting to improve performance and financial decisions.         \n      Payroll &amp; HR Accounting                      Payroll processing, employee compensation tracking, statutory compliance.         \n<!-- end Expanding Content Cards -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home Demo', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 03:09:40', '2025-12-31 03:09:40', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=123', 0, 'revision', '', 0),
(124, 1, '2025-12-31 03:09:40', '2025-12-31 03:09:40', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Expanding Content Cards -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Expanding Content Cards */\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper {\n  box-sizing: border-box;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper{\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n  display: flex;\n  align-items: center;\n  flex-direction: row;\n  justify-content: center;\n  min-width: 200px;\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option {\n  box-sizing: border-box;\n  display: flex;\n  position: relative;\n  overflow: hidden;\n  cursor: pointer;\n  justify-content: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n  content: \"\";\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  top: 0;\n  left: 0;\n  transition: all .3s;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active::after{\n      backdrop-filter: none;\n      -webkit-backdrop-filter: none;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active {\n  flex-grow: 10000;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) {\n  justify-content: center;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_shadow {\n    position: absolute;\n    bottom: 0px;\n    left: 0px;\n    right: 0px;\n    height: 100%;\n    z-index:1;\n    transition: 1200ms;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_option:not(.active) .ue_label {\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label {\n  display: flex;\n  z-index:2;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label{\n  animation-name: sub-content-fade;\n}\n@keyframes sub-content-fade{\n  0%   {opacity:0;}\n  80%  {opacity:0;}\n  100% {opacity:1;}\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label .ue_info > div {\n    left: 0px;\n    width:100%;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div:not(.ue_icon, .ue_main) {\n    left: 0px;\n    opacity: 0;\n    width: 0px;\n    height: 0px;\n    transition: width 0ms;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label .ue_info > div {\n    position: relative;\n      }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper  .ue_options .ue_option .ue_label .ue_info {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n    margin-left: 0px!important;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main{\n    opacity: 1;\n    width: auto;\n    height: auto;\n    writing-mode: vertical-rl;\n    text-orientation: mixed;\n    text-decoration: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n    height:0;\n    margin-top: 0px;\n  }\n@media screen and (max-width: 150px) {\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .active.ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n    display: grid;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option{\n      width: 100%;\n  }\n            #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n        margin-left: 0px!important;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main {\n        opacity: 1;\n        width: auto;\n        height: auto;\n        writing-mode: horizontal-tb;\n        text-orientation: mixed;\n        text-decoration: none;\n        transform: rotate(0deg);\n      }\n          #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div {\n        opacity:1;\n        width:100%;\n        height:auto;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n        height:auto;\n      }\n}\n#uc_expanding_content_cards_elementor_87db908_item1{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item2{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/FInance1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item3{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/TAX1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item4{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Audit1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item5{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Advisor1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item6{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n</style>\n      Accounting &amp; Bookkeeping                      Accurate maintenance of books, ledgers, and financial records.         \n      Financial Reporting                      Preparation of financial statements aligned with international and local standards.         \n      Tax Planning &amp; Filing                      Tax compliance, optimization, and filing services for corporate and individual clients.         \n      Audit &amp; Assurance                      Internal audit support and assurance services to enhance reliability.         \n      Business Advisory                      Strategic consulting to improve performance and financial decisions.         \n      Payroll &amp; HR Accounting                      Payroll processing, employee compensation tracking, statutory compliance.         \n<!-- end Expanding Content Cards -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home Demo', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 03:09:40', '2025-12-31 03:09:40', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=124', 0, 'revision', '', 0);
INSERT INTO `wprd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(125, 1, '2025-12-31 03:09:41', '2025-12-31 03:09:41', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"1440\" height=\"810\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg 1440w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-768x432.jpg 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />																<h2>Our Services</h2>				\n<!-- start Expanding Content Cards -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Expanding Content Cards */\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper {\n  box-sizing: border-box;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper{\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n  display: flex;\n  align-items: center;\n  flex-direction: row;\n  justify-content: center;\n  min-width: 200px;\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option {\n  box-sizing: border-box;\n  display: flex;\n  position: relative;\n  overflow: hidden;\n  cursor: pointer;\n  justify-content: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n  content: \"\";\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  top: 0;\n  left: 0;\n  transition: all .3s;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active::after{\n      backdrop-filter: none;\n      -webkit-backdrop-filter: none;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active {\n  flex-grow: 10000;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) {\n  justify-content: center;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_shadow {\n    position: absolute;\n    bottom: 0px;\n    left: 0px;\n    right: 0px;\n    height: 100%;\n    z-index:1;\n    transition: 1200ms;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_option:not(.active) .ue_label {\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label {\n  display: flex;\n  z-index:2;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label{\n  animation-name: sub-content-fade;\n}\n@keyframes sub-content-fade{\n  0%   {opacity:0;}\n  80%  {opacity:0;}\n  100% {opacity:1;}\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label .ue_info > div {\n    left: 0px;\n    width:100%;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div:not(.ue_icon, .ue_main) {\n    left: 0px;\n    opacity: 0;\n    width: 0px;\n    height: 0px;\n    transition: width 0ms;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label .ue_info > div {\n    position: relative;\n      }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper  .ue_options .ue_option .ue_label .ue_info {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n    margin-left: 0px!important;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main{\n    opacity: 1;\n    width: auto;\n    height: auto;\n    writing-mode: vertical-rl;\n    text-orientation: mixed;\n    text-decoration: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n    height:0;\n    margin-top: 0px;\n  }\n@media screen and (max-width: 150px) {\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .active.ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n    display: grid;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option{\n      width: 100%;\n  }\n            #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n        margin-left: 0px!important;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main {\n        opacity: 1;\n        width: auto;\n        height: auto;\n        writing-mode: horizontal-tb;\n        text-orientation: mixed;\n        text-decoration: none;\n        transform: rotate(0deg);\n      }\n          #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div {\n        opacity:1;\n        width:100%;\n        height:auto;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n        height:auto;\n      }\n}\n#uc_expanding_content_cards_elementor_87db908_item1{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item2{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/FInance1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item3{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/TAX1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item4{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Audit1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item5{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Advisor1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item6{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n</style>\n      Accounting &amp; Bookkeeping                      Accurate maintenance of books, ledgers, and financial records.         \n      Financial Reporting                      Preparation of financial statements aligned with international and local standards.         \n      Tax Planning &amp; Filing                      Tax compliance, optimization, and filing services for corporate and individual clients.         \n      Audit &amp; Assurance                      Internal audit support and assurance services to enhance reliability.         \n      Business Advisory                      Strategic consulting to improve performance and financial decisions.         \n      Payroll &amp; HR Accounting                      Payroll processing, employee compensation tracking, statutory compliance.         \n<!-- end Expanding Content Cards -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home Demo', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 03:09:41', '2025-12-31 03:09:41', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=125', 0, 'revision', '', 0),
(126, 1, '2025-12-31 03:10:23', '2025-12-31 03:10:23', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"1440\" height=\"810\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg 1440w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-768x432.jpg 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />																<h2>Our Services</h2>				\n<!-- start Expanding Content Cards -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Expanding Content Cards */\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper {\n  box-sizing: border-box;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper{\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n  display: flex;\n  align-items: center;\n  flex-direction: row;\n  justify-content: center;\n  min-width: 200px;\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option {\n  box-sizing: border-box;\n  display: flex;\n  position: relative;\n  overflow: hidden;\n  cursor: pointer;\n  justify-content: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n  content: \"\";\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  top: 0;\n  left: 0;\n  transition: all .3s;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active::after{\n      backdrop-filter: none;\n      -webkit-backdrop-filter: none;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active {\n  flex-grow: 10000;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) {\n  justify-content: center;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_shadow {\n    position: absolute;\n    bottom: 0px;\n    left: 0px;\n    right: 0px;\n    height: 100%;\n    z-index:1;\n    transition: 1200ms;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_option:not(.active) .ue_label {\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label {\n  display: flex;\n  z-index:2;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label{\n  animation-name: sub-content-fade;\n}\n@keyframes sub-content-fade{\n  0%   {opacity:0;}\n  80%  {opacity:0;}\n  100% {opacity:1;}\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label .ue_info > div {\n    left: 0px;\n    width:100%;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div:not(.ue_icon, .ue_main) {\n    left: 0px;\n    opacity: 0;\n    width: 0px;\n    height: 0px;\n    transition: width 0ms;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label .ue_info > div {\n    position: relative;\n      }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper  .ue_options .ue_option .ue_label .ue_info {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n    margin-left: 0px!important;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main{\n    opacity: 1;\n    width: auto;\n    height: auto;\n    writing-mode: vertical-rl;\n    text-orientation: mixed;\n    text-decoration: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n    height:0;\n    margin-top: 0px;\n  }\n@media screen and (max-width: 150px) {\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .active.ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n    display: grid;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option{\n      width: 100%;\n  }\n            #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n        margin-left: 0px!important;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main {\n        opacity: 1;\n        width: auto;\n        height: auto;\n        writing-mode: horizontal-tb;\n        text-orientation: mixed;\n        text-decoration: none;\n        transform: rotate(0deg);\n      }\n          #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div {\n        opacity:1;\n        width:100%;\n        height:auto;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n        height:auto;\n      }\n}\n#uc_expanding_content_cards_elementor_87db908_item1{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item2{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/FInance1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item3{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/TAX1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item4{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Audit1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item5{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Advisor1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item6{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n</style>\n      Accounting &amp; Bookkeeping                      Accurate maintenance of books, ledgers, and financial records.         \n      Financial Reporting                      Preparation of financial statements aligned with international and local standards.         \n      Tax Planning &amp; Filing                      Tax compliance, optimization, and filing services for corporate and individual clients.         \n      Audit &amp; Assurance                      Internal audit support and assurance services to enhance reliability.         \n      Business Advisory                      Strategic consulting to improve performance and financial decisions.         \n      Payroll &amp; HR Accounting                      Payroll processing, employee compensation tracking, statutory compliance.         \n<!-- end Expanding Content Cards -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home Demo', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 03:10:23', '2025-12-31 03:10:23', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=126', 0, 'revision', '', 0),
(127, 1, '2025-12-31 03:10:24', '2025-12-31 03:10:24', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"1440\" height=\"810\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg 1440w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-768x432.jpg 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />																<h2>Our Services</h2>				\n<!-- start Expanding Content Cards -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Expanding Content Cards */\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper {\n  box-sizing: border-box;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper{\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n  display: flex;\n  align-items: center;\n  flex-direction: row;\n  justify-content: center;\n  min-width: 200px;\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option {\n  box-sizing: border-box;\n  display: flex;\n  position: relative;\n  overflow: hidden;\n  cursor: pointer;\n  justify-content: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n  content: \"\";\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  top: 0;\n  left: 0;\n  transition: all .3s;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active::after{\n      backdrop-filter: none;\n      -webkit-backdrop-filter: none;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active {\n  flex-grow: 10000;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) {\n  justify-content: center;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_shadow {\n    position: absolute;\n    bottom: 0px;\n    left: 0px;\n    right: 0px;\n    height: 100%;\n    z-index:1;\n    transition: 1200ms;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_option:not(.active) .ue_label {\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label {\n  display: flex;\n  z-index:2;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label{\n  animation-name: sub-content-fade;\n}\n@keyframes sub-content-fade{\n  0%   {opacity:0;}\n  80%  {opacity:0;}\n  100% {opacity:1;}\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label .ue_info > div {\n    left: 0px;\n    width:100%;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div:not(.ue_icon, .ue_main) {\n    left: 0px;\n    opacity: 0;\n    width: 0px;\n    height: 0px;\n    transition: width 0ms;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label .ue_info > div {\n    position: relative;\n      }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper  .ue_options .ue_option .ue_label .ue_info {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n    margin-left: 0px!important;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main{\n    opacity: 1;\n    width: auto;\n    height: auto;\n    writing-mode: vertical-rl;\n    text-orientation: mixed;\n    text-decoration: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n    height:0;\n    margin-top: 0px;\n  }\n@media screen and (max-width: 150px) {\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .active.ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n    display: grid;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option{\n      width: 100%;\n  }\n            #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n        margin-left: 0px!important;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main {\n        opacity: 1;\n        width: auto;\n        height: auto;\n        writing-mode: horizontal-tb;\n        text-orientation: mixed;\n        text-decoration: none;\n        transform: rotate(0deg);\n      }\n          #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div {\n        opacity:1;\n        width:100%;\n        height:auto;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n        height:auto;\n      }\n}\n#uc_expanding_content_cards_elementor_87db908_item1{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item2{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/FInance1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item3{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/TAX1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item4{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Audit1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item5{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Advisor1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item6{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n</style>\n      Accounting &amp; Bookkeeping                      Accurate maintenance of books, ledgers, and financial records.         \n      Financial Reporting                      Preparation of financial statements aligned with international and local standards.         \n      Tax Planning &amp; Filing                      Tax compliance, optimization, and filing services for corporate and individual clients.         \n      Audit &amp; Assurance                      Internal audit support and assurance services to enhance reliability.         \n      Business Advisory                      Strategic consulting to improve performance and financial decisions.         \n      Payroll &amp; HR Accounting                      Payroll processing, employee compensation tracking, statutory compliance.         \n<!-- end Expanding Content Cards -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home Demo', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 03:10:24', '2025-12-31 03:10:24', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=127', 0, 'revision', '', 0),
(128, 1, '2025-12-31 03:10:24', '2025-12-31 03:10:24', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"1440\" height=\"810\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg 1440w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-768x432.jpg 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />																<h2>Our Services</h2>				\n<!-- start Expanding Content Cards -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Expanding Content Cards */\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper {\n  box-sizing: border-box;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper{\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n  display: flex;\n  align-items: center;\n  flex-direction: row;\n  justify-content: center;\n  min-width: 200px;\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option {\n  box-sizing: border-box;\n  display: flex;\n  position: relative;\n  overflow: hidden;\n  cursor: pointer;\n  justify-content: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n  content: \"\";\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  top: 0;\n  left: 0;\n  transition: all .3s;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active::after{\n      backdrop-filter: none;\n      -webkit-backdrop-filter: none;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active {\n  flex-grow: 10000;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) {\n  justify-content: center;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_shadow {\n    position: absolute;\n    bottom: 0px;\n    left: 0px;\n    right: 0px;\n    height: 100%;\n    z-index:1;\n    transition: 1200ms;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_option:not(.active) .ue_label {\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label {\n  display: flex;\n  z-index:2;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label{\n  animation-name: sub-content-fade;\n}\n@keyframes sub-content-fade{\n  0%   {opacity:0;}\n  80%  {opacity:0;}\n  100% {opacity:1;}\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label .ue_info > div {\n    left: 0px;\n    width:100%;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div:not(.ue_icon, .ue_main) {\n    left: 0px;\n    opacity: 0;\n    width: 0px;\n    height: 0px;\n    transition: width 0ms;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label .ue_info > div {\n    position: relative;\n      }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper  .ue_options .ue_option .ue_label .ue_info {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n    margin-left: 0px!important;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main{\n    opacity: 1;\n    width: auto;\n    height: auto;\n    writing-mode: vertical-rl;\n    text-orientation: mixed;\n    text-decoration: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n    height:0;\n    margin-top: 0px;\n  }\n@media screen and (max-width: 150px) {\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .active.ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n    display: grid;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option{\n      width: 100%;\n  }\n            #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n        margin-left: 0px!important;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main {\n        opacity: 1;\n        width: auto;\n        height: auto;\n        writing-mode: horizontal-tb;\n        text-orientation: mixed;\n        text-decoration: none;\n        transform: rotate(0deg);\n      }\n          #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div {\n        opacity:1;\n        width:100%;\n        height:auto;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n        height:auto;\n      }\n}\n#uc_expanding_content_cards_elementor_87db908_item1{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item2{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/FInance1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item3{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/TAX1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item4{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Audit1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item5{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Advisor1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item6{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n</style>\n      Accounting &amp; Bookkeeping                      Accurate maintenance of books, ledgers, and financial records.         \n      Financial Reporting                      Preparation of financial statements aligned with international and local standards.         \n      Tax Planning &amp; Filing                      Tax compliance, optimization, and filing services for corporate and individual clients.         \n      Audit &amp; Assurance                      Internal audit support and assurance services to enhance reliability.         \n      Business Advisory                      Strategic consulting to improve performance and financial decisions.         \n      Payroll &amp; HR Accounting                      Payroll processing, employee compensation tracking, statutory compliance.         \n<!-- end Expanding Content Cards -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home Demo', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2025-12-31 03:10:24', '2025-12-31 03:10:24', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=128', 0, 'revision', '', 0),
(129, 1, '2026-01-01 03:04:17', '2026-01-01 03:04:17', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"1440\" height=\"810\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2.jpg 1440w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield2-768x432.jpg 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />																<h2>Our Services</h2>				\n<!-- start Expanding Content Cards -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Expanding Content Cards */\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper {\n  box-sizing: border-box;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper{\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n  display: flex;\n  align-items: center;\n  flex-direction: row;\n  justify-content: center;\n  min-width: 200px;\n  width:100%;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option {\n  box-sizing: border-box;\n  display: flex;\n  position: relative;\n  overflow: hidden;\n  cursor: pointer;\n  justify-content: center;\n  background-repeat: no-repeat;\n  background-size: cover;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n  content: \"\";\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  top: 0;\n  left: 0;\n  transition: all .3s;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active::after{\n      backdrop-filter: none;\n      -webkit-backdrop-filter: none;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active {\n  flex-grow: 10000;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) {\n  justify-content: center;\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_shadow {\n    position: absolute;\n    bottom: 0px;\n    left: 0px;\n    right: 0px;\n    height: 100%;\n    z-index:1;\n    transition: 1200ms;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_option:not(.active) .ue_label {\n  align-items: center;\n}\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label {\n  display: flex;\n  z-index:2;\n  }\n#uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label{\n  animation-name: sub-content-fade;\n}\n@keyframes sub-content-fade{\n  0%   {opacity:0;}\n  80%  {opacity:0;}\n  100% {opacity:1;}\n}\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option.active .ue_label .ue_info > div {\n    left: 0px;\n    width:100%;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div:not(.ue_icon, .ue_main) {\n    left: 0px;\n    opacity: 0;\n    width: 0px;\n    height: 0px;\n    transition: width 0ms;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option .ue_label .ue_info > div {\n    position: relative;\n      }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper  .ue_options .ue_option .ue_label .ue_info {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n    margin-left: 0px!important;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main{\n    opacity: 1;\n    width: auto;\n    height: auto;\n    writing-mode: vertical-rl;\n    text-orientation: mixed;\n    text-decoration: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n    height:0;\n    margin-top: 0px;\n  }\n@media screen and (max-width: 150px) {\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .active.ue_option::after{\n    backdrop-filter: none;\n    -webkit-backdrop-filter: none;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options {\n    display: grid;\n  }\n  #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option{\n      width: 100%;\n  }\n            #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info {\n        margin-left: 0px!important;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info .ue_main {\n        opacity: 1;\n        width: auto;\n        height: auto;\n        writing-mode: horizontal-tb;\n        text-orientation: mixed;\n        text-decoration: none;\n        transform: rotate(0deg);\n      }\n          #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_info > div {\n        opacity:1;\n        width:100%;\n        height:auto;\n      }\n      #uc_expanding_content_cards_elementor_87db908.exp-wrapper .ue_options .ue_option:not(.active) .ue_label .ue_sub {\n        height:auto;\n      }\n}\n#uc_expanding_content_cards_elementor_87db908_item1{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item2{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/FInance1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item3{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/TAX1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item4{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Audit1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item5{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Advisor1-768x576.jpg);\n}\n#uc_expanding_content_cards_elementor_87db908_item6{\n  background-image:url(https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Payroll1-768x576.jpg);\n}\n</style>\n      Accounting &amp; Bookkeeping                      Accurate maintenance of books, ledgers, and financial records.         \n      Financial Reporting                      Preparation of financial statements aligned with international and local standards.         \n      Tax Planning &amp; Filing                      Tax compliance, optimization, and filing services for corporate and individual clients.         \n      Audit &amp; Assurance                      Internal audit support and assurance services to enhance reliability.         \n      Business Advisory                      Strategic consulting to improve performance and financial decisions.         \n      Payroll &amp; HR Accounting                      Payroll processing, employee compensation tracking, statutory compliance.         \n<!-- end Expanding Content Cards -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home Demo', '', 'inherit', 'closed', 'closed', '', '17-autosave-v1', '', '', '2026-01-01 03:04:18', '2026-01-01 03:04:18', '', 17, 'https://remark3demos3.com/shieldaccounting/?p=129', 0, 'revision', '', 0);
INSERT INTO `wprd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(130, 1, '2026-01-01 03:12:54', '2026-01-01 03:12:54', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '113-revision-v1', '', '', '2026-01-01 03:12:54', '2026-01-01 03:12:54', '', 113, 'https://remark3demos3.com/shieldaccounting/?p=130', 0, 'revision', '', 0),
(131, 1, '2026-01-01 03:12:56', '2026-01-01 03:12:56', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '113-revision-v1', '', '', '2026-01-01 03:12:56', '2026-01-01 03:12:56', '', 113, 'https://remark3demos3.com/shieldaccounting/?p=131', 0, 'revision', '', 0);
INSERT INTO `wprd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(132, 1, '2026-01-01 03:13:04', '2026-01-01 03:13:04', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '113-revision-v1', '', '', '2026-01-01 03:13:04', '2026-01-01 03:13:04', '', 113, 'https://remark3demos3.com/shieldaccounting/?p=132', 0, 'revision', '', 0),
(133, 1, '2026-01-01 03:15:06', '2026-01-01 03:15:06', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '113-revision-v1', '', '', '2026-01-01 03:15:06', '2026-01-01 03:15:06', '', 113, 'https://remark3demos3.com/shieldaccounting/?p=133', 0, 'revision', '', 0);
INSERT INTO `wprd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(134, 1, '2026-01-01 03:15:07', '2026-01-01 03:15:07', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '113-revision-v1', '', '', '2026-01-01 03:15:07', '2026-01-01 03:15:07', '', 113, 'https://remark3demos3.com/shieldaccounting/?p=134', 0, 'revision', '', 0),
(135, 1, '2026-01-01 03:15:12', '2026-01-01 03:15:12', '[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]			<h2>About Us</h2>		<p>Shield Accounting is an emerging accounting services firm led by seasoned finance professionals. With a strong emphasis on accuracy, compliance, and client trust, we help businesses navigate financial and regulatory landscapes.</p>								<a href=\"#\">\n									Read More\n					</a>\n																			<img width=\"800\" height=\"450\" src=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg\" alt=\"\" srcset=\"https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-1024x576.jpg 1024w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-300x169.jpg 300w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1-768x432.jpg 768w, https://remark3demos3.com/shieldaccounting/wp-content/uploads/2025/12/Shield1.jpg 1440w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Our Services</h2>				\n<!-- start Content Slider -->\n		<link id=\'font-awesome-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'fancybox-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/plugins/unlimited-elements-for-elementor-premium/assets_libraries/fancybox3/jquery.fancybox.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_69179-css\' href=\'https://remark3demos3.com/shieldaccounting/wp-content/uploads/ac_assets/uc_content_slider_new/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Content Slider */\n#uc_content_slider_new_elementor_4d85e06-wrapper{\n  min-height:1px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide{\n  position:relative;\n  overflow:hidden;\n  display:flex;  \n}\n#uc_content_slider_new_elementor_4d85e06 .owl-carousel .animated   {\n  -webkit-animation-duration: 1000ms;\n  animation-duration: 1000ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_container_image img{\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_content{\n  position:relative;\n}\n.uc_fbps_container_title{\n  font-size:21px;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-btn {\n	text-decoration:none;\n	transition: all 0.5s ease;\n    text-align:center;\n    position: relative;\n    z-index: 2;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-overlay{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .uc_fbps_slide-link{\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n  z-index: 1;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-image{\n  background-repeat:no-repeat;\n  position:absolute;\n  top:0px;\n  left:0px;\n  right:0px;\n  bottom:0px;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n  position:relative;\n  z-index:2;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-dots button{\n  padding: 0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-prev, #uc_content_slider_new_elementor_4d85e06 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n    align-items: center;\n    justify-content: center;\n    text-align:center;\n    padding: 0;\n    margin:0;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav svg{\n    width:1em;\n    height:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .owl-nav .disabled{\n    display: none;  \n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n#uc_content_slider_new_elementor_4d85e06 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounce {\n  -webkit-animation-name: bounce;\n  animation-name: bounce;\n  -webkit-transform-origin: center bottom;\n  transform-origin: center bottom;\n}\n#uc_content_slider_new_elementor_4d85e06 .flash {\n  -webkit-animation-name: flash;\n  animation-name: flash;\n}\n#uc_content_slider_new_elementor_4d85e06 .pulse {\n  -webkit-animation-name: pulse;\n  animation-name: pulse;\n}\n#uc_content_slider_new_elementor_4d85e06 .rubberBand {\n  -webkit-animation-name: rubberBand;\n  animation-name: rubberBand;\n}\n#uc_content_slider_new_elementor_4d85e06 .shake {\n  -webkit-animation-name: shake;\n  animation-name: shake;\n}\n#uc_content_slider_new_elementor_4d85e06 .headShake {\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n  -webkit-animation-name: headShake;\n  animation-name: headShake;\n}\n#uc_content_slider_new_elementor_4d85e06 .swing {\n  -webkit-transform-origin: top center;\n  transform-origin: top center;\n  -webkit-animation-name: swing;\n  animation-name: swing;\n}\n#uc_content_slider_new_elementor_4d85e06 .tada {\n  -webkit-animation-name: tada;\n  animation-name: tada;\n}\n#uc_content_slider_new_elementor_4d85e06 .wobble {\n  -webkit-animation-name: wobble;\n  animation-name: wobble;\n}\n#uc_content_slider_new_elementor_4d85e06 .jello {\n  -webkit-animation-name: jello;\n  animation-name: jello;\n  -webkit-transform-origin: center;\n  transform-origin: center;\n}\n#uc_content_slider_new_elementor_4d85e06 .heartBeat {\n  -webkit-animation-name: heartBeat;\n  animation-name: heartBeat;\n  -webkit-animation-duration: 1.3s;\n  animation-duration: 1.3s;\n  -webkit-animation-timing-function: ease-in-out;\n  animation-timing-function: ease-in-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceIn {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: bounceIn;\n  animation-name: bounceIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInDown {\n  -webkit-animation-name: bounceInDown;\n  animation-name: bounceInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInLeft {\n  -webkit-animation-name: bounceInLeft;\n  animation-name: bounceInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInRight {\n  -webkit-animation-name: bounceInRight;\n  animation-name: bounceInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceInUp {\n  -webkit-animation-name: bounceInUp;\n  animation-name: bounceInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutDown {\n  -webkit-animation-name: bounceOutDown;\n  animation-name: bounceOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutLeft {\n  -webkit-animation-name: bounceOutLeft;\n  animation-name: bounceOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutRight {\n  -webkit-animation-name: bounceOutRight;\n  animation-name: bounceOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .bounceOutUp {\n  -webkit-animation-name: bounceOutUp;\n  animation-name: bounceOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeIn {\n  -webkit-animation-name: fadeIn;\n  animation-name: fadeIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDown {\n  -webkit-animation-name: fadeInDown;\n  animation-name: fadeInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInDownBig {\n  -webkit-animation-name: fadeInDownBig;\n  animation-name: fadeInDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeft {\n  -webkit-animation-name: fadeInLeft;\n  animation-name: fadeInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInLeftBig {\n  -webkit-animation-name: fadeInLeftBig;\n  animation-name: fadeInLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRight {\n  -webkit-animation-name: fadeInRight;\n  animation-name: fadeInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInRightBig {\n  -webkit-animation-name: fadeInRightBig;\n  animation-name: fadeInRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUp {\n  -webkit-animation-name: fadeInUp;\n  animation-name: fadeInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeInUpBig {\n  -webkit-animation-name: fadeInUpBig;\n  animation-name: fadeInUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOut {\n  -webkit-animation-name: fadeOut;\n  animation-name: fadeOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDown {\n  -webkit-animation-name: fadeOutDown;\n  animation-name: fadeOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutDownBig {\n  -webkit-animation-name: fadeOutDownBig;\n  animation-name: fadeOutDownBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeft {\n  -webkit-animation-name: fadeOutLeft;\n  animation-name: fadeOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutLeftBig {\n  -webkit-animation-name: fadeOutLeftBig;\n  animation-name: fadeOutLeftBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRight {\n  -webkit-animation-name: fadeOutRight;\n  animation-name: fadeOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutRightBig {\n  -webkit-animation-name: fadeOutRightBig;\n  animation-name: fadeOutRightBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUp {\n  -webkit-animation-name: fadeOutUp;\n  animation-name: fadeOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .fadeOutUpBig {\n  -webkit-animation-name: fadeOutUpBig;\n  animation-name: fadeOutUpBig;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.flip {\n  -webkit-backface-visibility: visible;\n  backface-visibility: visible;\n  -webkit-animation-name: flip;\n  animation-name: flip;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInX {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInX;\n  animation-name: flipInX;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipInY {\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipInY;\n  animation-name: flipInY;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutX {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-animation-name: flipOutX;\n  animation-name: flipOutX;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n}\n#uc_content_slider_new_elementor_4d85e06 .flipOutY {\n  -webkit-animation-duration: 0.75s;\n  animation-duration: 0.75s;\n  -webkit-backface-visibility: visible !important;\n  backface-visibility: visible !important;\n  -webkit-animation-name: flipOutY;\n  animation-name: flipOutY;\n}\n#uc_content_slider_new_elementor_4d85e06 .lightSpeedIn {\n  -webkit-animation-name: lightSpeedIn;\n  animation-name: lightSpeedIn;\n  -webkit-animation-timing-function: ease-out;\n  animation-timing-function: ease-out;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateIn {\n  -webkit-animation-name: rotateIn;\n  animation-name: rotateIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownLeft {\n  -webkit-animation-name: rotateInDownLeft;\n  animation-name: rotateInDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInDownRight {\n  -webkit-animation-name: rotateInDownRight;\n  animation-name: rotateInDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpLeft {\n  -webkit-animation-name: rotateInUpLeft;\n  animation-name: rotateInUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateInUpRight {\n  -webkit-animation-name: rotateInUpRight;\n  animation-name: rotateInUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOut {\n  -webkit-animation-name: rotateOut;\n  animation-name: rotateOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownLeft {\n  -webkit-animation-name: rotateOutDownLeft;\n  animation-name: rotateOutDownLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutDownRight {\n  -webkit-animation-name: rotateOutDownRight;\n  animation-name: rotateOutDownRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpLeft {\n  -webkit-animation-name: rotateOutUpLeft;\n  animation-name: rotateOutUpLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .rotateOutUpRight {\n  -webkit-animation-name: rotateOutUpRight;\n  animation-name: rotateOutUpRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .hinge {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n  -webkit-animation-name: hinge;\n  animation-name: hinge;\n}\n#uc_content_slider_new_elementor_4d85e06 .jackInTheBox {\n  -webkit-animation-name: jackInTheBox;\n  animation-name: jackInTheBox;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollIn {\n  -webkit-animation-name: rollIn;\n  animation-name: rollIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .rollOut {\n  -webkit-animation-name: rollOut;\n  animation-name: rollOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomIn {\n  -webkit-animation-name: zoomIn;\n  animation-name: zoomIn;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInDown {\n  -webkit-animation-name: zoomInDown;\n  animation-name: zoomInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInLeft {\n  -webkit-animation-name: zoomInLeft;\n  animation-name: zoomInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInRight {\n  -webkit-animation-name: zoomInRight;\n  animation-name: zoomInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomInUp {\n  -webkit-animation-name: zoomInUp;\n  animation-name: zoomInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOut {\n  -webkit-animation-name: zoomOut;\n  animation-name: zoomOut;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutDown {\n  -webkit-animation-name: zoomOutDown;\n  animation-name: zoomOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutLeft {\n  -webkit-animation-name: zoomOutLeft;\n  animation-name: zoomOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutRight {\n  -webkit-animation-name: zoomOutRight;\n  animation-name: zoomOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .zoomOutUp {\n  -webkit-animation-name: zoomOutUp;\n  animation-name: zoomOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInDown {\n  -webkit-animation-name: slideInDown;\n  animation-name: slideInDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInLeft {\n  -webkit-animation-name: slideInLeft;\n  animation-name: slideInLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInRight {\n  -webkit-animation-name: slideInRight;\n  animation-name: slideInRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideInUp {\n  -webkit-animation-name: slideInUp;\n  animation-name: slideInUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutDown {\n  -webkit-animation-name: slideOutDown;\n  animation-name: slideOutDown;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutLeft {\n  -webkit-animation-name: slideOutLeft;\n  animation-name: slideOutLeft;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutRight {\n  -webkit-animation-name: slideOutRight;\n  animation-name: slideOutRight;\n}\n#uc_content_slider_new_elementor_4d85e06 .slideOutUp {\n  -webkit-animation-name: slideOutUp;\n  animation-name: slideOutUp;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated {\n  -webkit-animation-duration: 1s;\n  animation-duration: 1s;\n  -webkit-animation-fill-mode: both;\n  animation-fill-mode: both;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.infinite {\n  -webkit-animation-iteration-count: infinite;\n  animation-iteration-count: infinite;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-1s {\n  -webkit-animation-delay: 1s;\n  animation-delay: 1s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-2s {\n  -webkit-animation-delay: 2s;\n  animation-delay: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-3s {\n  -webkit-animation-delay: 3s;\n  animation-delay: 3s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-4s {\n  -webkit-animation-delay: 4s;\n  animation-delay: 4s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.delay-5s {\n  -webkit-animation-delay: 5s;\n  animation-delay: 5s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.fast {\n  -webkit-animation-duration: 800ms;\n  animation-duration: 800ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.faster {\n  -webkit-animation-duration: 500ms;\n  animation-duration: 500ms;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slow {\n  -webkit-animation-duration: 2s;\n  animation-duration: 2s;\n}\n#uc_content_slider_new_elementor_4d85e06 .animated.slower {\n  -webkit-animation-duration: 3s;\n  animation-duration: 3s;\n}\n</style>\n                Accounting & Bookkeeping\n                Accurate maintenance of books, ledgers, and financial records.\n                Financial Reporting\n                Preparation of financial statements aligned with international and local standards.\n                Tax Planning & Filing\n                Tax compliance, optimization, and filing services for corporate and individual clients.\n                Audit & Assurance\n                Internal audit support and assurance services to enhance reliability.\n                Business Advisory\n                Strategic consulting to improve performance and financial decisions.\n                Payroll & HR Accounting\n                Payroll processing, employee compensation tracking, statutory compliance.\n<!-- end Content Slider -->				\n<!-- start Icon Bullets -->\n<style>/* widget: Icon Bullets */\n#uc_uc_material_bullets_elementor_789f766 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon-wrapper{\n	display: flex;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row{\n	font-weight:400;\n	overflow:hidden;\n	display:flex;\n	position:relative;\n	text-align:left;\n	width:100%;   \n    transition:0.3s;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row:last-child{\n	margin-bottom:0px !important;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row {\n	position:relative;\n	vertical-align:middle;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_material_bullets_row .uc_content_box{\n	display:flex;\n    flex-direction:column;\n    align-items: flex-start;\n    flex-grow:1;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-bullets{\n  display:grid;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-text, \n#uc_uc_material_bullets_elementor_789f766 .ue-title, \n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  width:100%;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766 .ue-seperator{\n  font-size:0px;\n}\n#uc_uc_material_bullets_elementor_789f766.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n#uc_uc_material_bullets_elementor_789f766 .uc_content_box > *{\n  transition: all .3s;\n}\n</style>\n    Accounting & Bookkeeping\n    Financial Reporting\n    Tax Planning & Filing\n    Audit & Assurance\n    Business Advisory\n    Payroll & HR Accounting\n<!-- end Icon Bullets -->				\n					<h2>Get in Touch With Us</h2>		<p data-start=\"329\" data-end=\"581\">Have questions about our accounting or financial services? </br>Our team is ready to support your business with reliable, tailored solutions. </br>Contact us today and let’s discuss how we can help you achieve financial clarity and compliance.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '113-revision-v1', '', '', '2026-01-01 03:15:12', '2026-01-01 03:15:12', '', 113, 'https://remark3demos3.com/shieldaccounting/?p=135', 0, 'revision', '', 0);

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

--
-- Table structure for table `wprd_revslider_css`
--

CREATE TABLE `wprd_revslider_css` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_revslider_css`
--

INSERT INTO `wprd_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":[]}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),
(2, '.tp-caption.small_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":[]}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(3, '.tp-caption.medium_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":[]}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(4, '.tp-caption.large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":[]}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(5, '.tp-caption.very_large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":[]}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(6, '.tp-caption.very_big_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":[]}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":[]}', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":[]}', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(9, '.tp-caption.modern_medium_fat_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":[]}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(10, '.tp-caption.modern_medium_light', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":[]}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(11, '.tp-caption.modern_big_bluebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":[]}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":[]}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":[]}', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(14, '.tp-caption.boxshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":[]}', '[]'),
(15, '.tp-caption.black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}', '{\"color\":\"#000\"}'),
(16, '.tp-caption.noshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}', '[]'),
(17, '.tp-caption.thinheadline_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":[]}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":[]}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":[]}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":[]}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":[]}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":[]}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":[]}', '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}', '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}', '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}', '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":[]}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":[]}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":[]}', '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":[]}', '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),
(48, '.tp-caption.MarkerDisplay', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(49, '.tp-caption.Restaurant-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(50, '.tp-caption.Restaurant-Cursive', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(51, '.tp-caption.Restaurant-ScrollDownText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(52, '.tp-caption.Restaurant-Description', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(53, '.tp-caption.Restaurant-Price', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(54, '.tp-caption.Restaurant-Menuitem', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"power2.inOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(55, '.tp-caption.Furniture-LogoText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(56, '.tp-caption.Furniture-Plus', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(57, '.tp-caption.Furniture-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(58, '.tp-caption.Furniture-Subtitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(59, '.tp-caption.Gym-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(60, '.tp-caption.Gym-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(61, '.tp-caption.Gym-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(62, '.tp-caption.Fashion-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(63, '.tp-caption.Fashion-BigDisplay', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(64, '.tp-caption.Fashion-TextBlock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(65, '.tp-caption.Sports-Display', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(66, '.tp-caption.Sports-DisplayFat', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":[\"\"],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(67, '.tp-caption.Sports-Subline', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(68, '.tp-caption.Instagram-Caption', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(69, '.tp-caption.News-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}');
INSERT INTO `wprd_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(70, '.tp-caption.News-Subtitle', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"power3.inOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(71, '.tp-caption.Photography-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(72, '.tp-caption.Photography-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(73, '.tp-caption.Photography-ImageHover', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"power3.inOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(74, '.tp-caption.Photography-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(75, '.tp-caption.Photography-Textblock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(76, '.tp-caption.Photography-Subline-2', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(77, '.tp-caption.Photography-ImageHover2', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"back.out\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(78, '.tp-caption.WebProduct-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(79, '.tp-caption.WebProduct-SubTitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(80, '.tp-caption.WebProduct-Content', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(81, '.tp-caption.WebProduct-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(82, '.tp-caption.WebProduct-Title-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(83, '.tp-caption.WebProduct-SubTitle-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(84, '.tp-caption.WebProduct-Content-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(85, '.tp-caption.FatRounded', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(86, '.tp-caption.NotGeneric-Title', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"[object Object]\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(87, '.tp-caption.NotGeneric-SubTitle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(88, '.tp-caption.NotGeneric-CallToAction', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power3.out\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(89, '.tp-caption.NotGeneric-Icon', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"power3.out\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(90, '.tp-caption.NotGeneric-Menuitem', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(91, '.tp-caption.MarkerStyle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(92, '.tp-caption.Gym-Menuitem', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(93, '.tp-caption.Newspaper-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(94, '.tp-caption.Newspaper-Subtitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(95, '.tp-caption.Newspaper-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(96, '.tp-caption.Newspaper-Title-Centered', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(97, '.tp-caption.Hero-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(98, '.tp-caption.Video-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(99, '.tp-caption.Video-SubTitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(100, '.tp-caption.NotGeneric-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(101, '.tp-caption.NotGeneric-BigButton', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(102, '.tp-caption.WebProduct-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(103, '.tp-caption.Restaurant-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
INSERT INTO `wprd_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(104, '.tp-caption.Gym-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(105, '.tp-caption.Gym-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power2.inOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(106, '.tp-caption.Sports-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(107, '.tp-caption.Sports-Button-Red', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(108, '.tp-caption.Photography-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"power3.out\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(109, '.tp-caption.Newspaper-Button-2', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');

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

--
-- Table structure for table `wprd_revslider_layer_animations`
--

CREATE TABLE `wprd_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wprd_revslider_navigations`
--

CREATE TABLE `wprd_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wprd_revslider_sliders`
--

CREATE TABLE `wprd_revslider_sliders` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_revslider_sliders`
--

INSERT INTO `wprd_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1, 'Slider 1', 'slider-1', '{\"addOns\":[],\"version\":\"6.7.29\",\"pakps\":false,\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":55,\"maxPosts\":30,\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":8,\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\",\"token_source\":\"account\",\"connect_with\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":8,\"transient\":1200,\"typeSource\":\"timeline\",\"token_source\":\"account\",\"connect_with\":\"\",\"page_id\":\"\"},\"flickr\":{\"apiKey\":\"\",\"count\":8,\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":8,\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":1200,\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":8,\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":8,\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":300,\"delay\":9000,\"background\":{\"fit\":\"cover\",\"fitX\":100,\"fitY\":100,\"position\":\"center center\",\"positionX\":0,\"positionY\":0,\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":10000,\"ease\":\"none\",\"fitEnd\":100,\"fitStart\":100,\"xEnd\":0,\"yEnd\":0,\"xStart\":0,\"yStart\":0,\"rotateStart\":0,\"rotateEnd\":0}},\"size\":{\"enableUpscaling\":false,\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":0,\"minHeight\":0,\"maxWidth\":0,\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":600,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":600,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\"\",\"javascript\":\"\",\"javascript7\":\"\"},\"carousel\":{\"orientation\":\"h\",\"prevNextVis\":\"50px\",\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":0,\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":3,\"maxRotation\":0,\"maxOpacity\":100,\"paddingTop\":0,\"paddingBottom\":0,\"rotation\":false,\"scaleDown\":50,\"space\":0,\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":\"false\",\"skewX\":0,\"skewY\":0,\"spin\":\"off\",\"spinAngle\":0,\"overshoot\":false},\"hero\":{\"activeSlide\":-1},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":0,\"dottedOverlay\":\"none\",\"dottedOverlaySize\":1,\"dottedColorA\":\"transparent\",\"dottedColorB\":\"#000000\",\"shadow\":0,\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#ffffff\",\"type\":\"off\"},\"position\":{\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":0,\"hideAllLayersUnderLimit\":0,\"hideSliderUnderLimit\":0},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":0,\"stopAtSlide\":1,\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":0,\"waitForInit\":false},\"progressbar\":{\"set\":false,\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":\"5px\",\"radius\":10,\"vertical\":\"bottom\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(255,255,255,0.5)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":false,\"duration\":300,\"slotAmount\":7,\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":1},\"icache\":\"default\",\"DPR\":\"dpr\",\"observeWrap\":false,\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"freezeOnBlur\":false,\"mISB\":false,\"enableurlhash\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"global\"},\"nav\":{\"preview\":{\"width\":50,\"height\":100},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":1,\"velocity\":75},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":\"off\",\"reverse\":\"default\",\"viewport\":50,\"calldelay\":1000,\"threshold\":50},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":\"1000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":true,\"rtl\":false,\"style\":\"3000\",\"preset\":\"\",\"presets\":{\"bullet-size\":\"8\",\"bullet-size-def\":true,\"bullet-bg-top\":\"#1c2c79\",\"bullet-bg-top-def\":true,\"bullet-bg-bottom\":\"#1c2c79\",\"bullet-bg-bottom-def\":true,\"border-color\":\"#1c2c79\",\"border-color-def\":true,\"border-size\":\"3\",\"border-size-def\":false,\"hover-bullet-bg\":\"#ffffff\",\"hover-bullet-bg-def\":true},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":0,\"offsetY\":20,\"align\":\"slider\",\"space\":5,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778},\"scrubber\":{\"set\":false,\"preset\":\"default\",\"animSpeed\":\"1000ms\",\"on\":true,\"direction\":\"horizontal\",\"s\":1000,\"dIn\":1000,\"dOut\":1200,\"show\":true,\"space\":5,\"width\":100,\"widthMin\":100,\"height\":30,\"align\":\"slider\",\"anim\":\"fade\",\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"vertical\":\"bottom\",\"horizontal\":\"center\",\"wrapperColor\":\"transparent\",\"spanWrapper\":false,\"padding\":5,\"thumbScale\":100,\"handleScale\":100,\"hoverScale\":false,\"thumbnail\":false,\"handleProgress\":false,\"progressAlign\":\"left\",\"scale\":100,\"fade\":true,\"animScale\":false,\"translate\":0,\"spin\":false,\"handleArrows\":true,\"trackPattern\":\"dots\",\"minSize\":\"60%\",\"thumbOffset\":0,\"skew\":0,\"changeOnRelease\":false,\"style\":\"5000\",\"presets\":[]}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":0,\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"scroll\",\"omulti\":1,\"smulti\":1,\"env\":\"single\",\"dir\":\"same\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"allowPageScroll\":false,\"coverColor\":\"rgba(0,0,0,0.5)\",\"coverSpeed\":1000},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":30},\"scrolltimeline\":{\"align\":\"top\",\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500,\"pullcontent\":false},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"slider-1\\\"][\\/rev_slider]\"}', '{\"version\":\"6.7.29\"}', '');

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

--
-- Table structure for table `wprd_revslider_sliders7`
--

CREATE TABLE `wprd_revslider_sliders7` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_revslider_sliders7`
--

INSERT INTO `wprd_revslider_sliders7` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1, 'Slider 1', 'slider-1', '{\"migrated\":\"sr6\",\"title\":\"Slider 1\",\"alias\":\"slider-1\",\"type\":\"standard\",\"fonts\":{\"Roboto\":{\"name\":\"Roboto\",\"normal\":{\"500\":true,\"700\":true},\"subset\":{\"latin\":true}}},\"vPort\":[\"-100px\",\"-100px\",\"-100px\",\"-100px\",\"-100px\"],\"size\":{\"contentFH\":true,\"width\":[1240,1240,1024,778,480],\"height\":[600,600,495,376,232],\"cachedHeight\":[600,600,768,960,720],\"maxWidth\":0},\"carousel\":{\"type\":\"h\",\"align\":\"center\",\"maxV\":3,\"justify\":false,\"scale\":false,\"minS\":50,\"vScale\":false,\"oScale\":false,\"space\":0,\"rotation\":false,\"maxR\":0,\"varR\":false,\"opacity\":true,\"maxO\":100,\"varO\":false,\"spin\":\"off\",\"spinA\":0,\"snap\":true,\"infinity\":false,\"skewX\":0,\"skewY\":0,\"ease\":\"power3.inOut\",\"dur\":800,\"overshoot\":false,\"stretch\":false,\"showAllLayers\":\"false\",\"jMWidth\":false,\"bR\":0,\"pNV\":\"50px\",\"pT\":0,\"pB\":0},\"shdw\":0,\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"nav\":{\"m\":{\"cd\":1000},\"p\":{\"w\":50,\"h\":100},\"bullets\":{\"set\":true,\"def\":{\"bullet-size\":{\"title\":\"Bullet-Size\",\"type\":\"custom\",\"data\":\"12\"},\"bullet-bg-top\":{\"title\":\"Bullet-BG-Top\",\"type\":\"color\",\"data\":\"#999999\"},\"bullet-bg-bottom\":{\"title\":\"Bullet-BG-Bottom\",\"type\":\"color\",\"data\":\"#e1e1e1\"},\"border-color\":{\"title\":\"Border-Color\",\"type\":\"color\",\"data\":\"#e5e5e5\"},\"border-size\":{\"title\":\"Border-Size\",\"type\":\"custom\",\"data\":\"3\"},\"hover-bullet-bg\":{\"title\":\"Hover-Bullet-BG\",\"type\":\"color\",\"data\":\"#666666\"}},\"cst\":{\"bullet-size\":\"8\",\"bullet-size-def\":true,\"bullet-bg-top\":\"#1c2c79\",\"bullet-bg-top-def\":true,\"bullet-bg-bottom\":\"#1c2c79\",\"bullet-bg-bottom-def\":true,\"border-color\":\"#1c2c79\",\"border-color-def\":true,\"border-size\":\"3\",\"border-size-def\":false,\"hover-bullet-bg\":\"#ffffff\",\"hover-bullet-bg-def\":true},\"key\":\"hesperiden\",\"t\":\"3000\",\"css\":\".hesperiden.sr7-bullets {\\n}\\n.hesperiden.sr7-bullets:before {\\n\\tcontent:\' \';\\n\\tposition:absolute;\\n\\twidth:100%;\\n\\theight:100%;\\n\\tbackground:transparent;\\n\\tpadding:10px;\\n\\tmargin-left:-10px;margin-top:-10px;\\n\\tbox-sizing:content-box;\\n   border-radius:8px;\\n  \\n}\\n.hesperiden .sr7-bullet {\\n\\twidth:##bullet-size##px;\\n\\theight:##bullet-size##px;\\n\\tposition:absolute;\\n\\tbackground: ##bullet-bg-top##; \\/* old browsers *\\/\\n    background: -moz-linear-gradient(top,  ##bullet-bg-top## 0%, ##bullet-bg-bottom## 100%); \\/* ff3.6+ *\\/\\n    background: -webkit-linear-gradient(top,  ##bullet-bg-top## 0%,##bullet-bg-bottom## 100%); \\/* chrome10+,safari5.1+ *\\/\\n    background: -o-linear-gradient(top,  ##bullet-bg-top## 0%,##bullet-bg-bottom## 100%); \\/* opera 11.10+ *\\/\\n    background: -ms-linear-gradient(top,  ##bullet-bg-top## 0%,##bullet-bg-bottom## 100%); \\/* ie10+ *\\/\\n    background: linear-gradient(to bottom,  ##bullet-bg-top## 0%,##bullet-bg-bottom## 100%); \\/* w3c *\\/\\n    filter: progid:dximagetransform.microsoft.gradient( \\n    startcolorstr=\'##bullet-bg-top##\', endcolorstr=\'##bullet-bg-bottom##\',gradienttype=0 ); \\/* ie6-9 *\\/\\n\\tborder:##border-size##px solid ##border-color##;\\n\\tborder-radius:50%;\\n\\tcursor: pointer;\\n\\tbox-sizing:content-box;\\n}\\n.hesperiden .sr7-bullet.sr7-touchhover,\\n.hesperiden .sr7-bullet.selected {\\n\\tbackground:##hover-bullet-bg##;\\n}\\n.hesperiden .sr7-bullimg {\\n}\\n.hesperiden .sr7-bullet-title {\\n}\\n\",\"html\":\"\",\"on\":true,\"d\":[\"#a\",\"horizontal\",\"#a\",\"#a\",\"#a\"],\"ps\":\"default\",\"s\":1000,\"dIn\":[\"#a\",1000,\"#a\",\"#a\",\"#a\"],\"dOut\":[\"#a\",200,\"#a\",\"#a\",1200],\"show\":[true,true,true,true,true],\"g\":5,\"a\":\"slider\",\"anim\":\"fade\",\"x\":[\"#a\",0,\"#a\",\"#a\",\"#a\"],\"y\":[\"#a\",20,\"#a\",\"#a\",\"#a\"],\"v\":[\"#a\",\"bottom\",\"#a\",\"#a\",\"#a\"],\"h\":[\"#a\",\"center\",\"#a\",\"#a\",\"#a\"]}},\"thumb\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"aU\":[],\"imgs\":[{\"lib_id\":20,\"lib\":\"medialibrary\",\"src\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\"},{\"lib_id\":21,\"lib\":\"medialibrary\",\"src\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2.jpg\"},{\"lib_id\":22,\"lib\":\"medialibrary\",\"src\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield3.jpg\"}],\"hasYT\":false}', '{\"version\":\"6.7.29\"}', '');

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

--
-- Table structure for table `wprd_revslider_slides`
--

CREATE TABLE `wprd_revslider_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_revslider_slides`
--

INSERT INTO `wprd_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 1, '{\"bg\":{\"type\":\"image\",\"image\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"imageId\":20,\"imageLib\":\"medialibrary\",\"imageWidth\":1440,\"imageHeight\":810,\"imageRatio\":1.7777777777777777},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"in\":{\"o\":0,\"col\":400},\"out\":{\"a\":false},\"title\":\"*east* Gradient\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"slotfade-horizontal\"},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size\":\"12\",\"bullet-size-def\":false,\"bullet-bg-top\":\"#999999\",\"bullet-bg-top-def\":false,\"bullet-bg-bottom\":\"#1c2c79\",\"bullet-bg-bottom-def\":true,\"border-color\":\"#e5e5e5\",\"border-color-def\":false,\"border-size\":\"3\",\"border-size-def\":false,\"hover-bullet-bg\":\"#666666\",\"hover-bullet-bg-def\":false}}}}', '{\"0\":{\"text\":\"Your Trusted Accounting<\\/br> & Financial Advisory Partner\",\"alias\":\"Text-0\",\"uid\":0,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"21px\"},\"t\":{\"v\":\"15px\"},\"m\":{\"v\":\"9px\"}},\"y\":{\"d\":{\"v\":\"261px\",\"e\":true},\"n\":{\"v\":\"215px\"},\"t\":{\"v\":\"163px\"},\"m\":{\"v\":\"100px\"}},\"position\":\"absolute\",\"zIndex\":5},\"group\":{\"groupOrder\":5},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#1c2c79\",\"e\":true},\"n\":{\"v\":\"#1c2c79\"},\"t\":{\"v\":\"#1c2c79\"},\"m\":{\"v\":\"#1c2c79\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"borderRadiusLock\":true,\"padding\":{\"d\":{\"v\":[5,20,5,20],\"e\":true},\"n\":{\"v\":[4,17,4,17],\"e\":false},\"t\":{\"v\":[3,13,3,13],\"e\":false},\"m\":{\"v\":[2,8,2,8],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"37px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"17px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"51px\",\"e\":true},\"n\":{\"v\":\"42px\"},\"t\":{\"v\":\"31px\"},\"m\":{\"v\":\"19px\"}},\"backgroundColor\":\"rgba(255, 255, 255, 0.35)\",\"borderRadius\":{\"v\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"e\":true},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\"},\"1\":{\"text\":\"Delivering reliable accounting, audit, and consultancy services <\\/br>for businesses in Egypt and beyond.\",\"alias\":\"Text-1\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"23px\"},\"t\":{\"v\":\"17px\"},\"m\":{\"v\":\"10px\"}},\"y\":{\"d\":{\"v\":\"388px\",\"e\":true},\"n\":{\"v\":\"320px\"},\"t\":{\"v\":\"243px\"},\"m\":{\"v\":\"149px\"}},\"position\":\"absolute\",\"zIndex\":6},\"group\":{\"groupOrder\":6},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#0c0c0c\",\"e\":true},\"n\":{\"v\":\"#0c0c0c\"},\"t\":{\"v\":\"#0c0c0c\"},\"m\":{\"v\":\"#0c0c0c\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"borderRadiusLock\":true,\"padding\":{\"d\":{\"v\":[5,20,5,20],\"e\":true},\"n\":{\"v\":[4,17,4,17],\"e\":false},\"t\":{\"v\":[3,13,3,13],\"e\":false},\"m\":{\"v\":[2,8,2,8],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"rgba(255, 255, 255, 0.22)\",\"borderRadius\":{\"v\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"e\":true},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}', '{\"version\":\"6.7.29\"}'),
(2, 1, 2, '{\"bg\":{\"type\":\"image\",\"image\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2.jpg\",\"imageId\":21,\"imageLib\":\"medialibrary\",\"imageWidth\":1440,\"imageHeight\":810,\"imageRatio\":1.7777777777777777},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"in\":{\"o\":0,\"col\":400},\"out\":{\"a\":false},\"title\":\"*east* Gradient\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"slotfade-horizontal\"}}', '{\"0\":{\"text\":\"Deliver comprehensive financial <\\/br>& accounting solutions\",\"alias\":\"Text-0\",\"uid\":0,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"21px\"},\"t\":{\"v\":\"15px\"},\"m\":{\"v\":\"9px\"}},\"y\":{\"d\":{\"v\":\"261px\",\"e\":true},\"n\":{\"v\":\"215px\"},\"t\":{\"v\":\"163px\"},\"m\":{\"v\":\"100px\"}},\"position\":\"absolute\",\"zIndex\":5},\"group\":{\"groupOrder\":5},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"borderRadiusLock\":true,\"padding\":{\"d\":{\"v\":[5,20,5,20],\"e\":true},\"n\":{\"v\":[4,17,4,17],\"e\":false},\"t\":{\"v\":[3,13,3,13],\"e\":false},\"m\":{\"v\":[2,8,2,8],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"37px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"17px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"51px\",\"e\":true},\"n\":{\"v\":\"42px\"},\"t\":{\"v\":\"31px\"},\"m\":{\"v\":\"19px\"}},\"backgroundColor\":\"rgba(28, 44, 121, 0.35)\",\"borderRadius\":{\"v\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"e\":true},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\"},\"1\":{\"text\":\"Delivering reliable accounting, audit, and consultancy services <\\/br>for businesses in Egypt and beyond.\",\"alias\":\"Text-1\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"23px\"},\"t\":{\"v\":\"17px\"},\"m\":{\"v\":\"10px\"}},\"y\":{\"d\":{\"v\":\"388px\",\"e\":true},\"n\":{\"v\":\"320px\"},\"t\":{\"v\":\"243px\"},\"m\":{\"v\":\"149px\"}},\"position\":\"absolute\",\"zIndex\":6},\"group\":{\"groupOrder\":6},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"borderRadiusLock\":true,\"padding\":{\"d\":{\"v\":[5,20,5,20],\"e\":true},\"n\":{\"v\":[4,17,4,17],\"e\":false},\"t\":{\"v\":[3,13,3,13],\"e\":false},\"m\":{\"v\":[2,8,2,8],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"rgba(28, 44, 121, 0.22)\",\"borderRadius\":{\"v\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"e\":true},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}', '{\"version\":\"6.7.29\"}'),
(3, 1, 3, '{\"bg\":{\"type\":\"image\",\"image\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield3.jpg\",\"imageId\":22,\"imageLib\":\"medialibrary\",\"imageWidth\":1440,\"imageHeight\":810,\"imageRatio\":1.7777777777777777},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"in\":{\"o\":0,\"col\":400},\"out\":{\"a\":false},\"title\":\"*east* Gradient\",\"main\":\"basic\",\"group\":\"fade\",\"preset\":\"slotfade-horizontal\"},\"uid\":3}', '{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}', '{\"version\":\"6.7.29\"}');

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

--
-- Table structure for table `wprd_revslider_slides7`
--

CREATE TABLE `wprd_revslider_slides7` (
  `id` int(9) NOT NULL,
  `slider_id` int(11) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT '',
  `static` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_revslider_slides7`
--

INSERT INTO `wprd_revslider_slides7` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`, `static`) VALUES
(1, 1, 1, '{\"addOns\":[],\"id\":1,\"version\":\"7.0.0\",\"title\":\"\",\"parentId\":null,\"language\":\"default\",\"order\":1,\"thumb\":{\"src\":\"\",\"srcId\":\"\",\"admin\":\"\",\"adminId\":\"\",\"dimension\":\"slider\",\"default\":{\"image\":{\"src\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"repeat\":\"\",\"size\":\"cover\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"}}}},\"description\":\"\",\"attr\":{\"class\":\"\",\"data\":\"\",\"id\":\"\",\"a\":\"\",\"aO\":\"ml\",\"t\":\"\",\"tO\":\"\",\"deepLink\":\"\",\"attr\":\"\"},\"publish\":{\"from\":\"\",\"to\":\"\",\"state\":\"published\",\"sch\":true},\"slideshow\":{\"stop\":false,\"len\":\"default\",\"hal\":0,\"hom\":false,\"hfn\":false},\"loop\":{\"u\":false,\"r\":-1,\"s\":0,\"e\":99999},\"nav\":{\"bullets\":{\"bullet-bg-bottom\":\"#1c2c79\"}}}', '[{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":0,\"alias\":\"Text-0\",\"content\":{\"text\":\"Your Trusted Accounting<\\/br> & Financial Advisory Partner\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"26px\",\"26px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"261px\",\"261px\",\"#a\",\"#a\",\"#a\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"type\":\"solid\",\"orig\":\"rgba(255, 255, 255, 0.35)\",\"string\":\"rgba(255, 255, 255, 0.35)\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[5,5,\"#a\",\"#a\",\"#a\"],\"b\":[5,5,\"#a\",\"#a\",\"#a\"],\"l\":[20,20,\"#a\",\"#a\",\"#a\"],\"r\":[20,20,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"radius\":{\"t\":\"25px\",\"r\":\"25px\",\"b\":\"25px\",\"l\":\"25px\"},\"color\":[\"#1c2c79\",\"#1c2c79\",\"#1c2c79\",\"#1c2c79\",\"#1c2c79\"],\"font\":{\"size\":[\"45px\",\"45px\",\"#a\",\"#a\",\"#a\"],\"weight\":[\"700\",\"700\",\"700\",\"700\",\"700\"],\"ls\":[0,0,0,0,0]},\"lh\":[\"51px\",\"51px\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":1,\"alias\":\"Text-1\",\"content\":{\"text\":\"Delivering reliable accounting, audit, and consultancy services <\\/br>for businesses in Egypt and beyond.\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"28px\",\"28px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"388px\",\"388px\",\"#a\",\"#a\",\"#a\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":6,\"order\":6,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"type\":\"solid\",\"orig\":\"rgba(255, 255, 255, 0.22)\",\"string\":\"rgba(255, 255, 255, 0.22)\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[5,5,\"#a\",\"#a\",\"#a\"],\"b\":[5,5,\"#a\",\"#a\",\"#a\"],\"l\":[20,20,\"#a\",\"#a\",\"#a\"],\"r\":[20,20,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"radius\":{\"t\":\"25px\",\"r\":\"25px\",\"b\":\"25px\",\"l\":\"25px\"},\"color\":[\"#0c0c0c\",\"#0c0c0c\",\"#0c0c0c\",\"#0c0c0c\",\"#0c0c0c\"],\"font\":{\"size\":[\"#a\",20,\"#a\",\"#a\",\"#a\"],\"weight\":[\"500\",\"500\",\"500\",\"500\",\"500\"],\"ls\":[0,0,0,0,0]},\"lh\":[\"#a\",25,\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},{\"rTo\":\"slide\",\"id\":2,\"alias\":\"Slide BG Layer\",\"subtype\":\"slidebg\",\"size\":{\"cMode\":\"cover\"},\"pos\":{\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"v\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\"},\"zIndex\":0,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"bg\":{\"image\":{\"ratio\":1.7777777777777777,\"src\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield1.jpg\",\"lib\":\"medialibrary\",\"lib_id\":20,\"lib_size\":\"\",\"fromStream\":false,\"streamType\":\"gallery\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"},\"repeat\":\"\",\"size\":\"cover\",\"sizeVal\":\"100%\",\"seo\":false}},\"tl\":{\"in\":{\"bg\":{\"ms\":1000,\"rnd\":false,\"temp\":{\"t\":\"*east* Gradient\",\"p\":\"slotfade-horizontal\",\"m\":\"basic\",\"g\":\"fade\"},\"addOns\":[],\"in\":{\"o\":0,\"col\":400},\"out\":{\"a\":false}}}},\"type\":\"shape\"}]', '{\"version\":\"6.7.29\"}', ''),
(2, 1, 0, '{\"addOns\":[],\"id\":2,\"version\":\"7.0.0\",\"title\":\"Global Layers\",\"parentId\":null,\"language\":\"default\",\"oflow\":false,\"global\":true,\"respVP\":true,\"pos\":\"front\",\"fullHeight\":true}', '[]', '{\"version\":\"6.7.29\"}', '1'),
(3, 1, 2, '{\"addOns\":[],\"id\":3,\"version\":\"7.0.0\",\"title\":\"\",\"parentId\":null,\"language\":\"default\",\"order\":2,\"thumb\":{\"src\":\"\",\"srcId\":\"\",\"admin\":\"\",\"adminId\":\"\",\"dimension\":\"slider\",\"default\":{\"image\":{\"src\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2.jpg\",\"repeat\":\"\",\"size\":\"cover\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"}}}},\"description\":\"\",\"attr\":{\"class\":\"\",\"data\":\"\",\"id\":\"\",\"a\":\"\",\"aO\":\"ml\",\"t\":\"\",\"tO\":\"\",\"deepLink\":\"\",\"attr\":\"\"},\"publish\":{\"from\":\"\",\"to\":\"\",\"state\":\"published\",\"sch\":true},\"slideshow\":{\"stop\":false,\"len\":\"default\",\"hal\":0,\"hom\":false,\"hfn\":false},\"loop\":{\"u\":false,\"r\":-1,\"s\":0,\"e\":99999}}', '[{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":0,\"alias\":\"Text-0\",\"content\":{\"text\":\"Deliver comprehensive financial <\\/br>& accounting solutions\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"26px\",\"26px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"261px\",\"261px\",\"#a\",\"#a\",\"#a\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"type\":\"solid\",\"orig\":\"rgba(28, 44, 121, 0.35)\",\"string\":\"rgba(28, 44, 121, 0.35)\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[5,5,\"#a\",\"#a\",\"#a\"],\"b\":[5,5,\"#a\",\"#a\",\"#a\"],\"l\":[20,20,\"#a\",\"#a\",\"#a\"],\"r\":[20,20,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"radius\":{\"t\":\"25px\",\"r\":\"25px\",\"b\":\"25px\",\"l\":\"25px\"},\"color\":[\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ffffff\"],\"font\":{\"size\":[\"45px\",\"45px\",\"#a\",\"#a\",\"#a\"],\"weight\":[\"700\",\"700\",\"700\",\"700\",\"700\"],\"ls\":[0,0,0,0,0]},\"lh\":[\"51px\",\"51px\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":1,\"alias\":\"Text-1\",\"content\":{\"text\":\"Delivering reliable accounting, audit, and consultancy services <\\/br>for businesses in Egypt and beyond.\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"28px\",\"28px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"388px\",\"388px\",\"#a\",\"#a\",\"#a\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":6,\"order\":6,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"type\":\"solid\",\"orig\":\"rgba(28, 44, 121, 0.22)\",\"string\":\"rgba(28, 44, 121, 0.22)\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[5,5,\"#a\",\"#a\",\"#a\"],\"b\":[5,5,\"#a\",\"#a\",\"#a\"],\"l\":[20,20,\"#a\",\"#a\",\"#a\"],\"r\":[20,20,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"radius\":{\"t\":\"25px\",\"r\":\"25px\",\"b\":\"25px\",\"l\":\"25px\"},\"color\":[\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ffffff\"],\"font\":{\"size\":[\"#a\",20,\"#a\",\"#a\",\"#a\"],\"weight\":[\"500\",\"500\",\"500\",\"500\",\"500\"],\"ls\":[0,0,0,0,0]},\"lh\":[\"#a\",25,\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},{\"rTo\":\"slide\",\"id\":2,\"alias\":\"Slide BG Layer\",\"subtype\":\"slidebg\",\"size\":{\"cMode\":\"cover\"},\"pos\":{\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"v\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\"},\"zIndex\":0,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"bg\":{\"image\":{\"ratio\":1.7777777777777777,\"src\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield2.jpg\",\"lib\":\"medialibrary\",\"lib_id\":21,\"lib_size\":\"\",\"fromStream\":false,\"streamType\":\"gallery\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"},\"repeat\":\"\",\"size\":\"cover\",\"sizeVal\":\"100%\",\"seo\":false}},\"tl\":{\"in\":{\"bg\":{\"ms\":1000,\"rnd\":false,\"temp\":{\"t\":\"*east* Gradient\",\"p\":\"slotfade-horizontal\",\"m\":\"basic\",\"g\":\"fade\"},\"addOns\":[],\"in\":{\"o\":0,\"col\":400},\"out\":{\"a\":false}}}},\"type\":\"shape\"}]', '{\"version\":\"6.7.29\"}', ''),
(4, 1, 4, '{\"addOns\":[],\"id\":4,\"version\":\"7.0.0\",\"title\":\"\",\"parentId\":null,\"language\":\"default\",\"order\":4,\"thumb\":{\"src\":\"\",\"srcId\":\"\",\"admin\":\"\",\"adminId\":\"\",\"dimension\":\"slider\",\"default\":{\"image\":{\"src\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield3.jpg\",\"repeat\":\"\",\"size\":\"cover\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"}}}},\"description\":\"\",\"attr\":{\"class\":\"\",\"data\":\"\",\"id\":\"\",\"a\":\"\",\"aO\":\"ml\",\"t\":\"\",\"tO\":\"\",\"deepLink\":\"\",\"attr\":\"\"},\"publish\":{\"from\":\"\",\"to\":\"\",\"state\":\"published\",\"sch\":true},\"slideshow\":{\"stop\":false,\"len\":\"default\",\"hal\":0,\"hom\":false,\"hfn\":false},\"loop\":{\"u\":false,\"r\":-1,\"s\":0,\"e\":99999}}', '{\"1\":{\"rTo\":\"slide\",\"id\":1,\"alias\":\"Slide BG Layer\",\"subtype\":\"slidebg\",\"size\":{\"cMode\":\"cover\"},\"pos\":{\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"v\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\"},\"zIndex\":0,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"bg\":{\"image\":{\"ratio\":1.7777777777777777,\"src\":\"https:\\/\\/remark3demos3.com\\/shieldaccounting\\/wp-content\\/uploads\\/2025\\/12\\/Shield3.jpg\",\"lib\":\"medialibrary\",\"lib_id\":22,\"lib_size\":\"\",\"fromStream\":false,\"streamType\":\"gallery\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"},\"repeat\":\"\",\"size\":\"cover\",\"sizeVal\":\"100%\",\"seo\":false}},\"tl\":{\"in\":{\"bg\":{\"ms\":1000,\"rnd\":false,\"temp\":{\"t\":\"*east* Gradient\",\"p\":\"slotfade-horizontal\",\"m\":\"basic\",\"g\":\"fade\"},\"addOns\":[],\"in\":{\"o\":0,\"col\":400},\"out\":{\"a\":false}}}},\"type\":\"shape\"}}', '{\"version\":\"6.7.29\"}', '');

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

--
-- Table structure for table `wprd_revslider_static_slides`
--

CREATE TABLE `wprd_revslider_static_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_revslider_static_slides`
--

INSERT INTO `wprd_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(1, 1, '[]', '', '{\"temp\":true}');

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

--
-- Table structure for table `wprd_termmeta`
--

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

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

--
-- Table structure for table `wprd_terms`
--

CREATE TABLE `wprd_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_terms`
--

INSERT INTO `wprd_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'hello-elementor', 'hello-elementor', 0),
(3, 'Shield Menu', 'shield-menu', 0),
(4, 'header', 'header', 0);

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

--
-- Table structure for table `wprd_term_relationships`
--

CREATE TABLE `wprd_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_term_relationships`
--

INSERT INTO `wprd_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(6, 2, 0),
(27, 3, 0),
(28, 3, 0),
(29, 3, 0),
(30, 3, 0),
(31, 3, 0),
(33, 4, 0);

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

--
-- Table structure for table `wprd_term_taxonomy`
--

CREATE TABLE `wprd_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_term_taxonomy`
--

INSERT INTO `wprd_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'wp_theme', '', 0, 1),
(3, 3, 'nav_menu', '', 0, 5),
(4, 4, 'elementor_library_type', '', 0, 1);

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

--
-- Table structure for table `wprd_usermeta`
--

CREATE TABLE `wprd_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_usermeta`
--

INSERT INTO `wprd_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'remarkmark64'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wprd_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wprd_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '0'),
(16, 1, 'session_tokens', 'a:3:{s:64:\"1d5ec8efbe2376a26c2e9c8c97c7ec484c596d72af2bb2c5b48b584fe7137cdd\";a:4:{s:10:\"expiration\";i:1767294244;s:2:\"ip\";s:14:\"156.215.59.213\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36\";s:5:\"login\";i:1767121444;}s:64:\"0f31745fa70eebb0fa309225df829e245d94b10f64bd41365c609ec66f80cfd6\";a:4:{s:10:\"expiration\";i:1767350539;s:2:\"ip\";s:15:\"156.215.202.251\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36\";s:5:\"login\";i:1767177739;}s:64:\"6feb6f1c2bab00738f73134ddb06f6f1c0313ee057dc773ec7ff26c7d97fce85\";a:4:{s:10:\"expiration\";i:1767351956;s:2:\"ip\";s:13:\"45.107.120.53\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\";s:5:\"login\";i:1767179156;}}'),
(17, 1, 'wprd_dashboard_quick_press_last_post_id', '5'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:10:\"41.44.34.0\";}'),
(19, 1, 'wprd_user-settings', 'libraryContent=browse&editor=tinymce'),
(20, 1, 'wprd_user-settings-time', '1767136898'),
(21, 1, 'wprd_elementor_connect_common_data', 'a:3:{s:9:\"client_id\";s:32:\"FCKUc0XYRiSHNxNwPpITdrlnBmhA8Q33\";s:11:\"auth_secret\";s:32:\"XK7hk0jfOyUNnW3lXF8sdEcYOO5va5GL\";s:5:\"state\";s:12:\"onq4a7CspzZ9\";}'),
(22, 1, 'elementor_introduction', 'a:2:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;}'),
(23, 1, 'wprd_persisted_preferences', 'a:3:{s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-12-30T20:14:00.619Z\";}'),
(24, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(25, 1, 'metaboxhidden_nav-menus', 'a:1:{i:0;s:12:\"add-post_tag\";}');

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

--
-- Table structure for table `wprd_users`
--

CREATE TABLE `wprd_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wprd_users`
--

INSERT INTO `wprd_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'remarkmark64', '$wp$2y$10$0H6wzzVpNlij59v8URTApueMX35aYxQmQ50fz0TAAqJIeXVBWWEVW', 'remarkmark64', 'muhammedhossam106@gmail.com', 'https://remark3demos3.com/shieldaccounting', '2025-12-30 19:03:43', '', 0, 'remarkmark64');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wprd_addonlibrary_addons`
--
ALTER TABLE `wprd_addonlibrary_addons`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wprd_addonlibrary_categories`
--
ALTER TABLE `wprd_addonlibrary_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wprd_commentmeta`
--
ALTER TABLE `wprd_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wprd_comments`
--
ALTER TABLE `wprd_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wprd_e_events`
--
ALTER TABLE `wprd_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

--
-- Indexes for table `wprd_e_notes`
--
ALTER TABLE `wprd_e_notes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `route_url_index` (`route_url`(191)),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `parent_id_index` (`parent_id`),
  ADD KEY `author_id_index` (`author_id`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_resolved_index` (`is_resolved`),
  ADD KEY `is_public_index` (`is_public`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `last_activity_at_index` (`last_activity_at`);

--
-- Indexes for table `wprd_e_notes_users_relations`
--
ALTER TABLE `wprd_e_notes_users_relations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `note_id_index` (`note_id`),
  ADD KEY `user_id_index` (`user_id`);

--
-- Indexes for table `wprd_e_submissions`
--
ALTER TABLE `wprd_e_submissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  ADD KEY `main_meta_id_index` (`main_meta_id`),
  ADD KEY `hash_id_index` (`hash_id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `campaign_id_index` (`campaign_id`),
  ADD KEY `user_id_index` (`user_id`),
  ADD KEY `user_ip_index` (`user_ip`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_read_index` (`is_read`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `referer_index` (`referer`(191)),
  ADD KEY `referer_title_index` (`referer_title`(191));

--
-- Indexes for table `wprd_e_submissions_actions_log`
--
ALTER TABLE `wprd_e_submissions_actions_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `action_name_index` (`action_name`),
  ADD KEY `status_index` (`status`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`);

--
-- Indexes for table `wprd_e_submissions_values`
--
ALTER TABLE `wprd_e_submissions_values`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `key_index` (`key`);

--
-- Indexes for table `wprd_links`
--
ALTER TABLE `wprd_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wprd_options`
--
ALTER TABLE `wprd_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wprd_postmeta`
--
ALTER TABLE `wprd_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wprd_posts`
--
ALTER TABLE `wprd_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`),
  ADD KEY `type_status_author` (`post_type`,`post_status`,`post_author`);

--
-- Indexes for table `wprd_revslider_css`
--
ALTER TABLE `wprd_revslider_css`
  ADD PRIMARY KEY (`id`),
  ADD KEY `handle_index` (`handle`(64));

--
-- Indexes for table `wprd_revslider_layer_animations`
--
ALTER TABLE `wprd_revslider_layer_animations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wprd_revslider_navigations`
--
ALTER TABLE `wprd_revslider_navigations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wprd_revslider_sliders`
--
ALTER TABLE `wprd_revslider_sliders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`(8));

--
-- Indexes for table `wprd_revslider_sliders7`
--
ALTER TABLE `wprd_revslider_sliders7`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`(8));

--
-- Indexes for table `wprd_revslider_slides`
--
ALTER TABLE `wprd_revslider_slides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

--
-- Indexes for table `wprd_revslider_slides7`
--
ALTER TABLE `wprd_revslider_slides7`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

--
-- Indexes for table `wprd_revslider_static_slides`
--
ALTER TABLE `wprd_revslider_static_slides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

--
-- Indexes for table `wprd_termmeta`
--
ALTER TABLE `wprd_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wprd_terms`
--
ALTER TABLE `wprd_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wprd_term_relationships`
--
ALTER TABLE `wprd_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wprd_term_taxonomy`
--
ALTER TABLE `wprd_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wprd_usermeta`
--
ALTER TABLE `wprd_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wprd_users`
--
ALTER TABLE `wprd_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wprd_addonlibrary_addons`
--
ALTER TABLE `wprd_addonlibrary_addons`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wprd_addonlibrary_categories`
--
ALTER TABLE `wprd_addonlibrary_categories`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wprd_commentmeta`
--
ALTER TABLE `wprd_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wprd_comments`
--
ALTER TABLE `wprd_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wprd_e_events`
--
ALTER TABLE `wprd_e_events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `wprd_e_notes`
--
ALTER TABLE `wprd_e_notes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wprd_e_notes_users_relations`
--
ALTER TABLE `wprd_e_notes_users_relations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wprd_e_submissions`
--
ALTER TABLE `wprd_e_submissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wprd_e_submissions_actions_log`
--
ALTER TABLE `wprd_e_submissions_actions_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wprd_e_submissions_values`
--
ALTER TABLE `wprd_e_submissions_values`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wprd_links`
--
ALTER TABLE `wprd_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wprd_options`
--
ALTER TABLE `wprd_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=486;

--
-- AUTO_INCREMENT for table `wprd_postmeta`
--
ALTER TABLE `wprd_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1156;

--
-- AUTO_INCREMENT for table `wprd_posts`
--
ALTER TABLE `wprd_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=136;

--
-- AUTO_INCREMENT for table `wprd_revslider_css`
--
ALTER TABLE `wprd_revslider_css`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;

--
-- AUTO_INCREMENT for table `wprd_revslider_layer_animations`
--
ALTER TABLE `wprd_revslider_layer_animations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wprd_revslider_navigations`
--
ALTER TABLE `wprd_revslider_navigations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wprd_revslider_sliders`
--
ALTER TABLE `wprd_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wprd_revslider_sliders7`
--
ALTER TABLE `wprd_revslider_sliders7`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wprd_revslider_slides`
--
ALTER TABLE `wprd_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wprd_revslider_slides7`
--
ALTER TABLE `wprd_revslider_slides7`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wprd_revslider_static_slides`
--
ALTER TABLE `wprd_revslider_static_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wprd_termmeta`
--
ALTER TABLE `wprd_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wprd_terms`
--
ALTER TABLE `wprd_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wprd_term_taxonomy`
--
ALTER TABLE `wprd_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wprd_usermeta`
--
ALTER TABLE `wprd_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `wprd_users`
--
ALTER TABLE `wprd_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;

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